For the complete documentation index, see llms.txt. This page is also available as Markdown.

Apply ACL destinations

put
Authorizations
defguard_sessionstringRequired
Body
destinationsinteger · int64[]Required
Responses
200

Pending destination changes applied.

No content

put/api/v1/acl/destination/apply
PUT /api/v1/acl/destination/apply HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 20

{
  "destinations": [
    1
  ]
}

No content

Last updated

Was this helpful?