What is the correct path for restricting access to audits for a custom role?

Not applicable

Hi,

I am trying to create a custom role and I want to restrict access to Audits Management APIs. I tried calling following API:

https://api.enterprise.apigee.com/v1/organizations/{{ORG}}/userroles/{{ROLE}}/permissions

with request body:

{
 "path": "/audits",
 "permissions": []
}

and
{ "path": "/audits/*", "permissions": [] }

Does any one know the correct path for restricting the permission for audits?

0 0 119
0 REPLIES 0