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.
Query parameters
The base API which the new version will be linked to.
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.
The version name of the created version.
If true, the new version is set as default version.
Request body
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.
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_overridesnew-optional-request-property
- ○
added the new optional request property
error_overrides_disablednew-optional-request-property
- ○
- ▲
removed the enum value
'of the request propertygraphql/versionrequest-property-enum-value-removed
- ○
added the new
enum value to the request propertygraphql/execution_moderequest-property-enum-value-added
- ○
added the new
enum value to the request propertygraphql/versionrequest-property-enum-value-added
- ▲
- ▲
request property
version_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/actionwas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
version_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/actionwas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
version_data/versions/additionalProperties/extended_paths/transform/items/template_data/input_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
version_data/versions/additionalProperties/extended_paths/transform/items/template_data/template_modewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
version_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/input_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
version_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/template_modewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/onwas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
version_data/versions/additionalProperties/extended_paths/virtual/items/function_source_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
version_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/actionwas restricted to a list of enum valuesrequest-property-became-enum
- ▲
the
auth_provider/meta/additionalProperties/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
config_data/additionalProperties/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
custom_middleware/id_extractor/extractor_config/additionalProperties/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
event_handlers/eventsrequest property type/format changed from/toobject/request-property-type-changed
- ▲
the
response_processors/items/optionsrequest property type/format changed fromobject/to/request-property-type-changed
- ▲
the
session_provider/meta/additionalProperties/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
version_data/versions/additionalProperties/extended_paths/validate_json/items/schema/additionalProperties/request property type/format changed fromobject/to/request-property-type-changed
- ●
the
jwt_expires_at_validation_skewrequest property's min was set to0.00request-property-min-set
- ●
the
jwt_issued_at_validation_skewrequest property's min was set to0.00request-property-min-set
- ●
the
jwt_not_before_validation_skewrequest property's min was set to0.00request-property-min-set
- ●
the
proxy/transport/ssl_min_versionrequest property's min was set to0.00request-property-min-set
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/MatchRegexprequest-property-removed
- ○
added the new optional request property
analytics_pluginnew-optional-request-property
- ○
added the new optional request property
auth/disable_headernew-optional-request-property
- ○
added the new optional request property
auth/namenew-optional-request-property
- ○
added the new optional request property
auth/signature/param_namenew-optional-request-property
- ○
added the new optional request property
auth/signature/use_paramnew-optional-request-property
- ○
added the new optional request property
auth_configsnew-optional-request-property
- ○
added the new optional request property
cache_options/cache_by_headersnew-optional-request-property
- ○
added the new optional request property
certificate_pinning_disablednew-optional-request-property
- ○
added the new optional request property
config_data_disablednew-optional-request-property
- ○
added the new optional request property
custom_middleware/auth_check/disablednew-optional-request-property
- ○
added the new optional request property
custom_middleware/auth_check/raw_body_onlynew-optional-request-property
- ○
added the new optional request property
custom_middleware/id_extractor/disablednew-optional-request-property
- ○
added the new optional request property
custom_middleware/post/items/disablednew-optional-request-property
- ○
added the new optional request property
custom_middleware/post/items/raw_body_onlynew-optional-request-property
- ○
added the new optional request property
custom_middleware/post_key_auth/items/disablednew-optional-request-property
- ○
added the new optional request property
custom_middleware/post_key_auth/items/raw_body_onlynew-optional-request-property
- ○
added the new optional request property
custom_middleware/pre/items/disablednew-optional-request-property
- ○
added the new optional request property
custom_middleware/pre/items/raw_body_onlynew-optional-request-property
- ○
added the new optional request property
custom_middleware/response/items/disablednew-optional-request-property
- ○
added the new optional request property
custom_middleware/response/items/raw_body_onlynew-optional-request-property
- ○
added the new optional request property
custom_middleware_bundle_disablednew-optional-request-property
- ○
added the new optional request property
custom_plugin_auth_enablednew-optional-request-property
- ○
added the new optional request property
definition/defaultnew-optional-request-property
- ○
added the new optional request property
definition/enablednew-optional-request-property
- ○
added the new optional request property
definition/fallback_to_defaultnew-optional-request-property
- ○
added the new optional request property
definition/namenew-optional-request-property
- ○
added the new optional request property
definition/strip_versioning_datanew-optional-request-property
- ○
added the new optional request property
definition/url_versioning_patternnew-optional-request-property
- ○
added the new optional request property
definition/versionsnew-optional-request-property
- ○
added the new optional request property
detailed_tracingnew-optional-request-property
- ○
added the new optional request property
domain_disablednew-optional-request-property
- ○
added the new optional request property
enable_detailed_recordingnew-optional-request-property
- ○
added the new optional request property
enable_proxy_protocolnew-optional-request-property
- ○
added the new optional request property
expirationnew-optional-request-property
- ○
added the new optional request property
external_oauthnew-optional-request-property
- ○
added the new optional request property
global_rate_limit/disablednew-optional-request-property
- ○
added the new optional request property
graphqlnew-optional-request-property
- ○
added the new optional request property
idp_client_id_mapping_disablednew-optional-request-property
- ○
added the new optional request property
is_oasnew-optional-request-property
- ○
added the new optional request property
jwt_default_policiesnew-optional-request-property
- ○
added the new optional request property
listen_portnew-optional-request-property
- ○
added the new optional request property
protocolnew-optional-request-property
- ○
added the new optional request property
proxy/service_discovery/cache_disablednew-optional-request-property
- ○
added the new optional request property
proxy/transport/ssl_force_common_name_checknew-optional-request-property
- ○
added the new optional request property
proxy/transport/ssl_max_versionnew-optional-request-property
- ○
added the new optional request property
request_signingnew-optional-request-property
- ○
added the new optional request property
scopesnew-optional-request-property
- ○
added the new optional request property
session_lifetime_respects_key_expirationnew-optional-request-property
- ○
added the new optional request property
tags_disablednew-optional-request-property
- ○
added the new optional request property
upstream_certificates_disablednew-optional-request-property
- ○
added the new optional request property
uptime_tests/check_list/items/commandsnew-optional-request-property
- ○
added the new optional request property
uptime_tests/check_list/items/enable_proxy_protocolnew-optional-request-property
- ○
added the new optional request property
uptime_tests/check_list/items/protocolnew-optional-request-property
- ○
added the new optional request property
uptime_tests/check_list/items/timeoutnew-optional-request-property
- ○
added the new optional request property
uptime_tests/config/service_discovery/cache_disablednew-optional-request-property
- ○
added the new optional request property
use_go_plugin_authnew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/advance_cache_config/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/advance_cache_config/items/timeoutnew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/black_list/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/black_list/items/ignore_casenew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/black_list/items/methodnew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/circuit_breakers/items/disable_half_open_statenew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/circuit_breakers/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/do_not_track_endpoints/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/go_pluginnew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/hard_timeouts/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/ignored/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/ignored/items/ignore_casenew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/ignored/items/methodnew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/internal/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/method_transforms/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/mock_responsenew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/persist_graphqlnew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/size_limits/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/track_endpoints/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/transform/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/transform_headers/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/transform_response/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/transform_response_headers/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/validate_json/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/validate_requestnew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/virtual/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/white_list/items/disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/white_list/items/ignore_casenew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/white_list/items/methodnew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/global_headers_disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/global_response_headersnew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/global_response_headers_disablednew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/global_response_headers_removenew-optional-request-property
- ○
added the new optional request property
version_data/versions/additionalProperties/ignore_endpoint_casenew-optional-request-property
- ○
the request property
CORS/allowed_headersbecame nullablerequest-property-became-nullable
- ○
the request property
CORS/allowed_methodsbecame nullablerequest-property-became-nullable
- ○
the request property
CORS/allowed_originsbecame nullablerequest-property-became-nullable
- ○
the request property
CORS/exposed_headersbecame nullablerequest-property-became-nullable
- ○
the request property
allowed_ipsbecame nullablerequest-property-became-nullable
- ○
the request property
auth_provider/metabecame nullablerequest-property-became-nullable
- ○
the request property
blacklisted_ipsbecame nullablerequest-property-became-nullable
- ○
the request property
cache_options/cache_response_codesbecame nullablerequest-property-became-nullable
- ○
the request property
certificatesbecame nullablerequest-property-became-nullable
- ○
the request property
client_certificatesbecame nullablerequest-property-became-nullable
- ○
the request property
config_databecame nullablerequest-property-became-nullable
- ○
the request property
custom_middleware/id_extractor/extractor_configbecame nullablerequest-property-became-nullable
- ○
the request property
custom_middleware/postbecame nullablerequest-property-became-nullable
- ○
the request property
custom_middleware/post_key_authbecame nullablerequest-property-became-nullable
- ○
the request property
custom_middleware/prebecame nullablerequest-property-became-nullable
- ○
the request property
custom_middleware/responsebecame nullablerequest-property-became-nullable
- ○
the request property
event_handlers/eventsbecame nullablerequest-property-became-nullable
- ○
the request property
hmac_allowed_algorithmsbecame nullablerequest-property-became-nullable
- ○
the request property
jwt_scope_to_policy_mappingbecame nullablerequest-property-became-nullable
- ○
the request property
oauth_meta/allowed_access_typesbecame nullablerequest-property-became-nullable
- ○
the request property
oauth_meta/allowed_authorize_typesbecame nullablerequest-property-became-nullable
- ○
the request property
openid_options/providersbecame nullablerequest-property-became-nullable
- ○
the request property
openid_options/providers/items/client_idsbecame nullablerequest-property-became-nullable
- ○
the request property
pinned_public_keysbecame nullablerequest-property-became-nullable
- ○
the request property
proxy/target_listbecame nullablerequest-property-became-nullable
- ○
the request property
proxy/transport/ssl_ciphersbecame nullablerequest-property-became-nullable
- ○
the request property
response_processorsbecame nullablerequest-property-became-nullable
- ○
the request property
session_provider/metabecame nullablerequest-property-became-nullable
- ○
the request property
tag_headersbecame nullablerequest-property-became-nullable
- ○
the request property
tagsbecame nullablerequest-property-became-nullable
- ○
the request property
upstream_certificatesbecame nullablerequest-property-became-nullable
- ○
the request property
uptime_tests/check_listbecame nullablerequest-property-became-nullable
- ○
the request property
uptime_tests/check_list/items/headersbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versionsbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/extended_paths/advance_cache_config/items/cache_response_codesbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/headersbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/headersbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/extended_paths/rate_limitbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/extended_paths/transform_headers/items/add_headersbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/extended_paths/transform_headers/items/delete_headersbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/extended_paths/transform_response_headers/items/add_headersbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/extended_paths/transform_response_headers/items/delete_headersbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggersbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/header_matchesbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/path_part_matchesbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/query_val_matchesbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/request_context_matchesbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/session_meta_matchesbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/extended_paths/validate_json/items/schemabecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/headersbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/global_headersbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/global_headers_removebecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/paths/black_listbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/paths/ignoredbecame nullablerequest-property-became-nullable
- ○
the request property
version_data/versions/additionalProperties/paths/white_listbecame nullablerequest-property-became-nullable
- ○
added the new
allenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/onrequest-property-enum-value-added
- ○
added the new
anyenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/onrequest-property-enum-value-added
- ○
added the new
blobenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/transform/items/template_data/template_moderequest-property-enum-value-added
- ○
added the new
blobenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/template_moderequest-property-enum-value-added
- ○
added the new
blobenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/virtual/items/function_source_typerequest-property-enum-value-added
- ○
added the new
fileenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/transform/items/template_data/template_moderequest-property-enum-value-added
- ○
added the new
fileenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/template_moderequest-property-enum-value-added
- ○
added the new
fileenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/virtual/items/function_source_typerequest-property-enum-value-added
- ○
added the new
jsonenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/transform/items/template_data/input_typerequest-property-enum-value-added
- ○
added the new
jsonenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/input_typerequest-property-enum-value-added
- ○
added the new
no_actionenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/actionrequest-property-enum-value-added
- ○
added the new
no_actionenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/actionrequest-property-enum-value-added
- ○
added the new
no_actionenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/actionrequest-property-enum-value-added
- ○
added the new
replyenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/actionrequest-property-enum-value-added
- ○
added the new
replyenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/actionrequest-property-enum-value-added
- ○
added the new
replyenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/actionrequest-property-enum-value-added
- ○
added the new
xmlenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/transform/items/template_data/input_typerequest-property-enum-value-added
- ○
added the new
xmlenum value to the request propertyversion_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/input_typerequest-property-enum-value-added
- ○
the
CORS/max_agerequest property type/format was generalized frominteger/int64tointeger/request-property-type-generalized
- ○
the
auth/signature/allowed_clock_skewrequest property type/format was generalized frominteger/int64tointeger/request-property-type-generalized
- ○
the
auth/signature/error_coderequest property type/format was generalized frominteger/int64tointeger/request-property-type-generalized
- ○
the
basic_auth/cache_ttlrequest property type/format was generalized frominteger/int64tointeger/request-property-type-generalized
- ○
the
cache_options/cache_response_codes/items/request property type/format was generalized frominteger/int64tointeger/request-property-type-generalized
- ○
the
expire_analytics_afterrequest property type/format was generalized frominteger/int64tointeger/request-property-type-generalized
- ○
the
global_rate_limit/perrequest property type/format was generalized fromnumber/doubletonumber/request-property-type-generalized
- ○
the
global_rate_limit/raterequest property type/format was generalized fromnumber/doubletonumber/request-property-type-generalized
- ○
the
hmac_allowed_clock_skewrequest property type/format was generalized fromnumber/doubletonumber/request-property-type-generalized
- ○
the
jwt_expires_at_validation_skewrequest property type/format was generalized frominteger/uint64tointeger/request-property-type-generalized
- ○
the
jwt_issued_at_validation_skewrequest property type/format was generalized frominteger/uint64tointeger/request-property-type-generalized
- ○
the
jwt_not_before_validation_skewrequest property type/format was generalized frominteger/uint64tointeger/request-property-type-generalized
- ○
the
proxy/service_discovery/cache_timeoutrequest property type/format was generalized frominteger/int64tointeger/request-property-type-generalized
- ○
the
proxy/transport/ssl_min_versionrequest property type/format was generalized frominteger/uint16tointeger/request-property-type-generalized
- ○
the
session_lifetimerequest property type/format was generalized frominteger/int64tointeger/request-property-type-generalized
- ○
the
uptime_tests/config/expire_utime_afterrequest property type/format was generalized frominteger/int64tointeger/request-property-type-generalized
- ○
the
uptime_tests/config/recheck_waitrequest property type/format was generalized frominteger/int64tointeger/request-property-type-generalized
- ○
the
uptime_tests/config/service_discovery/cache_timeoutrequest property type/format was generalized frominteger/int64tointeger/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 frominteger/int64tointeger/request-property-type-generalized
- ○
the
version_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/coderequest property type/format was generalized frominteger/int64tointeger/request-property-type-generalized
- ○
the
version_data/versions/additionalProperties/extended_paths/circuit_breakers/items/return_to_service_afterrequest property type/format was generalized frominteger/int64tointeger/request-property-type-generalized
- ○
the
version_data/versions/additionalProperties/extended_paths/circuit_breakers/items/threshold_percentrequest property type/format was generalized fromnumber/doubletonumber/request-property-type-generalized
- ○
the
version_data/versions/additionalProperties/extended_paths/hard_timeouts/items/timeoutrequest property type/format was generalized frominteger/int64tointeger/request-property-type-generalized
- ○
the
version_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/coderequest property type/format was generalized frominteger/int64tointeger/request-property-type-generalized
- ○
the
version_data/versions/additionalProperties/extended_paths/rate_limit/items/perrequest property type/format was generalized fromnumber/doubletonumber/request-property-type-generalized
- ○
the
version_data/versions/additionalProperties/extended_paths/rate_limit/items/raterequest property type/format was generalized fromnumber/doubletonumber/request-property-type-generalized
- ○
the
version_data/versions/additionalProperties/extended_paths/validate_json/items/error_response_coderequest property type/format was generalized frominteger/int64tointeger/request-property-type-generalized
- ○
the
version_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/coderequest property type/format was generalized frominteger/int64tointeger/request-property-type-generalized
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
500response-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_limitnew-optional-request-property
- ○
- ▲
the
jwt_expires_at_validation_skewrequest property type/format changed frominteger/int64tointeger/uint64request-property-type-changed
- ▲
the
jwt_issued_at_validation_skewrequest property type/format changed frominteger/int64tointeger/uint64request-property-type-changed
- ▲
the
jwt_not_before_validation_skewrequest property type/format changed frominteger/int64tointeger/uint64request-property-type-changed
- ▲
the
proxy/transport/ssl_min_versionrequest property type/format changed frominteger/int64tointeger/uint16request-property-type-changed
- ▲
- ▲
the
jwt_expires_at_validation_skewrequest property type/format changed frominteger/uint64tointeger/int64request-property-type-changed
- ▲
the
jwt_issued_at_validation_skewrequest property type/format changed frominteger/uint64tointeger/int64request-property-type-changed
- ▲
the
jwt_not_before_validation_skewrequest property type/format changed frominteger/uint64tointeger/int64request-property-type-changed
- ▲
the
proxy/transport/ssl_min_versionrequest property type/format changed frominteger/uint16tointeger/int64request-property-type-changed
- ●
the
jwt_expires_at_validation_skewrequest property's max was set to18446744073709551616.00request-property-max-set
- ●
the
jwt_issued_at_validation_skewrequest property's max was set to18446744073709551616.00request-property-max-set
- ●
the
jwt_not_before_validation_skewrequest property's max was set to18446744073709551616.00request-property-max-set
- ●
the
proxy/transport/ssl_min_versionrequest property's max was set to65535.00request-property-max-set
- ●
the
jwt_expires_at_validation_skewrequest property's min was set to0.00request-property-min-set
- ●
the
jwt_issued_at_validation_skewrequest property's min was set to0.00request-property-min-set
- ●
the
jwt_not_before_validation_skewrequest property's min was set to0.00request-property-min-set
- ●
the
proxy/transport/ssl_min_versionrequest property's min was set to0.00request-property-min-set
- ▲
- ○
added the new optional
queryrequest parameterbase_api_idnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterbase_api_version_namenew-optional-request-parameter
- ○
added the new optional
queryrequest parameternew_version_namenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterset_defaultnew-optional-request-parameter
- ○
- ▲
the request property
CORS/allowed_headersbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
CORS/allowed_methodsbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
CORS/allowed_originsbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
CORS/exposed_headersbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
allowed_ipsbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
auth_provider/metabecame not nullablerequest-property-became-not-nullable
- ▲
the request property
blacklisted_ipsbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
cache_options/cache_response_codesbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
certificatesbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
client_certificatesbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
config_databecame not nullablerequest-property-became-not-nullable
- ▲
the request property
custom_middleware/id_extractor/extractor_configbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
custom_middleware/postbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
custom_middleware/post_key_authbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
custom_middleware/prebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
custom_middleware/responsebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
event_handlers/eventsbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
hmac_allowed_algorithmsbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
jwt_scope_to_policy_mappingbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
oauth_meta/allowed_access_typesbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
oauth_meta/allowed_authorize_typesbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
openid_options/providersbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
openid_options/providers/items/client_idsbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
pinned_public_keysbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
proxy/target_listbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
proxy/transport/ssl_ciphersbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
response_processorsbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
session_provider/metabecame not nullablerequest-property-became-not-nullable
- ▲
the request property
tag_headersbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
tagsbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
upstream_certificatesbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
uptime_tests/check_listbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
uptime_tests/check_list/items/headersbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versionsbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/extended_paths/advance_cache_config/items/cache_response_codesbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/headersbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/headersbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/extended_paths/transform_headers/items/add_headersbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/extended_paths/transform_headers/items/delete_headersbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/extended_paths/transform_response_headers/items/add_headersbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/extended_paths/transform_response_headers/items/delete_headersbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggersbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/header_matchesbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/path_part_matchesbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/query_val_matchesbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/request_context_matchesbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/options/session_meta_matchesbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/extended_paths/validate_json/items/schemabecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/headersbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/global_headersbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/global_headers_removebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/paths/black_listbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/paths/ignoredbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
version_data/versions/additionalProperties/paths/white_listbecame not nullablerequest-property-became-not-nullable
- ▲
removed the enum value
allof the request propertyversion_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/onrequest-property-enum-value-removed
- ▲
removed the enum value
anyof the request propertyversion_data/versions/additionalProperties/extended_paths/url_rewrites/items/triggers/items/onrequest-property-enum-value-removed
- ▲
removed the enum value
blobof the request propertyversion_data/versions/additionalProperties/extended_paths/transform/items/template_data/template_moderequest-property-enum-value-removed
- ▲
removed the enum value
blobof the request propertyversion_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/template_moderequest-property-enum-value-removed
- ▲
removed the enum value
blobof the request propertyversion_data/versions/additionalProperties/extended_paths/virtual/items/function_source_typerequest-property-enum-value-removed
- ▲
removed the enum value
fileof the request propertyversion_data/versions/additionalProperties/extended_paths/transform/items/template_data/template_moderequest-property-enum-value-removed
- ▲
removed the enum value
fileof the request propertyversion_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/template_moderequest-property-enum-value-removed
- ▲
removed the enum value
fileof the request propertyversion_data/versions/additionalProperties/extended_paths/virtual/items/function_source_typerequest-property-enum-value-removed
- ▲
removed the enum value
jsonof the request propertyversion_data/versions/additionalProperties/extended_paths/transform/items/template_data/input_typerequest-property-enum-value-removed
- ▲
removed the enum value
jsonof the request propertyversion_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/input_typerequest-property-enum-value-removed
- ▲
removed the enum value
no_actionof the request propertyversion_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/actionrequest-property-enum-value-removed
- ▲
removed the enum value
no_actionof the request propertyversion_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/actionrequest-property-enum-value-removed
- ▲
removed the enum value
no_actionof the request propertyversion_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/actionrequest-property-enum-value-removed
- ▲
removed the enum value
replyof the request propertyversion_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/actionrequest-property-enum-value-removed
- ▲
removed the enum value
replyof the request propertyversion_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/actionrequest-property-enum-value-removed
- ▲
removed the enum value
replyof the request propertyversion_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/actionrequest-property-enum-value-removed
- ▲
removed the enum value
xmlof the request propertyversion_data/versions/additionalProperties/extended_paths/transform/items/template_data/input_typerequest-property-enum-value-removed
- ▲
removed the enum value
xmlof the request propertyversion_data/versions/additionalProperties/extended_paths/transform_response/items/template_data/input_typerequest-property-enum-value-removed
- ▲
the
CORS/max_agerequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
auth/signature/allowed_clock_skewrequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
auth/signature/error_coderequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
auth_provider/meta/additionalProperties/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
basic_auth/cache_ttlrequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
cache_options/cache_response_codes/items/request property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
config_data/additionalProperties/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
custom_middleware/id_extractor/extractor_config/additionalProperties/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
event_handlers/eventsrequest property type/format changed fromobject/to/request-property-type-changed
- ▲
the
expire_analytics_afterrequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
global_rate_limit/perrequest property type/format changed fromnumber/tonumber/doublerequest-property-type-changed
- ▲
the
global_rate_limit/raterequest property type/format changed fromnumber/tonumber/doublerequest-property-type-changed
- ▲
the
hmac_allowed_clock_skewrequest property type/format changed fromnumber/tonumber/doublerequest-property-type-changed
- ▲
the
jwt_expires_at_validation_skewrequest property type/format changed frominteger/tointeger/uint64request-property-type-changed
- ▲
the
jwt_issued_at_validation_skewrequest property type/format changed frominteger/tointeger/uint64request-property-type-changed
- ▲
the
jwt_not_before_validation_skewrequest property type/format changed frominteger/tointeger/uint64request-property-type-changed
- ▲
the
proxy/service_discovery/cache_timeoutrequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
proxy/transport/ssl_min_versionrequest property type/format changed frominteger/tointeger/uint16request-property-type-changed
- ▲
the
response_processors/items/optionsrequest property type/format changed from/toobject/request-property-type-changed
- ▲
the
session_lifetimerequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
session_provider/meta/additionalProperties/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
uptime_tests/config/expire_utime_afterrequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
uptime_tests/config/recheck_waitrequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
uptime_tests/config/service_discovery/cache_timeoutrequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
version_data/versions/additionalProperties/extended_paths/advance_cache_config/items/cache_response_codes/items/request property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
version_data/versions/additionalProperties/extended_paths/black_list/items/method_actions/additionalProperties/coderequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
version_data/versions/additionalProperties/extended_paths/circuit_breakers/items/return_to_service_afterrequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
version_data/versions/additionalProperties/extended_paths/circuit_breakers/items/threshold_percentrequest property type/format changed fromnumber/tonumber/doublerequest-property-type-changed
- ▲
the
version_data/versions/additionalProperties/extended_paths/hard_timeouts/items/timeoutrequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
version_data/versions/additionalProperties/extended_paths/ignored/items/method_actions/additionalProperties/coderequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
version_data/versions/additionalProperties/extended_paths/validate_json/items/error_response_coderequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ▲
the
version_data/versions/additionalProperties/extended_paths/validate_json/items/schema/additionalProperties/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
version_data/versions/additionalProperties/extended_paths/white_list/items/method_actions/additionalProperties/coderequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ●
deleted the
queryrequest parameterbase_api_idrequest-parameter-removed
- ●
deleted the
queryrequest parameterbase_api_version_namerequest-parameter-removed
- ●
deleted the
queryrequest parameternew_version_namerequest-parameter-removed
- ●
deleted the
queryrequest parameterset_defaultrequest-parameter-removed
- ●
removed the request property
analytics_pluginrequest-property-removed
- ●
removed the request property
auth/disable_headerrequest-property-removed
- ●
removed the request property
auth/namerequest-property-removed
- ●
removed the request property
auth/signature/param_namerequest-property-removed
- ●
removed the request property
auth/signature/use_paramrequest-property-removed
- ●
removed the request property
auth_configsrequest-property-removed
- ●
removed the request property
cache_options/cache_by_headersrequest-property-removed
- ●
removed the request property
certificate_pinning_disabledrequest-property-removed
- ●
removed the request property
config_data_disabledrequest-property-removed
- ●
removed the request property
custom_middleware/auth_check/disabledrequest-property-removed
- ●
removed the request property
custom_middleware/auth_check/raw_body_onlyrequest-property-removed
- ●
removed the request property
custom_middleware/id_extractor/disabledrequest-property-removed
- ●
removed the request property
custom_middleware/post/items/disabledrequest-property-removed
- ●
removed the request property
custom_middleware/post/items/raw_body_onlyrequest-property-removed
- ●
removed the request property
custom_middleware/post_key_auth/items/disabledrequest-property-removed
- ●
removed the request property
custom_middleware/post_key_auth/items/raw_body_onlyrequest-property-removed
- ●
removed the request property
custom_middleware/pre/items/disabledrequest-property-removed
- ●
removed the request property
custom_middleware/pre/items/raw_body_onlyrequest-property-removed
- ●
removed the request property
custom_middleware/response/items/disabledrequest-property-removed
- ●
removed the request property
custom_middleware/response/items/raw_body_onlyrequest-property-removed
- ●
removed the request property
custom_middleware_bundle_disabledrequest-property-removed
- ●
removed the request property
custom_plugin_auth_enabledrequest-property-removed
- ●
removed the request property
definition/defaultrequest-property-removed
- ●
removed the request property
definition/enabledrequest-property-removed
- ●
removed the request property
definition/fallback_to_defaultrequest-property-removed
- ●
removed the request property
definition/namerequest-property-removed
- ●
removed the request property
definition/strip_versioning_datarequest-property-removed
- ●
removed the request property
definition/url_versioning_patternrequest-property-removed
- ●
removed the request property
definition/versionsrequest-property-removed
- ●
removed the request property
detailed_tracingrequest-property-removed
- ●
removed the request property
domain_disabledrequest-property-removed
- ●
removed the request property
enable_detailed_recordingrequest-property-removed
- ●
removed the request property
enable_proxy_protocolrequest-property-removed
- ●
removed the request property
error_overridesrequest-property-removed
- ●
removed the request property
error_overrides_disabledrequest-property-removed
- ●
removed the request property
expirationrequest-property-removed
- ●
removed the request property
external_oauthrequest-property-removed
- ●
removed the request property
global_rate_limit/disabledrequest-property-removed
- ●
removed the request property
graphqlrequest-property-removed
- ●
removed the request property
idp_client_id_mapping_disabledrequest-property-removed
- ●
removed the request property
is_oasrequest-property-removed
- ●
removed the request property
jwt_default_policiesrequest-property-removed
- ●
removed the request property
listen_portrequest-property-removed
- ●
removed the request property
protocolrequest-property-removed
- ●
removed the request property
proxy/service_discovery/cache_disabledrequest-property-removed
- ●
removed the request property
proxy/transport/ssl_force_common_name_checkrequest-property-removed
- ●
removed the request property
proxy/transport/ssl_max_versionrequest-property-removed
- ●
removed the request property
request_signingrequest-property-removed
- ●
removed the request property
scopesrequest-property-removed
- ●
removed the request property
session_lifetime_respects_key_expirationrequest-property-removed
- ●
removed the request property
tags_disabledrequest-property-removed
- ●
removed the request property
upstream_certificates_disabledrequest-property-removed
- ●
removed the request property
uptime_tests/check_list/items/commandsrequest-property-removed
- ●
removed the request property
uptime_tests/check_list/items/enable_proxy_protocolrequest-property-removed
- ●
removed the request property
uptime_tests/check_list/items/protocolrequest-property-removed
- ●
removed the request property
uptime_tests/check_list/items/timeoutrequest-property-removed
- ●
removed the request property
uptime_tests/config/service_discovery/cache_disabledrequest-property-removed
- ●
removed the request property
use_go_plugin_authrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/advance_cache_config/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/advance_cache_config/items/timeoutrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/black_list/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/black_list/items/ignore_caserequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/black_list/items/methodrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/circuit_breakers/items/disable_half_open_staterequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/circuit_breakers/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/do_not_track_endpoints/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/go_pluginrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/hard_timeouts/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/ignored/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/ignored/items/ignore_caserequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/ignored/items/methodrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/internal/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/method_transforms/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/mock_responserequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/persist_graphqlrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/rate_limitrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/size_limits/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/track_endpoints/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/transform/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/transform_headers/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/transform_response/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/transform_response_headers/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/validate_json/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/validate_requestrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/virtual/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/white_list/items/disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/white_list/items/ignore_caserequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/extended_paths/white_list/items/methodrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/global_headers_disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/global_response_headersrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/global_response_headers_disabledrequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/global_response_headers_removerequest-property-removed
- ●
removed the request property
version_data/versions/additionalProperties/ignore_endpoint_caserequest-property-removed
- ○
added the new optional request property
version_data/versions/additionalProperties/extended_paths/url_rewrites/items/MatchRegexpnew-optional-request-property
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
removed the non-success response with the status
500response-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
- ▲