Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the entity
Query Parameters
Unique identifier for the entity type.
To find the entityTypeId
, follow these steps:
- From the left menu, navigate to an Application -> Environment -> Policy Store
- Click on the "Data" tab.
- Here you will see a list of all Entity Types along with their IDs. Copy the ID of the entity type you want to use.
Body
application/json
Request object to update an entities' attributes or relationships
Unique identifier of the entity to be updated
Example:
"entity-12345"
Supported update operations
Available options:
ADD
, REMOVE
, REPLACE
Example:
"REPLACE"
Entity path to be updated
Available options:
ATTRIBUTE
, PARENT
, CHILD
Example:
"ATTRIBUTE"
Details about a relation update, used when path is PARENT or CHILD
Details about an attribute update, used when path is ATTRIBUTE