Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
fix: update GHES routes (#776)
Browse files Browse the repository at this point in the history
Co-authored-by: Octokit Bot <octokitbot@martynus.net>
  • Loading branch information
github-actions[bot] and Octokit Bot committed Jun 9, 2020
1 parent 16776c1 commit f28deb8
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 1,052 deletions.
7 changes: 0 additions & 7 deletions openapi/ghe-2.18/index.json
Expand Up @@ -665,13 +665,6 @@
"/repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}": {
"get": { "$ref": "operations/repos/get-deployment-status.json" }
},
"/repos/{owner}/{repo}/downloads": {
"get": { "$ref": "operations/repos/list-downloads.json" }
},
"/repos/{owner}/{repo}/downloads/{download_id}": {
"get": { "$ref": "operations/repos/get-download.json" },
"delete": { "$ref": "operations/repos/delete-download.json" }
},
"/repos/{owner}/{repo}/events": {
"get": { "$ref": "operations/activity/list-repo-events.json" }
},
Expand Down
61 changes: 0 additions & 61 deletions openapi/ghe-2.18/operations/repos/delete-download.json

This file was deleted.

89 changes: 0 additions & 89 deletions openapi/ghe-2.18/operations/repos/get-download.json

This file was deleted.

106 changes: 0 additions & 106 deletions openapi/ghe-2.18/operations/repos/list-downloads.json

This file was deleted.

7 changes: 0 additions & 7 deletions openapi/ghe-2.19/index.json
Expand Up @@ -678,13 +678,6 @@
"/repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}": {
"get": { "$ref": "operations/repos/get-deployment-status.json" }
},
"/repos/{owner}/{repo}/downloads": {
"get": { "$ref": "operations/repos/list-downloads.json" }
},
"/repos/{owner}/{repo}/downloads/{download_id}": {
"get": { "$ref": "operations/repos/get-download.json" },
"delete": { "$ref": "operations/repos/delete-download.json" }
},
"/repos/{owner}/{repo}/events": {
"get": { "$ref": "operations/activity/list-repo-events.json" }
},
Expand Down
61 changes: 0 additions & 61 deletions openapi/ghe-2.19/operations/repos/delete-download.json

This file was deleted.

0 comments on commit f28deb8

Please sign in to comment.