v2

latestOpenAPI 3.0.0Proprietary2026-08-07936826.0 KB
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

successboolean required

Whether the status update succeeded

messagestring required

A human-readable result message