CockroachDB · Schema

UpdateApiKeySpecification

Specification for updating an API key's metadata.

Cluster ManagementCloudDatabaseDistributed SQLInfrastructurePostgreSQL CompatibleSQL

Properties

Name Type Description
name string New name for the API key.
View JSON Schema on GitHub

JSON Schema

cockroachdb-updateapikeyspecification-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateApiKeySpecification",
  "title": "UpdateApiKeySpecification",
  "type": "object",
  "description": "Specification for updating an API key's metadata.",
  "properties": {
    "name": {
      "type": "string",
      "description": "New name for the API key."
    }
  }
}