Auth Server Clients
Replace an auth server client
Replace a client for a given auth server. The client ID and secret can be provided to update an existing client, or to create a client with the matching ID and secret.
put/v1/auth-servers/{authServerId}/clients/{clientId}
Request body
Example request
{
"labels": {
"env": "test"
}
}Response
A client
Example response
{
"id": "kYa9iQFU5xPDSIUH9z1z",
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}