Hello.
I have requested to add a policy, but the response code is 409.
I think the error statement is just a misprint, but I'd like to know what is wrong in this policy.
policy
{
"id": "no-name",
"content": "permit(principal is User, action == Action::"access", resource is Photo) when { resource.type == "Public" };"
}
response
{
"reason": "The requested resource already exists",
"description": "policy with the given id(no-name) already exists",
"code": 409
}