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
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*
Responses

Response body
object
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*

Language
Authentication
URL