Setting permissions for a group.
API Call: Get and Set Permissions for a Folder or File
API Explorer URL: http://localhost:8080/api-explorer/#!/nodes/updateNode
See also: Create a Group
After creating a group and populating it with users and groups it is usually time to set permissions for it. What this means is to configure read and write permissions on different folders and files in the repository. So when users that are part of the group access those folders and files they automatically have the permissions that the group have. Setting permissions on groups instead of individual users makes life easier when managing the repository.
This is all done via the PUT /nodes/{id} call, for more info see Get and Set Permissions for a Folder or File.