@@ -125,85 +125,7 @@ km.user.deleteCreditCard -> DELETE /api/users/payment/card/:card_id
125125km .user .setDefaultCard - > POST / api/ users/ payment/ card/ : card_id/ default
126126km .user .fetchMetadata - > GET / api/ users/ payment/ card/ stripe_metadata
127127km .user .updateMetadata - > PUT / api/ users/ payment/ stripe_metadata
128- km .user .update - > PUT / api/ users/ update
129- km .bucket .sendFeedback - > PUT / api/ bucket/ : id/ feedback
130- km .bucket .retrieveUsers - > GET / api/ bucket/ : id/ users_authorized
131- km .bucket .currentRole - > GET / api/ bucket/ : id/ current_role
132- km .bucket .setNotificationState - > POST / api/ bucket/ : id/ manage_notif
133- km .bucket .inviteUser - > POST / api/ bucket/ : id/ add_user
134- km .bucket .removeInvitation - > DELETE / api/ bucket/ : id/ invitation/ : email
135- km .bucket .removeUser - > POST / api/ bucket/ : id/ remove_user
136- km .bucket .setUserRole - > POST / api/ bucket/ : id/ promote_user
137- km .bucket .retrieveAll - > GET / api/ bucket/
138- km .bucket .create - > POST / api/ bucket/ create_classic
139- km .bucket .claimTrial - > PUT / api/ bucket/ : id/ start_trial
140- km .bucket .upgrade - > POST / api/ bucket/ : id/ upgrade
141- km .bucket .retrieve - > GET / api/ bucket/ : id
142- km .bucket .update - > PUT / api/ bucket/ : id
143- km .bucket .retrieveServers - > GET / api/ bucket/ : id/ meta_servers
144- km .bucket .getSubscription - > GET / api/ bucket/ : id/ subscription
145- km .bucket .destroy - > DELETE / api/ bucket/ : id
146- km .bucket .transferOwnership - > POST / api/ bucket/ : id/ transfer_ownership
147- km .bucket .retrieveCharges - > GET / api/ bucket/ : id/ payment/ charges
148- km .data .status .retrieve - > GET / api/ bucket/ : id/ data/ status
149- km .data .heapdump .retrieve - > GET / api/ bucket/ : id/ data/ heapdump/ : filename
150- km .data .events .retrieve - > POST / api/ bucket/ : id/ data/ events
151- km .data .events .retrieveMetadatas - > GET / api/ bucket/ : id/ data/ events/ eventsKeysByApp
152- km .data .events .retrieveHistogram - > POST / api/ bucket/ : id/ data/ events/ stats
153- km .data .events .deleteAll - > DELETE / api/ bucket/ : id/ data/ events/ delete_all
154- km .data .exceptions .retrieve - > POST / api/ bucket/ : id/ data/ exceptions
155- km .data .exceptions .retrieveSummary - > GET / api/ bucket/ : id/ data/ exceptions/ summary
156- km .data .exceptions .deleteAll - > POST / api/ bucket/ : id/ data/ exceptions/ delete_all
157- km .data .exceptions .delete - > POST / api/ bucket/ : id/ data/ exceptions/ delete
158- km .data .processes .retrieveEvents - > POST / api/ bucket/ : id/ data/ processEvents
159- km .data .processes .retrieveDeployments - > POST / api/ bucket/ : id/ data/ processEvents/ deployments
160- km .data .metrics .retrieveAggregations - > POST / api/ bucket/ : id/ data/ metrics/ aggregations
161- km .data .metrics .retrieveMetadatas - > POST / api/ bucket/ : id/ data/ metrics
162- km .data .transactions .retrieveHistogram - > POST / api/ bucket/ : id/ data/ transactions/ v2/ histogram
163- km .data .transactions .retrieveSummary - > POST / api/ bucket/ : id/ data/ transactions/ v2/ histogram
164- km .data .transactions .delete - > POST / api/ bucket/ : id/ data/ transactions/ v2/ delete
165- km .data .dependencies .retrieve - > POST / api/ bucket/ : id/ data/ dependencies/
166- km .data .outliers .retrieve - > POST / api/ bucket/ : id/ data/ outliers/
167- km .dashboard .retrieveAll - > GET / api/ bucket/ : id/ dashboard/
168- km .dashboard .retrieve - > GET / api/ bucket/ : id/ dashboard/ : dashid
169- km .dashboard .remove - > DELETE / api/ bucket/ : id/ dashboard/ : dashid
170- km .dashboard .update - > POST / api/ bucket/ : id/ dashboard/ : dashId
171- km .dashboard .create - > PUT / api/ bucket/ : id/ dashboard/
172- km .orchestration .selfSend - > POST / api/ bucket/ : id/ balance
173- km .actions .triggerAction - > POST / api/ bucket/ : id/ actions/ trigger
174- km .actions .triggerPM2Action - > POST / api/ bucket/ : id/ actions/ triggerPM2Action
175- km .actions .triggerPM2ScopedAction - > POST / api/ bucket/ : id/ actions/ triggerPM2ScopedAction
176- km .actions .triggerScopedAction - > POST / api/ bucket/ : id/ actions/ triggerScopedAction
177- km .actions .retrieve - > POST / api/ bucket/ : id/ actions/ listScopedActions
178- km .actions .remove - > POST / api/ bucket/ : id/ actions/ deleteScopedAction
179- km .auth .retrieveToken - > POST / api/ oauth/ token
180- km .auth .register - > GET / api/ users/ register
181- km .auth .revoke - > POST / api/ oauth/ revoke
182- km .misc .retrievePM2Version - > GET / api/ misc/ release/ pm2
183- km .misc .retrieveNodeRelease - > GET / api/ misc/ release/ nodejs/ : version
184- km .misc .retrievePlans - > GET / api/ misc/ plans
185- km .user .otp .retrieve - > GET / api/ users/ otp
186- km .user .otp .enable - > POST / api/ users/ otp
187- km .user .otp .disable - > DELETE / api/ users/ otp
188- km .user .providers .retrieve - > GET / api/ users/ integrations
189- km .user .providers .add - > POST / api/ users/ integrations
190- km .user .providers .remove - > DELETE / api/ users/ integrations/ : name
191- km .user .retrieve - > GET / api/ users/ isLogged
192- km .user .show - > GET / api/ users/ show/ : id
193- km .user .attachCreditCard - > POST / api/ users/ payment/
194- km .user .listSubscriptions - > GET / api/ users/ payment/ subcriptions
195- km .user .listCharges - > GET / api/ users/ payment/ charges
196- km .user .fetchCreditCard - > GET / api/ users/ payment/ card/ : card_id
197- km .user .fetchDefaultCreditCard - > GET / api/ users/ payment/ card
198- km .user .updateCreditCard - > PUT / api/ users/ payment/ card
199- km .user .deleteCreditCard - > DELETE / api/ users/ payment/ card/ : card_id
200- km .user .setDefaultCard - > POST / api/ users/ payment/ card/ : card_id/ default
201- km .user .fetchMetadata - > GET / api/ users/ payment/ card/ stripe_metadata
202- km .user .updateMetadata - > PUT / api/ users/ payment/ stripe_metadata
203- km .user .update - > PUT / api/ users/ update
204- km .tokens .retrieve - > GET / api/ users/ token/
205- km .tokens .remove - > DELETE / api/ users/ token/ : id
206- km .tokens .create - > PUT / api/ users/ token/
128+ km .user .update - > POST / api/ users/ update
207129km .bucket .sendFeedback - > PUT / api/ bucket/ : id/ feedback
208130km .bucket .retrieveUsers - > GET / api/ bucket/ : id/ users_authorized
209131km .bucket .currentRole - > GET / api/ bucket/ : id/ current_role
@@ -255,6 +177,7 @@ km.actions.triggerScopedAction -> POST /api/bucket/:id/actions/triggerScopedActi
255177km .actions .retrieve - > POST / api/ bucket/ : id/ actions/ listScopedActions
256178km .actions .remove - > POST / api/ bucket/ : id/ actions/ deleteScopedAction
257179km .auth .retrieveToken - > POST / api/ oauth/ token
180+ km .auth .requestNewPassword - > POST / api/ users/ reset_password
258181km .auth .register - > GET / api/ users/ register
259182km .auth .revoke - > POST / api/ oauth/ revoke
260183km .misc .retrievePM2Version - > GET / api/ misc/ release/ pm2
0 commit comments