diff --git a/tyk-docs/content/api-management/dashboard-configuration.md b/tyk-docs/content/api-management/dashboard-configuration.md index 9aeb111ee4..8b53818f17 100644 --- a/tyk-docs/content/api-management/dashboard-configuration.md +++ b/tyk-docs/content/api-management/dashboard-configuration.md @@ -4741,6 +4741,7 @@ patch_request[x] { request_permission[_] == "apis" request_intent == "write" contains(input.request.body.api_definition.name, "#external") + isTykClassic() # This helper function ensures the rule is only run for Tyk Classic (not Tyk OAS or Tyk Streams) APIs. x := {"api_definition": {"proxy": {"transport": {"proxy_url": "http://company-proxy:8080"}}}} } @@ -5055,6 +5056,7 @@ patch_request[x] { request_permission[_] == "apis" request_intent == "write" contains(input.request.body.api_definition.name, "#external") + isTykClassic() # This helper function ensures the rule is only run for Tyk Classic (not Tyk OAS or Tyk Streams) APIs. x := {"api_definition": {"proxy": {"transport": {"proxy_url": "http://company-proxy:8080"}}}} } # You can create additional permissions for not only individual users, but also user groups in your rules.