You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: tyk-docs/content/shared/x-tyk-gateway.md
+50-47Lines changed: 50 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,10 @@ Active enables the API so that Tyk will listen for and process requests made to
204
204
Tyk classic API definition: `active`.
205
205
206
206
**Field: `internal` (`boolean`)**
207
-
This field controls the exposure of the API on the Gateway. When set to `true`, the API will not be made available for external access and will not be included in API listings returned by the Gateway's management APIs; it will be accessible only via [internal looping]({{< ref "advanced-configuration/transform-traffic/looping" >}}) or as a [child API version]({{< ref "api-management/api-versioning#base-and-child-apis" >}}).
207
+
Internal controls the exposure of the API on the Gateway.
208
+
When set to `true`, the API will not be made available for external access and will not be included in API listings returned by the Gateway's management APIs;
209
+
it will be accessible only via [internal looping]({{< ref "advanced-configuration/transform-traffic/looping" >}}) or as a [child API version]({{< ref "api-management/api-versioning#base-and-child-apis" >}}).
210
+
208
211
209
212
Tyk classic API definition: `internal`.
210
213
@@ -874,7 +877,7 @@ Tyk classic API definition: `dont_set_quota_on_create`.
874
877
875
878
### **Operations**
876
879
877
-
Operations holds Operation definitions. The string key in this object is the `operationID`, which is a unique identifier for each API operation.
880
+
Operations holds Operation definitions. The string key in this object is the `operationID`, which is a unique identifier for each API operation.
878
881
879
882
Type defined as object of `Operation` values, see [Operation](#operation) definition.
880
883
@@ -1706,6 +1709,46 @@ Value is the value of custom plugin config data.
1706
1709
1707
1710
Tyk classic API definition: `config_data`.
1708
1711
1712
+
### **CustomPlugin**
1713
+
1714
+
CustomPlugin configures custom plugin.
1715
+
1716
+
**Field: `enabled` (`boolean`)**
1717
+
Enabled activates the custom plugin.
1718
+
1719
+
1720
+
Tyk classic API definition: `custom_middleware.pre[].disabled`, `custom_middleware.post_key_auth[].disabled`,.
0 commit comments