/applications/{id}/resetClientSecret
This resource is available only to principals with these entitlements: "ROLE_UPDATE_APPLICATION" "ROLE_BROKER_ADMIN"
Mount Point: /auth/api/v1/applications/{id}/resetClientSecret/
POST
This operation is available only to principals with these entitlements: "ROLE_UPDATE_APPLICATION" "ROLE_BROKER_ADMIN"
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 |