Skip to main content
PATCH
Mutate filtering rules

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Version
string
required

Management API version.

Body

application/json
environment
string
required

ID of an environment for which we are mutating the filtering rules.

permission
enum<string>
required

Permission list we want to mutate, either allow or deny.

Available options:
allow,
deny
op
enum<string>
required

Operation we are executing on specified permission list, either add or remove.

Available options:
add,
remove
items
string[]
required

List of items we are mutating with the given operation on the given permission list.

Response

data
object[]
required