APIs

Create an API

Create API. A single Tyk node can have its API Definitions queried, deleted and updated remotely. This functionality enables you to remotely update your Tyk definitions without having to manage the files manually.

post/tyk/apis

Query parameters

base_api_idstring

The base API which the new version will be linked to.

base_api_version_namestring

The version name of the base API while creating the first version. This doesn't have to be sent for the next versions but if it is set, it will override base API version name.

new_version_namestring

The version name of the created version.

set_defaultboolean

If true, the new version is set as default version.

Request body

activeboolean
allowed_ipsstring[] nullable
api_idstring
auth_configsobject nullable
base_identity_provided_bystring
blacklisted_ipsstring[] nullable
certificate_pinning_disabledboolean
certificatesstring[] nullable
client_certificatesstring[] nullable
config_dataobject nullable
config_data_disabledboolean
custom_middleware_bundlestring
custom_middleware_bundle_disabledboolean
custom_plugin_auth_enabledboolean
detailed_tracingboolean
disable_quotaboolean
disable_rate_limitboolean
do_not_trackboolean
domainstring
domain_disabledboolean
dont_set_quota_on_createboolean
enable_batch_request_supportboolean
enable_context_varsboolean
enable_coprocess_authboolean
enable_detailed_recordingboolean
enable_ip_blacklistingboolean
enable_ip_whitelistingboolean
enable_jwtboolean
enable_proxy_protocolboolean
enable_signature_checkingboolean
expirationstring
expire_analytics_afterinteger
hmac_allowed_algorithmsstring[] nullable
hmac_allowed_clock_skewnumber
idstring
idp_client_id_mapping_disabledboolean
internalboolean
is_oasboolean
jwt_client_base_fieldstring
jwt_default_policiesstring[] nullable
jwt_expires_at_validation_skewinteger
jwt_identity_base_fieldstring
jwt_issued_at_validation_skewinteger
jwt_not_before_validation_skewinteger
jwt_policy_field_namestring
jwt_scope_claim_namestring
jwt_scope_to_policy_mappingobject nullable
jwt_signing_methodstring
jwt_skip_kidboolean
jwt_sourcestring
listen_portinteger
namestring
org_idstring
pinned_public_keysobject nullable
protocolstring
session_lifetimeinteger
session_lifetime_respects_key_expirationboolean
slugstring
strip_auth_databoolean
tag_headersstring[] nullable
tagsstring[] nullable
tags_disabledboolean
upstream_certificatesobject nullable
upstream_certificates_disabledboolean
use_basic_authboolean
use_go_plugin_authboolean
use_keylessboolean
use_mutual_tls_authboolean
use_oauth2boolean
use_openidboolean
use_standard_authboolean
error_overridesobject nullable
error_overrides_disabledboolean

Example request

{
  "CORS": {
    "allowed_headers": [
      "Origin",
      "Accept",
      "Content-Type",
      "Authorization"
    ],
    "allowed_methods": [
      "GET",
      "HEAD",
      "POST"
    ],
    "allowed_origins": [
      "https://*.foo.com"
    ],
    "debug": true,
    "exposed_headers": [
      "Accept",
      "Content-Type"
    ],
    "max_age": 24
  },
  "auth": {
    "auth_header_name": "Authorization"
  },
  "cache_options": {
    "cache_timeout": 60,
    "enable_cache": true
  },
  "custom_middleware": {
    "auth_check": {
      "name": "PreMiddlewareFunction"
    },
    "post": [
      {
        "name": "PreMiddlewareFunction"
      }
    ],
    "post_key_auth": [
      {
        "name": "PreMiddlewareFunction"
      }
    ],
    "pre": [
      {
        "name": "PreMiddlewareFunction"
      }
    ],
    "response": [
      {
        "name": "PreMiddlewareFunction"
      }
    ]
  },
  "definition": {
    "key": "x-api-version",
    "location": "header"
  },
  "proxy": {
    "listen_path": "/relative-path-examples/",
    "strip_listen_path": true,
    "target_url": "https://httpbin.org/"
  },
  "tags": [
    "Default",
    "v1"
  ]
}

Response

API created.

actionstring
keystring
key_hashstring
statusstring

Example response

{
  "action": "modified",
  "key": "b13d928b9972bd18",
  "status": "ok"
}

Changes

Changed in 8 of the 52 revisions of this API.130111206

    • added the new optional request property error_overrides

      new-optional-request-property

    • added the new optional request property error_overrides_disabled

      new-optional-request-property

    • removed the enum value ' of the request property graphql/version

      request-property-enum-value-removed

    • added the new enum value to the request property graphql/execution_mode

      request-property-enum-value-added

    • added the new enum value to the request property graphql/version

      request-property-enum-value-added

  • 111affa17abe165194See the full diff
    • request property version_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/action was restricted to a list of enum values

      request-property-became-enum

    • request property version_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/action was restricted to a list of enum values

      request-property-became-enum

    • request property version_data/versions/additionalProperties/extended_paths/transform/items/template_data/input_type was restricted to a list of enum values

      request-property-became-enum

    • request property version_data/versions/additionalProperties/extended_paths/transform/items/template_data/template_mode was restricted to a list of enum values

      request-property-became-enum

    • request property version_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/input_type was restricted to a list of enum values

      request-property-became-enum

    • request property version_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/template_mode was restricted to a list of enum values

      request-property-became-enum

    • request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/on was restricted to a list of enum values

      request-property-became-enum

    • request property version_data/versions/additionalProperties/extended_paths/virtual/items/function_source_type was restricted to a list of enum values

      request-property-became-enum

    • request property version_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/action was restricted to a list of enum values

      request-property-became-enum

    • the auth_provider/meta/additionalProperties/ request property type/format changed from object/ to /

      request-property-type-changed

    • the config_data/additionalProperties/ request property type/format changed from object/ to /

      request-property-type-changed

    • the custom_middleware/id_extractor/extractor_config/additionalProperties/ request property type/format changed from object/ to /

      request-property-type-changed

    • the event_handlers/events request property type/format changed from / to object/

      request-property-type-changed

    • the response_processors/items/options request property type/format changed from object/ to /

      request-property-type-changed

    • the session_provider/meta/additionalProperties/ request property type/format changed from object/ to /

      request-property-type-changed

    • the version_data/versions/additionalProperties/extended_paths/validate_json/items/schema/additionalProperties/ request property type/format changed from object/ to /

      request-property-type-changed

    • the jwt_expires_at_validation_skew request property's min was set to 0.00

      request-property-min-set

    • the jwt_issued_at_validation_skew request property's min was set to 0.00

      request-property-min-set

    • the jwt_not_before_validation_skew request property's min was set to 0.00

      request-property-min-set

    • the proxy/transport/ssl_min_version request property's min was set to 0.00

      request-property-min-set

    • removed the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/MatchRegexp

      request-property-removed

    • added the new optional request property analytics_plugin

      new-optional-request-property

    • added the new optional request property auth/disable_header

      new-optional-request-property

    • added the new optional request property auth/name

      new-optional-request-property

    • added the new optional request property auth/signature/param_name

      new-optional-request-property

    • added the new optional request property auth/signature/use_param

      new-optional-request-property

    • added the new optional request property auth_configs

      new-optional-request-property

    • added the new optional request property cache_options/cache_by_headers

      new-optional-request-property

    • added the new optional request property certificate_pinning_disabled

      new-optional-request-property

    • added the new optional request property config_data_disabled

      new-optional-request-property

    • added the new optional request property custom_middleware/auth_check/disabled

      new-optional-request-property

    • added the new optional request property custom_middleware/auth_check/raw_body_only

      new-optional-request-property

    • added the new optional request property custom_middleware/id_extractor/disabled

      new-optional-request-property

    • added the new optional request property custom_middleware/post/items/disabled

      new-optional-request-property

    • added the new optional request property custom_middleware/post/items/raw_body_only

      new-optional-request-property

    • added the new optional request property custom_middleware/post_key_auth/items/disabled

      new-optional-request-property

    • added the new optional request property custom_middleware/post_key_auth/items/raw_body_only

      new-optional-request-property

    • added the new optional request property custom_middleware/pre/items/disabled

      new-optional-request-property

    • added the new optional request property custom_middleware/pre/items/raw_body_only

      new-optional-request-property

    • added the new optional request property custom_middleware/response/items/disabled

      new-optional-request-property

    • added the new optional request property custom_middleware/response/items/raw_body_only

      new-optional-request-property

    • added the new optional request property custom_middleware_bundle_disabled

      new-optional-request-property

    • added the new optional request property custom_plugin_auth_enabled

      new-optional-request-property

    • added the new optional request property definition/default

      new-optional-request-property

    • added the new optional request property definition/enabled

      new-optional-request-property

    • added the new optional request property definition/fallback_to_default

      new-optional-request-property

    • added the new optional request property definition/name

      new-optional-request-property

    • added the new optional request property definition/strip_versioning_data

      new-optional-request-property

    • added the new optional request property definition/url_versioning_pattern

      new-optional-request-property

    • added the new optional request property definition/versions

      new-optional-request-property

    • added the new optional request property detailed_tracing

      new-optional-request-property

    • added the new optional request property domain_disabled

      new-optional-request-property

    • added the new optional request property enable_detailed_recording

      new-optional-request-property

    • added the new optional request property enable_proxy_protocol

      new-optional-request-property

    • added the new optional request property expiration

      new-optional-request-property

    • added the new optional request property external_oauth

      new-optional-request-property

    • added the new optional request property global_rate_limit/disabled

      new-optional-request-property

    • added the new optional request property graphql

      new-optional-request-property

    • added the new optional request property idp_client_id_mapping_disabled

      new-optional-request-property

    • added the new optional request property is_oas

      new-optional-request-property

    • added the new optional request property jwt_default_policies

      new-optional-request-property

    • added the new optional request property listen_port

      new-optional-request-property

    • added the new optional request property protocol

      new-optional-request-property

    • added the new optional request property proxy/service_discovery/cache_disabled

      new-optional-request-property

    • added the new optional request property proxy/transport/ssl_force_common_name_check

      new-optional-request-property

    • added the new optional request property proxy/transport/ssl_max_version

      new-optional-request-property

    • added the new optional request property request_signing

      new-optional-request-property

    • added the new optional request property scopes

      new-optional-request-property

    • added the new optional request property session_lifetime_respects_key_expiration

      new-optional-request-property

    • added the new optional request property tags_disabled

      new-optional-request-property

    • added the new optional request property upstream_certificates_disabled

      new-optional-request-property

    • added the new optional request property uptime_tests/check_list/items/commands

      new-optional-request-property

    • added the new optional request property uptime_tests/check_list/items/enable_proxy_protocol

      new-optional-request-property

    • added the new optional request property uptime_tests/check_list/items/protocol

      new-optional-request-property

    • added the new optional request property uptime_tests/check_list/items/timeout

      new-optional-request-property

    • added the new optional request property uptime_tests/config/service_discovery/cache_disabled

      new-optional-request-property

    • added the new optional request property use_go_plugin_auth

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/advance_cache_config/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/advance_cache_config/items/timeout

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/black_list/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/black_list/items/ignore_case

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/black_list/items/method

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/circuit_breakers/items/disable_half_open_state

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/circuit_breakers/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/do_not_track_endpoints/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/go_plugin

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/hard_timeouts/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/ignored/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/ignored/items/ignore_case

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/ignored/items/method

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/internal/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/method_transforms/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/mock_response

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/persist_graphql

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/size_limits/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/track_endpoints/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/transform/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/transform_headers/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/transform_response/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/transform_response_headers/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/validate_json/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/validate_request

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/virtual/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/white_list/items/disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/white_list/items/ignore_case

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/white_list/items/method

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/global_headers_disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/global_response_headers

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/global_response_headers_disabled

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/global_response_headers_remove

      new-optional-request-property

    • added the new optional request property version_data/versions/additionalProperties/ignore_endpoint_case

      new-optional-request-property

    • the request property CORS/allowed_headers became nullable

      request-property-became-nullable

    • the request property CORS/allowed_methods became nullable

      request-property-became-nullable

    • the request property CORS/allowed_origins became nullable

      request-property-became-nullable

    • the request property CORS/exposed_headers became nullable

      request-property-became-nullable

    • the request property allowed_ips became nullable

      request-property-became-nullable

    • the request property auth_provider/meta became nullable

      request-property-became-nullable

    • the request property blacklisted_ips became nullable

      request-property-became-nullable

    • the request property cache_options/cache_response_codes became nullable

      request-property-became-nullable

    • the request property certificates became nullable

      request-property-became-nullable

    • the request property client_certificates became nullable

      request-property-became-nullable

    • the request property config_data became nullable

      request-property-became-nullable

    • the request property custom_middleware/id_extractor/extractor_config became nullable

      request-property-became-nullable

    • the request property custom_middleware/post became nullable

      request-property-became-nullable

    • the request property custom_middleware/post_key_auth became nullable

      request-property-became-nullable

    • the request property custom_middleware/pre became nullable

      request-property-became-nullable

    • the request property custom_middleware/response became nullable

      request-property-became-nullable

    • the request property event_handlers/events became nullable

      request-property-became-nullable

    • the request property hmac_allowed_algorithms became nullable

      request-property-became-nullable

    • the request property jwt_scope_to_policy_mapping became nullable

      request-property-became-nullable

    • the request property oauth_meta/allowed_access_types became nullable

      request-property-became-nullable

    • the request property oauth_meta/allowed_authorize_types became nullable

      request-property-became-nullable

    • the request property openid_options/providers became nullable

      request-property-became-nullable

    • the request property openid_options/providers/items/client_ids became nullable

      request-property-became-nullable

    • the request property pinned_public_keys became nullable

      request-property-became-nullable

    • the request property proxy/target_list became nullable

      request-property-became-nullable

    • the request property proxy/transport/ssl_ciphers became nullable

      request-property-became-nullable

    • the request property response_processors became nullable

      request-property-became-nullable

    • the request property session_provider/meta became nullable

      request-property-became-nullable

    • the request property tag_headers became nullable

      request-property-became-nullable

    • the request property tags became nullable

      request-property-became-nullable

    • the request property upstream_certificates became nullable

      request-property-became-nullable

    • the request property uptime_tests/check_list became nullable

      request-property-became-nullable

    • the request property uptime_tests/check_list/items/headers became nullable

      request-property-became-nullable

    • the request property version_data/versions became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/advance_cache_config/items/cache_response_codes became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/headers became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/headers became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/rate_limit became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/transform_headers/items/add_headers became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/transform_headers/items/delete_headers became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/transform_response_headers/items/add_headers became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/transform_response_headers/items/delete_headers became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/header_matches became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/path_part_matches became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/query_val_matches became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/request_context_matches became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/session_meta_matches became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/validate_json/items/schema became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/headers became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/global_headers became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/global_headers_remove became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/paths/black_list became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/paths/ignored became nullable

      request-property-became-nullable

    • the request property version_data/versions/additionalProperties/paths/white_list became nullable

      request-property-became-nullable

    • added the new all enum value to the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/on

      request-property-enum-value-added

    • added the new any enum value to the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/on

      request-property-enum-value-added

    • added the new blob enum value to the request property version_data/versions/additionalProperties/extended_paths/transform/items/template_data/template_mode

      request-property-enum-value-added

    • added the new blob enum value to the request property version_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/template_mode

      request-property-enum-value-added

    • added the new blob enum value to the request property version_data/versions/additionalProperties/extended_paths/virtual/items/function_source_type

      request-property-enum-value-added

    • added the new file enum value to the request property version_data/versions/additionalProperties/extended_paths/transform/items/template_data/template_mode

      request-property-enum-value-added

    • added the new file enum value to the request property version_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/template_mode

      request-property-enum-value-added

    • added the new file enum value to the request property version_data/versions/additionalProperties/extended_paths/virtual/items/function_source_type

      request-property-enum-value-added

    • added the new json enum value to the request property version_data/versions/additionalProperties/extended_paths/transform/items/template_data/input_type

      request-property-enum-value-added

    • added the new json enum value to the request property version_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/input_type

      request-property-enum-value-added

    • added the new no_action enum value to the request property version_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/action

      request-property-enum-value-added

    • added the new no_action enum value to the request property version_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/action

      request-property-enum-value-added

    • added the new no_action enum value to the request property version_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/action

      request-property-enum-value-added

    • added the new reply enum value to the request property version_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/action

      request-property-enum-value-added

    • added the new reply enum value to the request property version_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/action

      request-property-enum-value-added

    • added the new reply enum value to the request property version_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/action

      request-property-enum-value-added

    • added the new xml enum value to the request property version_data/versions/additionalProperties/extended_paths/transform/items/template_data/input_type

      request-property-enum-value-added

    • added the new xml enum value to the request property version_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/input_type

      request-property-enum-value-added

    • the CORS/max_age request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the auth/signature/allowed_clock_skew request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the auth/signature/error_code request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the basic_auth/cache_ttl request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the cache_options/cache_response_codes/items/ request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the expire_analytics_after request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the global_rate_limit/per request property type/format was generalized from number/double to number/

      request-property-type-generalized

    • the global_rate_limit/rate request property type/format was generalized from number/double to number/

      request-property-type-generalized

    • the hmac_allowed_clock_skew request property type/format was generalized from number/double to number/

      request-property-type-generalized

    • the jwt_expires_at_validation_skew request property type/format was generalized from integer/uint64 to integer/

      request-property-type-generalized

    • the jwt_issued_at_validation_skew request property type/format was generalized from integer/uint64 to integer/

      request-property-type-generalized

    • the jwt_not_before_validation_skew request property type/format was generalized from integer/uint64 to integer/

      request-property-type-generalized

    • the proxy/service_discovery/cache_timeout request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the proxy/transport/ssl_min_version request property type/format was generalized from integer/uint16 to integer/

      request-property-type-generalized

    • the session_lifetime request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the uptime_tests/config/expire_utime_after request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the uptime_tests/config/recheck_wait request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the uptime_tests/config/service_discovery/cache_timeout request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the version_data/versions/additionalProperties/extended_paths/advance_cache_config/items/cache_response_codes/items/ request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the version_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/code request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the version_data/versions/additionalProperties/extended_paths/circuit_breakers/items/return_to_service_after request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the version_data/versions/additionalProperties/extended_paths/circuit_breakers/items/threshold_percent request property type/format was generalized from number/double to number/

      request-property-type-generalized

    • the version_data/versions/additionalProperties/extended_paths/hard_timeouts/items/timeout request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the version_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/code request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the version_data/versions/additionalProperties/extended_paths/rate_limit/items/per request property type/format was generalized from number/double to number/

      request-property-type-generalized

    • the version_data/versions/additionalProperties/extended_paths/rate_limit/items/rate request property type/format was generalized from number/double to number/

      request-property-type-generalized

    • the version_data/versions/additionalProperties/extended_paths/validate_json/items/error_response_code request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • the version_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/code request property type/format was generalized from integer/int64 to integer/

      request-property-type-generalized

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    This revision also has 28 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/rate_limit

      new-optional-request-property

    • the jwt_expires_at_validation_skew request property type/format changed from integer/int64 to integer/uint64

      request-property-type-changed

    • the jwt_issued_at_validation_skew request property type/format changed from integer/int64 to integer/uint64

      request-property-type-changed

    • the jwt_not_before_validation_skew request property type/format changed from integer/int64 to integer/uint64

      request-property-type-changed

    • the proxy/transport/ssl_min_version request property type/format changed from integer/int64 to integer/uint16

      request-property-type-changed

  • 586e8482497048See the full diff
    • the jwt_expires_at_validation_skew request property type/format changed from integer/uint64 to integer/int64

      request-property-type-changed

    • the jwt_issued_at_validation_skew request property type/format changed from integer/uint64 to integer/int64

      request-property-type-changed

    • the jwt_not_before_validation_skew request property type/format changed from integer/uint64 to integer/int64

      request-property-type-changed

    • the proxy/transport/ssl_min_version request property type/format changed from integer/uint16 to integer/int64

      request-property-type-changed

    • the jwt_expires_at_validation_skew request property's max was set to 18446744073709551616.00

      request-property-max-set

    • the jwt_issued_at_validation_skew request property's max was set to 18446744073709551616.00

      request-property-max-set

    • the jwt_not_before_validation_skew request property's max was set to 18446744073709551616.00

      request-property-max-set

    • the proxy/transport/ssl_min_version request property's max was set to 65535.00

      request-property-max-set

    • the jwt_expires_at_validation_skew request property's min was set to 0.00

      request-property-min-set

    • the jwt_issued_at_validation_skew request property's min was set to 0.00

      request-property-min-set

    • the jwt_not_before_validation_skew request property's min was set to 0.00

      request-property-min-set

    • the proxy/transport/ssl_min_version request property's min was set to 0.00

      request-property-min-set

    • added the new optional query request parameter base_api_id

      new-optional-request-parameter

    • added the new optional query request parameter base_api_version_name

      new-optional-request-parameter

    • added the new optional query request parameter new_version_name

      new-optional-request-parameter

    • added the new optional query request parameter set_default

      new-optional-request-parameter

  • 111d8ca21864105983See the full diff
    • the request property CORS/allowed_headers became not nullable

      request-property-became-not-nullable

    • the request property CORS/allowed_methods became not nullable

      request-property-became-not-nullable

    • the request property CORS/allowed_origins became not nullable

      request-property-became-not-nullable

    • the request property CORS/exposed_headers became not nullable

      request-property-became-not-nullable

    • the request property allowed_ips became not nullable

      request-property-became-not-nullable

    • the request property auth_provider/meta became not nullable

      request-property-became-not-nullable

    • the request property blacklisted_ips became not nullable

      request-property-became-not-nullable

    • the request property cache_options/cache_response_codes became not nullable

      request-property-became-not-nullable

    • the request property certificates became not nullable

      request-property-became-not-nullable

    • the request property client_certificates became not nullable

      request-property-became-not-nullable

    • the request property config_data became not nullable

      request-property-became-not-nullable

    • the request property custom_middleware/id_extractor/extractor_config became not nullable

      request-property-became-not-nullable

    • the request property custom_middleware/post became not nullable

      request-property-became-not-nullable

    • the request property custom_middleware/post_key_auth became not nullable

      request-property-became-not-nullable

    • the request property custom_middleware/pre became not nullable

      request-property-became-not-nullable

    • the request property custom_middleware/response became not nullable

      request-property-became-not-nullable

    • the request property event_handlers/events became not nullable

      request-property-became-not-nullable

    • the request property hmac_allowed_algorithms became not nullable

      request-property-became-not-nullable

    • the request property jwt_scope_to_policy_mapping became not nullable

      request-property-became-not-nullable

    • the request property oauth_meta/allowed_access_types became not nullable

      request-property-became-not-nullable

    • the request property oauth_meta/allowed_authorize_types became not nullable

      request-property-became-not-nullable

    • the request property openid_options/providers became not nullable

      request-property-became-not-nullable

    • the request property openid_options/providers/items/client_ids became not nullable

      request-property-became-not-nullable

    • the request property pinned_public_keys became not nullable

      request-property-became-not-nullable

    • the request property proxy/target_list became not nullable

      request-property-became-not-nullable

    • the request property proxy/transport/ssl_ciphers became not nullable

      request-property-became-not-nullable

    • the request property response_processors became not nullable

      request-property-became-not-nullable

    • the request property session_provider/meta became not nullable

      request-property-became-not-nullable

    • the request property tag_headers became not nullable

      request-property-became-not-nullable

    • the request property tags became not nullable

      request-property-became-not-nullable

    • the request property upstream_certificates became not nullable

      request-property-became-not-nullable

    • the request property uptime_tests/check_list became not nullable

      request-property-became-not-nullable

    • the request property uptime_tests/check_list/items/headers became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/advance_cache_config/items/cache_response_codes became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/headers became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/headers became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/transform_headers/items/add_headers became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/transform_headers/items/delete_headers became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/transform_response_headers/items/add_headers became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/transform_response_headers/items/delete_headers became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/header_matches became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/path_part_matches became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/query_val_matches became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/request_context_matches became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/session_meta_matches became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/validate_json/items/schema became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/headers became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/global_headers became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/global_headers_remove became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/paths/black_list became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/paths/ignored became not nullable

      request-property-became-not-nullable

    • the request property version_data/versions/additionalProperties/paths/white_list became not nullable

      request-property-became-not-nullable

    • removed the enum value all of the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/on

      request-property-enum-value-removed

    • removed the enum value any of the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/on

      request-property-enum-value-removed

    • removed the enum value blob of the request property version_data/versions/additionalProperties/extended_paths/transform/items/template_data/template_mode

      request-property-enum-value-removed

    • removed the enum value blob of the request property version_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/template_mode

      request-property-enum-value-removed

    • removed the enum value blob of the request property version_data/versions/additionalProperties/extended_paths/virtual/items/function_source_type

      request-property-enum-value-removed

    • removed the enum value file of the request property version_data/versions/additionalProperties/extended_paths/transform/items/template_data/template_mode

      request-property-enum-value-removed

    • removed the enum value file of the request property version_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/template_mode

      request-property-enum-value-removed

    • removed the enum value file of the request property version_data/versions/additionalProperties/extended_paths/virtual/items/function_source_type

      request-property-enum-value-removed

    • removed the enum value json of the request property version_data/versions/additionalProperties/extended_paths/transform/items/template_data/input_type

      request-property-enum-value-removed

    • removed the enum value json of the request property version_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/input_type

      request-property-enum-value-removed

    • removed the enum value no_action of the request property version_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/action

      request-property-enum-value-removed

    • removed the enum value no_action of the request property version_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/action

      request-property-enum-value-removed

    • removed the enum value no_action of the request property version_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/action

      request-property-enum-value-removed

    • removed the enum value reply of the request property version_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/action

      request-property-enum-value-removed

    • removed the enum value reply of the request property version_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/action

      request-property-enum-value-removed

    • removed the enum value reply of the request property version_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/action

      request-property-enum-value-removed

    • removed the enum value xml of the request property version_data/versions/additionalProperties/extended_paths/transform/items/template_data/input_type

      request-property-enum-value-removed

    • removed the enum value xml of the request property version_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/input_type

      request-property-enum-value-removed

    • the CORS/max_age request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the auth/signature/allowed_clock_skew request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the auth/signature/error_code request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the auth_provider/meta/additionalProperties/ request property type/format changed from / to object/

      request-property-type-changed

    • the basic_auth/cache_ttl request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the cache_options/cache_response_codes/items/ request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the config_data/additionalProperties/ request property type/format changed from / to object/

      request-property-type-changed

    • the custom_middleware/id_extractor/extractor_config/additionalProperties/ request property type/format changed from / to object/

      request-property-type-changed

    • the event_handlers/events request property type/format changed from object/ to /

      request-property-type-changed

    • the expire_analytics_after request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the global_rate_limit/per request property type/format changed from number/ to number/double

      request-property-type-changed

    • the global_rate_limit/rate request property type/format changed from number/ to number/double

      request-property-type-changed

    • the hmac_allowed_clock_skew request property type/format changed from number/ to number/double

      request-property-type-changed

    • the jwt_expires_at_validation_skew request property type/format changed from integer/ to integer/uint64

      request-property-type-changed

    • the jwt_issued_at_validation_skew request property type/format changed from integer/ to integer/uint64

      request-property-type-changed

    • the jwt_not_before_validation_skew request property type/format changed from integer/ to integer/uint64

      request-property-type-changed

    • the proxy/service_discovery/cache_timeout request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the proxy/transport/ssl_min_version request property type/format changed from integer/ to integer/uint16

      request-property-type-changed

    • the response_processors/items/options request property type/format changed from / to object/

      request-property-type-changed

    • the session_lifetime request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the session_provider/meta/additionalProperties/ request property type/format changed from / to object/

      request-property-type-changed

    • the uptime_tests/config/expire_utime_after request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the uptime_tests/config/recheck_wait request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the uptime_tests/config/service_discovery/cache_timeout request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the version_data/versions/additionalProperties/extended_paths/advance_cache_config/items/cache_response_codes/items/ request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the version_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/code request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the version_data/versions/additionalProperties/extended_paths/circuit_breakers/items/return_to_service_after request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the version_data/versions/additionalProperties/extended_paths/circuit_breakers/items/threshold_percent request property type/format changed from number/ to number/double

      request-property-type-changed

    • the version_data/versions/additionalProperties/extended_paths/hard_timeouts/items/timeout request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the version_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/code request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the version_data/versions/additionalProperties/extended_paths/validate_json/items/error_response_code request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • the version_data/versions/additionalProperties/extended_paths/validate_json/items/schema/additionalProperties/ request property type/format changed from / to object/

      request-property-type-changed

    • the version_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/code request property type/format changed from integer/ to integer/int64

      request-property-type-changed

    • deleted the query request parameter base_api_id

      request-parameter-removed

    • deleted the query request parameter base_api_version_name

      request-parameter-removed

    • deleted the query request parameter new_version_name

      request-parameter-removed

    • deleted the query request parameter set_default

      request-parameter-removed

    • removed the request property analytics_plugin

      request-property-removed

    • removed the request property auth/disable_header

      request-property-removed

    • removed the request property auth/name

      request-property-removed

    • removed the request property auth/signature/param_name

      request-property-removed

    • removed the request property auth/signature/use_param

      request-property-removed

    • removed the request property auth_configs

      request-property-removed

    • removed the request property cache_options/cache_by_headers

      request-property-removed

    • removed the request property certificate_pinning_disabled

      request-property-removed

    • removed the request property config_data_disabled

      request-property-removed

    • removed the request property custom_middleware/auth_check/disabled

      request-property-removed

    • removed the request property custom_middleware/auth_check/raw_body_only

      request-property-removed

    • removed the request property custom_middleware/id_extractor/disabled

      request-property-removed

    • removed the request property custom_middleware/post/items/disabled

      request-property-removed

    • removed the request property custom_middleware/post/items/raw_body_only

      request-property-removed

    • removed the request property custom_middleware/post_key_auth/items/disabled

      request-property-removed

    • removed the request property custom_middleware/post_key_auth/items/raw_body_only

      request-property-removed

    • removed the request property custom_middleware/pre/items/disabled

      request-property-removed

    • removed the request property custom_middleware/pre/items/raw_body_only

      request-property-removed

    • removed the request property custom_middleware/response/items/disabled

      request-property-removed

    • removed the request property custom_middleware/response/items/raw_body_only

      request-property-removed

    • removed the request property custom_middleware_bundle_disabled

      request-property-removed

    • removed the request property custom_plugin_auth_enabled

      request-property-removed

    • removed the request property definition/default

      request-property-removed

    • removed the request property definition/enabled

      request-property-removed

    • removed the request property definition/fallback_to_default

      request-property-removed

    • removed the request property definition/name

      request-property-removed

    • removed the request property definition/strip_versioning_data

      request-property-removed

    • removed the request property definition/url_versioning_pattern

      request-property-removed

    • removed the request property definition/versions

      request-property-removed

    • removed the request property detailed_tracing

      request-property-removed

    • removed the request property domain_disabled

      request-property-removed

    • removed the request property enable_detailed_recording

      request-property-removed

    • removed the request property enable_proxy_protocol

      request-property-removed

    • removed the request property error_overrides

      request-property-removed

    • removed the request property error_overrides_disabled

      request-property-removed

    • removed the request property expiration

      request-property-removed

    • removed the request property external_oauth

      request-property-removed

    • removed the request property global_rate_limit/disabled

      request-property-removed

    • removed the request property graphql

      request-property-removed

    • removed the request property idp_client_id_mapping_disabled

      request-property-removed

    • removed the request property is_oas

      request-property-removed

    • removed the request property jwt_default_policies

      request-property-removed

    • removed the request property listen_port

      request-property-removed

    • removed the request property protocol

      request-property-removed

    • removed the request property proxy/service_discovery/cache_disabled

      request-property-removed

    • removed the request property proxy/transport/ssl_force_common_name_check

      request-property-removed

    • removed the request property proxy/transport/ssl_max_version

      request-property-removed

    • removed the request property request_signing

      request-property-removed

    • removed the request property scopes

      request-property-removed

    • removed the request property session_lifetime_respects_key_expiration

      request-property-removed

    • removed the request property tags_disabled

      request-property-removed

    • removed the request property upstream_certificates_disabled

      request-property-removed

    • removed the request property uptime_tests/check_list/items/commands

      request-property-removed

    • removed the request property uptime_tests/check_list/items/enable_proxy_protocol

      request-property-removed

    • removed the request property uptime_tests/check_list/items/protocol

      request-property-removed

    • removed the request property uptime_tests/check_list/items/timeout

      request-property-removed

    • removed the request property uptime_tests/config/service_discovery/cache_disabled

      request-property-removed

    • removed the request property use_go_plugin_auth

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/advance_cache_config/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/advance_cache_config/items/timeout

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/black_list/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/black_list/items/ignore_case

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/black_list/items/method

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/circuit_breakers/items/disable_half_open_state

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/circuit_breakers/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/do_not_track_endpoints/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/go_plugin

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/hard_timeouts/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/ignored/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/ignored/items/ignore_case

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/ignored/items/method

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/internal/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/method_transforms/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/mock_response

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/persist_graphql

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/rate_limit

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/size_limits/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/track_endpoints/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/transform/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/transform_headers/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/transform_response/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/transform_response_headers/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/validate_json/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/validate_request

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/virtual/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/white_list/items/disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/white_list/items/ignore_case

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/extended_paths/white_list/items/method

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/global_headers_disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/global_response_headers

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/global_response_headers_disabled

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/global_response_headers_remove

      request-property-removed

    • removed the request property version_data/versions/additionalProperties/ignore_endpoint_case

      request-property-removed

    • added the new optional request property version_data/versions/additionalProperties/extended_paths/url_rewrites/items/MatchRegexp

      new-optional-request-property

    • removed the non-success response with the status 403

      response-non-success-status-removed

    • removed the non-success response with the status 500

      response-non-success-status-removed

    This revision also has 155 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog