Update OAuth client
PUT/v1/admin/clients/:client_id
Replaces a client's mutable fields with the request body (full update — omitted
fields reset to empty/default). client_id, client_type, and the secret cannot
be changed. The same validation rules as create are applied. Superadmin only.
Request
Responses
- 200
- 400
- 401
- 403
- 404
The updated client
Bad request
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
The requested resource does not exist