Skip to content

Commit 7326714

Browse files
committed
Updates default permmissions doc to reflect what team occipital has experienced
``` requests.put('https://api.github.com/repos/occipital/testrepodeleteme/collaborators/{}'.format('owockibot'), params={ 'permission' : 'pull' }, auth=("<user>","<pw>")) ``` yeilds http://bits.owocki.com/390z1h1n1Y0O/Image%202016-02-22%20at%2010.52.55%20AM.png
1 parent 2cd5d9c commit 7326714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/v3/repos/collaborators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ application/vnd.github.ironman-preview+json
6565

6666
Name | Type | Description
6767
-----|------|--------------
68-
`permission`|`string` | The permission to grant the collaborator. **Only valid on organization-owned repositories.** Can be one of:<br/> * `pull` - can pull, but not push to or administer this repository.<br/> * `push` - can pull and push, but not administer this repository.<br/> * `admin` - can pull, push and administer this repository.<br/>Default: `pull`
68+
`permission`|`string` | The permission to grant the collaborator. **Only valid on organization-owned repositories.** Can be one of:<br/> * `pull` - can pull, but not push to or administer this repository.<br/> * `push` - can pull and push, but not administer this repository.<br/> * `admin` - can pull, push and administer this repository.<br/>Default: `push`
6969

7070
<%= fetch_content(:optional_put_content_length) %>
7171

0 commit comments

Comments
 (0)