Reset OAuth client secret
PUT/v2/manage/oauth-clients/credentials/:oAuthClientName
Resets the client secret for the OAuth client configuration identified by the AppName within the Tenant. This operation generates a new client secret, invalidating the previous one to enhance security.
Request
Responses
- 200
- 403
- 404
- 409
- 500
OK: The request was successful.
Status Forbidden: The client does not have permission to access the resource.
Not Found: The server cannot find the requested resource.
Conflict: The request could not be completed due to a conflict with the current state of the resource.
Status Internal Server Error: The server encountered an unexpected error.