Tyk · Example Payload

Tyk Gateway Validate Path Meta Example

API GatewayAPI ManagementGraphQLOpen Source

Tyk Gateway Validate Path Meta Example is an example object payload from Tyk, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

disablederror_response_codemethodpathschemaschema_b64

Example Payload

Raw ↑
{
  "disabled": true,
  "error_response_code": 10,
  "method": "example_value",
  "path": "example_value",
  "schema": "example_value",
  "schema_b64": "example_value"
}