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
Copy file name to clipboardExpand all lines: docs/resources/gateway_custom_plugin.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Gateway Custom Plugin Resource
32
32
-`route` (Attributes) If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the Route being used. (see [below for nested schema](#nestedatt--route))
33
33
-`service` (Attributes) If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched. (see [below for nested schema](#nestedatt--service))
34
34
-`tags` (List of String) An optional set of strings associated with the Plugin for grouping and filtering.
35
-
-`workspace` (String) The name of the workspace. Default: "default"
35
+
-`workspace` (String) The name of the workspace. Default: "default"; Requires replacement if changed.
0 commit comments