-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Core - Content REST APIs
Currently, there's a addPermissionToSpace() method that allows you to add a single space permission. When you're adding permissions, that's a lot of wasted remote calls.
We should also have an addPermissionsToSpace(String token, String[] permissions, String entityName, String spaceKey)
(Should we use String[] or list?)