put https://{tenanturl}/v5.0/policyvault/accesspolicy//revision/
Update the access policy revision.
NB: if the change is significant a new revision will be created.
Responses
Update the access policy revision.
NB: if the change is significant a new revision will be created.
xxxxxxxxxx
11curl --request PUT \
--url https://tenant_url/v5.0/policyvault/accesspolicy/policyId/revision/revisionId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"meta": {
"state": "IDLE"
}
}
'