Neon · Schema

AuthConfigUpdate

Request body for updating Auth configuration

DatabasesServerlessPostgresInfrastructureAuthenticationEdge

Properties

Name Type Description
enabled boolean Whether to enable or disable Neon Auth
View JSON Schema on GitHub

JSON Schema

neon-authconfigupdate-schema.json Raw ↑
{
  "$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"
    }
  }
}