Skip to content

Commit

Permalink
fix: mister-fantastic preview is not required and hence not sent by…
Browse files Browse the repository at this point in the history
… default for for `.repos.getPages()` and `.repos. updateInformationAboutPagesSite()` (#26)
  • Loading branch information
greenkeeper[bot] authored and gr2m committed Mar 17, 2019
1 parent 4b9f5d8 commit b1a5f7a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 22 deletions.
3 changes: 0 additions & 3 deletions ghe-2.13/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -6540,9 +6540,6 @@
"url": "/repos/:owner/:repo/releases/latest"
},
"getPages": {
"headers": {
"accept": "application/vnd.github.mister-fantastic-preview+json"
},
"method": "GET",
"params": {
"owner": {
Expand Down
3 changes: 0 additions & 3 deletions ghe-2.14/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -7308,9 +7308,6 @@
"url": "/repos/:owner/:repo/releases/latest"
},
"getPages": {
"headers": {
"accept": "application/vnd.github.mister-fantastic-preview+json"
},
"method": "GET",
"params": {
"owner": {
Expand Down
6 changes: 0 additions & 6 deletions ghe-2.15/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -7322,9 +7322,6 @@
"url": "/repos/:owner/:repo/releases/latest"
},
"getPages": {
"headers": {
"accept": "application/vnd.github.mister-fantastic-preview+json"
},
"method": "GET",
"params": {
"owner": {
Expand Down Expand Up @@ -8882,9 +8879,6 @@
"url": "/repos/:owner/:repo/hooks/:hook_id"
},
"updateInformationAboutPagesSite": {
"headers": {
"accept": "application/vnd.github.mister-fantastic-preview+json"
},
"method": "PUT",
"params": {
"owner": {
Expand Down
6 changes: 0 additions & 6 deletions ghe-2.16/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -7358,9 +7358,6 @@
"url": "/repos/:owner/:repo/releases/latest"
},
"getPages": {
"headers": {
"accept": "application/vnd.github.mister-fantastic-preview+json"
},
"method": "GET",
"params": {
"owner": {
Expand Down Expand Up @@ -8918,9 +8915,6 @@
"url": "/repos/:owner/:repo/hooks/:hook_id"
},
"updateInformationAboutPagesSite": {
"headers": {
"accept": "application/vnd.github.mister-fantastic-preview+json"
},
"method": "PUT",
"params": {
"owner": {
Expand Down
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 @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/octokit/plugin-enterprise-rest.js#readme",
"devDependencies": {
"@octokit/routes": "18.8.0",
"@octokit/routes": "18.9.0",
"coveralls": "^3.0.2",
"lodash.camelcase": "^4.3.0",
"make-dir": "^2.1.0",
Expand Down

0 comments on commit b1a5f7a

Please sign in to comment.