Skip to main content

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

The client configuration was updated successfully; the response contains the updated client state