Auth Server Clients
Update a client secret
Update a client secret for a given client, such as enabling or disabling the secret.
patch/v1/auth-servers/{authServerId}/clients/{clientId}/secrets/{clientSecretId}
Request body
Response
A Client Secret item
Example response
{
"secret": "YAzsyUlNZ5gNGeKS9H3VAdxVPzhPo4ae",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}Changes
Changed in 1 of the 29 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○