Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9c7d526

Browse files
committed
boom
1 parent0af82c7 commit9c7d526

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎v3/orgs/teams/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ <h3 id="response-6">Response</h3>
311311

312312
<h2id="get-team-repo">Get team repo</h2>
313313

314-
<pre><code>GET /teams/:id/repos/:repo
314+
<pre><code>GET /teams/:id/repos/:user/:repo
315315
</code></pre>
316316

317317
<h3id="reponse-if-repo-is-managed-by-this-team">Reponse if repo is managed by this team</h3>
@@ -331,7 +331,7 @@ <h2 id="add-team-repo">Add team repo</h2>
331331
<p>In order to add a repo to a team, the authenticated user must be an
332332
owner of the org that the team is associated with.</p>
333333

334-
<pre><code>PUT /teams/:id/repos/:repo
334+
<pre><code>PUT /teams/:id/repos/:user/:repo
335335
</code></pre>
336336

337337
<h3id="reponse-2">Reponse</h3>
@@ -346,7 +346,7 @@ <h2 id="remove-team-repo">Remove team repo</h2>
346346
owner of the org that the team is associated with.
347347
NOTE: This does not delete the repo, it just removes it from the team.</p>
348348

349-
<pre><code>DELETE /teams/:id/repos/:repo
349+
<pre><code>DELETE /teams/:id/repos/:user/:repo
350350
</code></pre>
351351

352352
<h3id="reponse-3">Reponse</h3>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp