@@ -311,7 +311,7 @@ <h3 id="response-6">Response</h3>
311311
312312< h2 id ="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< 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>
331331< p > In order to add a repo to a team, the authenticated user must be an
332332owner 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< h3 id ="reponse-2 "> Reponse</ h3 >
@@ -346,7 +346,7 @@ <h2 id="remove-team-repo">Remove team repo</h2>
346346owner of the org that the team is associated with.
347347NOTE: 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< h3 id ="reponse-3 "> Reponse</ h3 >