Skip to content

Commit 3e530cf

Browse files
committed
Merge pull request github#695 from github/izuzak-default-permissions-for-org-collaborators
Collaborators on org repos get push permissions by default
2 parents 8754a2e + c00d50c commit 3e530cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/v3/repos/collaborators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ collaborators list.
5757

5858
Name | Type | Description
5959
-----|------|--------------
60-
`permission`|`string` | The permission to grant the team. **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`<br/>**This parameter requires a custom media type to be specified. Please see more in the alert below.**
60+
`permission`|`string` | The permission to grant the team. **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`<br/>**This parameter requires a custom media type to be specified. Please see more in the alert below.**
6161

6262
<%= fetch_content(:optional_put_content_length) %>
6363

0 commit comments

Comments
 (0)