Issue 2854: Enhance /access/ REST API endpoint
Status:  New
Owner: ----
Reported by mateusz....@gmail.com, Aug 21, 2014
At the moment it is possible to read project access configuration with /access/ endpoint, but that's about it. There's no way of, for example, assigning permissions to groups in a project using API nor SSH calls.
Sep 10, 2014
Project Member #1 edwin.ke...@gmail.com
For assigning permissions, just fetch the refs/meta/config branch of your project, edit the project.config file and push back the changes.

But I agree that enhancing the /access/ REST endpoint for this is still wanted.