Edit a client
PUT/v2/modules/:module/setups/:setupId/clients/:clientId
Updates the configuration of an existing OAuth client. The full client definition must be provided. By default, supplying a validFrom date creates a new scheduled snapshot rather than immediately replacing the active state. Pass replaceActiveState=true to overwrite the currently active configuration in place, without creating a new versioned snapshot. Only admin users may perform this operation.
Request
Responses
- 200
- 400
- 404
The client configuration was updated successfully; the response contains the updated client state
The request body contains invalid or missing client properties
No client exists with the specified ID in this setup