Edit an ACL

Updates the access control list of a collection by adding or removing endpoint, resource, and HTTP method information from the ACL.

Path Params
int64
required

Identifies the collection. Run the List key collections operation to select one.

Query Params
string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Body Params

Specifies a set of ACL endpoint resources.

endpointIds
array of int64s
required
length ≥ 0

Unique set of endpoint identifiers. Run the List collection endpoints operation to get them.

endpointIds*
methodIds
array of int64s
required
length ≥ 0

Unique set of endpoint resource method identifiers. Run the List collection endpoints operation to get them.

methodIds*
resourceIds
array of int64s
required
length ≥ 0

Unique set of endpoint resource identifiers. Run the List collection endpoints operation to get them.

resourceIds*
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json