Request body for updating Auth configuration
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AuthConfigUpdate", "title": "AuthConfigUpdate", "type": "object", "description": "Request body for updating Auth configuration", "properties": { "enabled": { "type": "boolean", "description": "Whether to enable or disable Neon Auth" } } }