github.com/craicoverflow/tyk@v2.9.6-rc3+incompatible/apps/app_sample.json (about)

     1  {
     2      "name": "Tyk Test API",
     3      "api_id": "1",
     4      "org_id": "default",
     5      "definition": {
     6          "location": "header",
     7          "key": "version"
     8      },
     9      "auth": {
    10          "auth_header_name": "authorization"
    11      },
    12      "version_data": {
    13          "not_versioned": true,
    14          "versions": {
    15              "Default": {
    16                  "name": "Default",
    17                  "expires": "3000-01-02 15:04",
    18                  "use_extended_paths": true,
    19                  "extended_paths": {
    20                      "ignored": [],
    21                      "white_list": [],
    22                      "black_list": []
    23                  }
    24              }
    25          }
    26      },
    27      "proxy": {
    28          "listen_path": "/tyk-api-test/",
    29          "target_url": "http://httpbin.org",
    30          "strip_listen_path": true
    31      },
    32      "enable_batch_request_support": true
    33  }