Neon · Schema

BranchUpdateRequest

Request body for updating a branch

DatabasesServerlessPostgresInfrastructureAuthenticationEdge

Properties

Name Type Description
branch object
View JSON Schema on GitHub

JSON Schema

neon-branchupdaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BranchUpdateRequest",
  "title": "BranchUpdateRequest",
  "type": "object",
  "description": "Request body for updating a branch",
  "properties": {
    "branch": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "The branch name"
        }
      }
    }
  }
}