Skip to content

Commit

Permalink
Document ability to create repo in org and give a team access
Browse files Browse the repository at this point in the history
  • Loading branch information
tclem committed Nov 10, 2011
1 parent 8058f41 commit 8d9e88d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/v3/repos.md
Expand Up @@ -72,6 +72,11 @@ has\_downloads
: _Optional_ **boolean** - `true` to enable downloads for this
repository, `false` to disable them. Default is `true`.

team\_id
: _Optional_ **number** - The id of the team that will be granted access
to this repository. This is only valid when creating a repo in an
organization.

<%= json \
:name => "Hello-World",
:description => "This is your first repo",
Expand Down

0 comments on commit 8d9e88d

Please sign in to comment.