Skip to content

Commit

Permalink
docs: *.getById method descriptions (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBond authored and gr2m committed Jan 25, 2018
1 parent 34109d6 commit 04b7876
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -6535,7 +6535,8 @@
"params": {
"id": {
"type": "string",
"required": true
"required": true,
"description": "Numerical ID of the repository."
}
},
"description": "Get a single repo by id."
Expand Down Expand Up @@ -9680,10 +9681,11 @@
"params": {
"id": {
"type": "string",
"required": true
"required": true,
"description": "Numerical ID of the user."
}
},
"description": "Get a single user by GitHub ID"
"description": "Get a single user by GitHub ID. This method uses numerical user ID. Use users.getForUser method if you need to get a user by username."
},
"getAll": {
"url": "/users",
Expand Down

0 comments on commit 04b7876

Please sign in to comment.