put https://{hostname}/apikey-manager-api/v2/collections//acl-entries
Updates the access control list of a collection by adding or removing endpoint, resource, and HTTP method information from the ACL.
Responses
Updates the access control list of a collection by adding or removing endpoint, resource, and HTTP method information from the ACL.
xxxxxxxxxx
curl --request PUT \
--url https://hostname/apikey-manager-api/v2/collections/collectionId/acl-entries \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"endpointIds": [
538102
],
"methodIds": [],
"resourceIds": []
}