Auth Configs
Enable or disable an authentication configuration
Updates the status of an authentication configuration to either enabled or disabled. Disabled configurations cannot be used for new connections.
patch/api/v3/auth_configs/{nanoid}/{status}
Path parameters
nanoidstring authConfigId required
The unique identifier of the authentication configuration to update
The unique identifier of the authentication configuration to update
status'ENABLED' | 'DISABLED' required
The new status to set for the auth configuration
The new status to set for the auth configuration
Response
Successfully updated auth config status
Changes
No recorded changes to this endpoint across all 10 revisions of this API.