post
https://production-api.shoutaboutus.com/api/v1/sso/update/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
| Field | Type | Required | Notes |
|---|---|---|---|
client_id | string | Required | Must be an existing OAuth client. |
name | string | Required | New client name. |
redirect_callback | array<string> | Required | Replacement redirect URLs; each a valid http/https URL. |
Behaviour
- 200 with
data.status(boolean update result). 403 if not owner. 422 ifclient_idinvalid.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
