/applications/{id}/resetClientSecret
Mount Point: /auth/api/v1/applications/{id}/resetClientSecret/
POST
Resets an application's client secret.
Parameters
| name | description | type | default | 
|---|---|---|---|
| id | The ID of the application whose client secret to reset. | path | 
Response Body
| result: | application | 
| media types: | application/json | 
The updated application.
Status Codes
| code | description | 
|---|---|
| 200 | Success | 
| 409 | Reserved for cache object out of date |