Regenerate client secret

Regenerates the client_secret and returns the new value.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

client_idstringRequiredformat: "^[0-9a-f]{24}$"
The clientId for the service account

Response

The new client credentials for a service account
client_idstringformat: "^[0-9a-f]{24}$"
String representation of a MongoDB ObjectId
client_secretstring
Uuid representation of client secret

Errors

500
Internal Server Error