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
- ○
endpoint added
endpoint-added
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○