Skip to content

Commit

Permalink
fix: name parameter is not required for .repos.update() (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and gr2m committed Jul 23, 2019
1 parent fe605fe commit 494d75b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@gimenete/type-writer": "^0.1.3",
"@octokit/fixtures-server": "^5.0.1",
"@octokit/routes": "20.9.1",
"@octokit/routes": "20.9.2",
"@types/node": "^12.0.0",
"bundlesize": "^0.18.0",
"chai": "^4.1.2",
Expand Down
1 change: 0 additions & 1 deletion plugins/rest-api-endpoints/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -9564,7 +9564,6 @@
"type": "boolean"
},
"name": {
"required": true,
"type": "string"
},
"owner": {
Expand Down

0 comments on commit 494d75b

Please sign in to comment.