API Management , how to add built in portal page editing permission to user

openapidev
Participant I

Hello,

We want to add new dev portal editing permission to a specific role. We are posting data:

{

"path": "/portals/*",

"permissions": [ "get", "put", "delete" ]

}

To the endpotin userroles/{role-name}/permissions.

But still don't have permission to edit the portal's page.

Please help us. How to specify permission of action above.

Thanks

0 2 149
2 REPLIES 2

Hello,

Please follow this guide for portal roles:

https://docs.apigee.com/api-platform/publish/portal/manage-portals

The portal system doesn't work the way you are describing. At this point, only three roles are supported and granular permissions are not.

Rod

That's what we wanted. Thank you for quick resposne !