Is there a way using the VSTS rest API to set permissions on a git repo?
I've got a script that creates a repo, and I want to extend that to set some default permissions (give the project collection build service contribute permissions).
I've read the gui docs and looked through the Rest API docs but can't see that I can set permissions on a repo through the API. Is it possible?