Skip to main content
PUT
/
v1
/
application
/
{applicationName}
/
policy-store
/
{policyStoreName}
/
accessmap
Refresh Access Map
curl --request PUT \
  --url https://api.app.reva.ai/v1/application/{applicationName}/policy-store/{policyStoreName}/accessmap \
  --header 'Authorization: Bearer <token>'
{
  "entityId": "12345",
  "entityTypeId": "abcde-1234"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

applicationName
string
required

Application name

policyStoreName
string
required

Policy store name

Query Parameters

env
string
required

Environment name

Response

Created

entityId
string

Unique identifier of the entity

Example:

"12345"

entityTypeId
string

Unique type identifier of the entity

Example:

"abcde-1234"

I