@@ -311,7 +311,7 @@ <h3 id="response-6">Response</h3>
311
311
312
312
< h2 id ="get-team-repo "> Get team repo</ h2 >
313
313
314
- < pre > < code > GET /teams/:id/repos/:repo
314
+ < pre > < code > GET /teams/:id/repos/:user/: repo
315
315
</ code > </ pre >
316
316
317
317
< h3 id ="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>
331
331
< p > In order to add a repo to a team, the authenticated user must be an
332
332
owner of the org that the team is associated with.</ p >
333
333
334
- < pre > < code > PUT /teams/:id/repos/:repo
334
+ < pre > < code > PUT /teams/:id/repos/:user/: repo
335
335
</ code > </ pre >
336
336
337
337
< h3 id ="reponse-2 "> Reponse</ h3 >
@@ -346,7 +346,7 @@ <h2 id="remove-team-repo">Remove team repo</h2>
346
346
owner of the org that the team is associated with.
347
347
NOTE: This does not delete the repo, it just removes it from the team.</ p >
348
348
349
- < pre > < code > DELETE /teams/:id/repos/:repo
349
+ < pre > < code > DELETE /teams/:id/repos/:user/: repo
350
350
</ code > </ pre >
351
351
352
352
< h3 id ="reponse-3 "> Reponse</ h3 >