List OPA Rules
GET {{baseUrl}}/api/org/opa
Lists OPA Rules.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"example":{"open_policy":{"enabled":true,"rules":"default hello = false\r\n\r\nhello {\r\n m := input.message\r\n m== \"world\"\r\n}"}}}