From 10063e0e0f3e30ff970ed787aed2a875c8b0d68c Mon Sep 17 00:00:00 2001 From: Master Date: Thu, 21 Nov 2024 11:38:49 +0530 Subject: [PATCH] Docs Fixes (#5735) * fixes (cherry picked from commit ae78da0f1d561e7156e1c9348783aaf90d1f97ba) --- .../tyk-gateway/middleware/request-size-limit-tyk-oas.md | 6 +++++- .../product-stack/tyk-gateway/release-notes/version-5.3.md | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/tyk-docs/content/product-stack/tyk-gateway/middleware/request-size-limit-tyk-oas.md b/tyk-docs/content/product-stack/tyk-gateway/middleware/request-size-limit-tyk-oas.md index 05d7eae509..0dcd2e3d51 100644 --- a/tyk-docs/content/product-stack/tyk-gateway/middleware/request-size-limit-tyk-oas.md +++ b/tyk-docs/content/product-stack/tyk-gateway/middleware/request-size-limit-tyk-oas.md @@ -20,9 +20,13 @@ There are three different levels of granularity that can be used when configurin ### Applying a size limit for a specific API -The API-level rate limit has not yet been implemented for Tyk OAS APIs. +The API-level size limit has not yet been implemented for Tyk OAS APIs. +<<<<<<< HEAD You can work around this by implementing a combination of endpoint-level rate limits and [allow]({{< ref "advanced-configuration/transform-traffic/endpoint-designer#allowlist" >}}) or [block]({{< ref "advanced-configuration/transform-traffic/endpoint-designer#blocklist" >}}) lists. +======= +You can work around this by implementing a combination of endpoint-level size limits and [allow]({{< ref "product-stack/tyk-gateway/middleware/allow-list-tyk-oas#configuring-the-allow-list-in-the-tyk-oas-api-definition" >}}) or [block]({{< ref "product-stack/tyk-gateway/middleware/block-list-tyk-oas#configuring-the-block-list-in-the-api-designer" >}}) lists. +>>>>>>> ae78da0f1... Docs Fixes (#5735) ### Applying a size limit for a specific endpoint diff --git a/tyk-docs/content/product-stack/tyk-gateway/release-notes/version-5.3.md b/tyk-docs/content/product-stack/tyk-gateway/release-notes/version-5.3.md index 558c8929f1..fd145bc949 100644 --- a/tyk-docs/content/product-stack/tyk-gateway/release-notes/version-5.3.md +++ b/tyk-docs/content/product-stack/tyk-gateway/release-notes/version-5.3.md @@ -787,7 +787,7 @@ Added [FIPS compliance]({{< ref "developer-support/special-releases-and-features
  • -Corrected ordering of OAS API paths to prevent middleware misapplication +Corrected ordering of Tyk OAS API paths to prevent middleware misapplication Fixed an issue where nested API endpoints, such as '/test' and '/test/abc', might incorrectly apply middleware from the parent path to the nested path. The fix ensures that API endpoint definitions are correctly ordered, preventing this @@ -1818,7 +1818,7 @@ vulnerabilities:
  • -## +