diff --git a/website/source/docs/http/sys-policy.html.md b/website/source/docs/http/sys-policy.html.md index e29359383..4e72b8da1 100644 --- a/website/source/docs/http/sys-policy.html.md +++ b/website/source/docs/http/sys-policy.html.md @@ -36,6 +36,39 @@ description: |- +# /sys/policy/ + +## GET + +
+
Description
+
+ Retrieve the rules for the named policy. +
+ +
Method
+
GET
+ +
URL
+
`/sys/policy/`
+ +
Parameters
+
+ None +
+ +
Returns
+
+ + ```javascript + { + "rules": "path..." + } + +
+
+ + ## PUT