Apply ACL rules
put
Authorizations
defguard_sessionstringRequired
Body
rulesinteger · int64[]Required
Responses
200
Pending rule changes applied.
No content
400
ACL rule is already applied.
application/json
401
Session is missing or invalid.
application/json
403
Requires admin privileges and an active enterprise license.
application/json
404
ACL rule not found.
application/json
500
Unable to apply ACL rules.
application/json
put/api/v1/acl/rule/apply
PUT /api/v1/acl/rule/apply HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 13
{
"rules": [
1
]
}No content
Last updated
Was this helpful?