Can I deny permissions to portals and specs pages ?

Not applicable

Hi,

I'm working with the apigee sass platform, and I can't figure out how to deny access for a custom role to specs and portals pages.

I tried with curl: https://api.enterprise.apigee.com/v1/o/myorg/userroles/myrole/permissions using this payload:

{ "path" : "/specs", "permissions" : [ "put", "get" ] }

but the change doesn't reflect when the user with role: myrole logs in the platform.

Anybody can help me ? Regards.

0 1 125
1 REPLY 1

robert
Participant V

Bump. does anyone know the resource paths to answer this question?