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
Changes
Changed in 1 of the 61 revisions of this API.1
- ○
the endpoint scheme security
bearerAuthwas removed from the APIapi-security-removed
- ○