Skip to content

Commit

Permalink
fix(routes): remove invalid user_id parameter from `createInstallat…
Browse files Browse the repository at this point in the history
…ionToken` & `getInstallationRepositories`
  • Loading branch information
gr2m committed May 1, 2018
1 parent aaf9cde commit 861b733
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions lib/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,9 +592,6 @@
"installation_id": {
"required": true,
"type": "string"
},
"user_id": {
"type": "string"
}
},
"url": "/installations/:installation_id/access_tokens"
Expand Down Expand Up @@ -635,11 +632,7 @@
"accept": "application/vnd.github.machine-man-preview"
},
"method": "GET",
"params": {
"user_id": {
"type": "string"
}
},
"params": {},
"url": "/installation/repositories"
},
"getInstallations": {
Expand Down Expand Up @@ -1891,9 +1884,6 @@
"installation_id": {
"required": true,
"type": "string"
},
"user_id": {
"type": "string"
}
},
"url": "/installations/:installation_id/access_tokens"
Expand All @@ -1904,11 +1894,7 @@
"accept": "application/vnd.github.machine-man-preview"
},
"method": "GET",
"params": {
"user_id": {
"type": "string"
}
},
"params": {},
"url": "/installation/repositories"
},
"getInstallations": {
Expand Down

0 comments on commit 861b733

Please sign in to comment.