policies
Upsert a policy
Upsert a policy for a given id
put/policies/{id}
Path parameters
idstring required
Unique id of policy
Request body
Example request
{
"entities": [
"groups/role-admin"
],
"condition": {
"attribute": "collection_id",
"operator": "StringEquals",
"values": [
"v1"
]
}
}Response
Successfully updated an existing policy for a given id