OAuth Clients
Update OAuth client
Updates the specified OAuth client's configuration and returns the updated client.
put/oauth/clients/{id}
Path parameters
idstring uuid required
OAuth client ID
Request body
Example request
{
"allowed_scopes": [
"admin"
]
}Response
OAuth client updated successfully