We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc77eb19 commit90a905cCopy full SHA for 90a905c
v3/git/tags/index.html
v3/repos/index.html
@@ -147,6 +147,11 @@ <h3 id="input">Input</h3>
147
<dd>
148
<em>Optional</em><strong>boolean</strong> -<code>true</code> to enable downloads for this
149
repository,<code>false</code> to disable them. Default is<code>true</code>.</dd>
150
+<dt>team_id</dt>
151
+<dd>
152
+<em>Optional</em><strong>number</strong> - The id of the team that will be granted access
153
+to this repository. This is only valid when creating a repo in an
154
+organization.</dd>
155
</dl><preclass="highlight"><codeclass="language-javascript"><spanclass="p">{</span>
156
<spanclass="s2">"name"</span><spanclass="o">:</span><spanclass="s2">"Hello-World"</span><spanclass="p">,</span>
157
<spanclass="s2">"description"</span><spanclass="o">:</span><spanclass="s2">"This is your first repo"</span><spanclass="p">,</span>