Update OAuth client

Update the name and redirect URLs of an existing OAuth client. Returns 403 unless the caller is the client's creator. Emits audit OAUTH_CLIENT_UPDATED (SUCCESS or DENIED).

Auth

  • bearer token. Owner-scoped.

Rate limit

  • No rate limit.

Body

FieldTypeRequiredNotes
client_idstringRequiredMust be an existing OAuth client.
namestringRequiredNew client name.
redirect_callbackarray<string>RequiredReplacement redirect URLs; each a valid http/https URL.

Behaviour

  • 200 with data.status (boolean update result). 403 if not owner. 422 if client_id invalid.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
string
redirect_callback
array of strings
redirect_callback
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json