Edit a setup
PUT/v2/modules/:module/setups/:setupId
Updates the configuration of an existing OAuth setup. The full setup definition must be provided; partial updates are not supported. Changes can be scheduled for a future effective date by setting a validFrom timestamp in the request body, which creates a new snapshot rather than immediately replacing the active configuration. Only admin users may perform this operation.
Request
Responses
- 200
- 400
- 403
- 404
Setups edited successfully
The request body contains invalid or missing setup properties
The caller does not have administrator privileges required to edit this setup
No setup exists with the specified ID