Tyk · Schema

ApiModifyKeySuccess

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
action string
key string
key_hash string
status string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-api-modify-key-success-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ApiModifyKeySuccess",
  "type": "object",
  "properties": {
    "action": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "key_hash": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}