Tyk · Example Payload

Tyk Gateway Cache Meta Example

API GatewayAPI ManagementGraphQLOpen Source

Tyk Gateway Cache 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

cache_key_regexcache_response_codesdisabledmethodpathtimeout

Example Payload

Raw ↑
{
  "cache_key_regex": "example_value",
  "cache_response_codes": [],
  "disabled": true,
  "method": "example_value",
  "path": "example_value",
  "timeout": 10
}