Apigee · Schema

BatchEditTagsResponse

Response from batch editing tags.

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationMicroservicesMCPMonetization

Properties

Name Type Description
apiObservations array
View JSON Schema on GitHub

JSON Schema

apigee-batchedittagsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BatchEditTagsResponse",
  "title": "BatchEditTagsResponse",
  "type": "object",
  "description": "Response from batch editing tags.",
  "properties": {
    "apiObservations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ApiObservation"
      }
    }
  }
}