Skip to content

Commit 8ee3c9b

Browse files
committed
Be more descriptive about collaborators
1 parent 529174d commit 8ee3c9b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/v3/repos/collaborators.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Collaborators | GitHub API
77
* TOC
88
{:toc}
99

10-
## List
10+
## List a repo's collaborators {#list}
1111

1212
GET /repos/:owner/:repo/collaborators
1313

@@ -21,7 +21,7 @@ collaborators list.
2121
<%= headers 200 %>
2222
<%= json(:user) { |h| [h] } %>
2323

24-
## Get
24+
## Check if a user is a repo collaborator {#get}
2525

2626
GET /repos/:owner/:repo/collaborators/:user
2727

@@ -33,15 +33,15 @@ collaborators list.
3333

3434
<%= headers 404 %>
3535

36-
## Add collaborator
36+
## Add collaborator to a repo {#add-collaborator}
3737

3838
PUT /repos/:owner/:repo/collaborators/:user
3939

4040
### Response
4141

4242
<%= headers 204 %>
4343

44-
## Remove collaborator
44+
## Remove collaborator from a repo {#remove-collaborator}
4545

4646
DELETE /repos/:owner/:repo/collaborators/:user
4747

0 commit comments

Comments
 (0)