We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529174d commit 8ee3c9bCopy full SHA for 8ee3c9b
1 file changed
content/v3/repos/collaborators.md
@@ -7,7 +7,7 @@ title: Collaborators | GitHub API
7
* TOC
8
{:toc}
9
10
-## List
+## List a repo's collaborators {#list}
11
12
GET /repos/:owner/:repo/collaborators
13
@@ -21,7 +21,7 @@ collaborators list.
21
<%= headers 200 %>
22
<%= json(:user) { |h| [h] } %>
23
24
-## Get
+## Check if a user is a repo collaborator {#get}
25
26
GET /repos/:owner/:repo/collaborators/:user
27
@@ -33,15 +33,15 @@ collaborators list.
33
34
<%= headers 404 %>
35
36
-## Add collaborator
+## Add collaborator to a repo {#add-collaborator}
37
38
PUT /repos/:owner/:repo/collaborators/:user
39
40
### Response
41
42
<%= headers 204 %>
43
44
-## Remove collaborator
+## Remove collaborator from a repo {#remove-collaborator}
45
46
DELETE /repos/:owner/:repo/collaborators/:user
47
0 commit comments