Datadog · Schema

APIKeyUpdateRequest

Request used to update an API key.

AnalyticsDashboardsMonitoringPlatformT1Visualizations

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

datadog-api-api-key-update-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-schema/datadog-api-api-key-update-request-schema.json",
  "title": "APIKeyUpdateRequest",
  "description": "Request used to update an API key.",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/APIKeyUpdateData"
    }
  },
  "required": [
    "data"
  ]
}