OAuth Clients
Update OAuth client
Update an existing OAuth 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
No recorded changes to this endpoint across all 47 revisions of this API.