api-shield_api_discovery_state_patch

Mark state of operation in API Discovery * `review` - Mark operation as for review * `ignored` - Mark operation as ignored

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-api-discovery-state-patch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_api_discovery_state_patch",
  "title": "api-shield_api_discovery_state_patch",
  "description": "Mark state of operation in API Discovery\n  * `review` - Mark operation as for review\n  * `ignored` - Mark operation as ignored\n",
  "enum": [
    "review",
    "ignored"
  ],
  "type": "string"
}