@octokit/openapi 7.12.1 → 7.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +713 -6
- package/generated/api.github.com.json +283 -4
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +2 -2
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +2 -2
- package/generated/ghes-3.2.deref.json +6 -6
- package/generated/ghes-3.2.json +4 -4
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +2 -2
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +2 -2
- package/generated/ghes-3.3.deref.json +6 -6
- package/generated/ghes-3.3.json +4 -4
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -1
- package/generated/ghes-3.4.deref.json +6 -6
- package/generated/ghes-3.4.json +4 -4
- package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +11 -0
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +2 -2
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +2 -2
- package/generated/ghes-3.5.deref.json +112 -6
- package/generated/ghes-3.5.json +110 -4
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +6 -11
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.6-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.6.deref.json +761 -112
- package/generated/ghes-3.6.json +527 -110
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +6 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +2 -2
- package/generated/github.ae-diff-to-api.github.com.json +2 -2
- package/generated/github.ae.deref.json +50 -6
- package/generated/github.ae.json +48 -4
- package/package.json +1 -1
|
@@ -12044,6 +12044,12 @@
|
|
|
12044
12044
|
"/repos/{owner}/{repo}/branches/{branch}/rename": [
|
|
12045
12045
|
"post"
|
|
12046
12046
|
],
|
|
12047
|
+
"/repos/{owner}/{repo}/code-scanning/codeql/databases": [
|
|
12048
|
+
"get"
|
|
12049
|
+
],
|
|
12050
|
+
"/repos/{owner}/{repo}/code-scanning/codeql/databases/{language}": [
|
|
12051
|
+
"get"
|
|
12052
|
+
],
|
|
12047
12053
|
"/repos/{owner}/{repo}/codespaces": [
|
|
12048
12054
|
"get",
|
|
12049
12055
|
"post"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.13.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -89184,7 +89184,7 @@
|
|
|
89184
89184
|
}
|
|
89185
89185
|
},
|
|
89186
89186
|
"403": {
|
|
89187
|
-
"description": "Response if the repository is archived or if
|
|
89187
|
+
"description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
|
|
89188
89188
|
"content": {
|
|
89189
89189
|
"application/json": {
|
|
89190
89190
|
"schema": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.13.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -32766,7 +32766,7 @@
|
|
|
32766
32766
|
}
|
|
32767
32767
|
},
|
|
32768
32768
|
"code_scanning_forbidden_write": {
|
|
32769
|
-
"description": "Response if the repository is archived or if
|
|
32769
|
+
"description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
|
|
32770
32770
|
"content": {
|
|
32771
32771
|
"application/json": {
|
|
32772
32772
|
"schema": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.13.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -158283,7 +158283,7 @@
|
|
|
158283
158283
|
}
|
|
158284
158284
|
},
|
|
158285
158285
|
"403": {
|
|
158286
|
-
"description": "Response if the repository is archived or if
|
|
158286
|
+
"description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
|
|
158287
158287
|
"content": {
|
|
158288
158288
|
"application/json": {
|
|
158289
158289
|
"schema": {
|
|
@@ -159509,7 +159509,7 @@
|
|
|
159509
159509
|
}
|
|
159510
159510
|
},
|
|
159511
159511
|
"403": {
|
|
159512
|
-
"description": "Response if the repository is archived or if
|
|
159512
|
+
"description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
|
|
159513
159513
|
"content": {
|
|
159514
159514
|
"application/json": {
|
|
159515
159515
|
"schema": {
|
|
@@ -159715,7 +159715,7 @@
|
|
|
159715
159715
|
"description": "Bad Request if the sarif field is invalid"
|
|
159716
159716
|
},
|
|
159717
159717
|
"403": {
|
|
159718
|
-
"description": "Response if the repository is archived or if
|
|
159718
|
+
"description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
|
|
159719
159719
|
"content": {
|
|
159720
159720
|
"application/json": {
|
|
159721
159721
|
"schema": {
|
|
@@ -181235,7 +181235,7 @@
|
|
|
181235
181235
|
},
|
|
181236
181236
|
"put": {
|
|
181237
181237
|
"summary": "Create or update file contents",
|
|
181238
|
-
"description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
|
|
181238
|
+
"description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.\n\n**Note:** If you use this endpoint and the \"[Delete a file](https://docs.github.com/github-ae@latest/rest/reference/repos/#delete-file)\" endpoint in parallel, the concurrent requests will conflict and you will receive errors. You must use these endpoints serially instead.",
|
|
181239
181239
|
"tags": [
|
|
181240
181240
|
"repos"
|
|
181241
181241
|
],
|
|
@@ -181940,7 +181940,7 @@
|
|
|
181940
181940
|
},
|
|
181941
181941
|
"delete": {
|
|
181942
181942
|
"summary": "Delete a file",
|
|
181943
|
-
"description": "Deletes a file in a repository.\n\nYou can provide an additional `committer` parameter, which is an object containing information about the committer. Or, you can provide an `author` parameter, which is an object containing information about the author.\n\nThe `author` section is optional and is filled in with the `committer` information if omitted. If the `committer` information is omitted, the authenticated user's information is used.\n\nYou must provide values for both `name` and `email`, whether you choose to use `author` or `committer`. Otherwise, you'll receive a `422` status code.",
|
|
181943
|
+
"description": "Deletes a file in a repository.\n\nYou can provide an additional `committer` parameter, which is an object containing information about the committer. Or, you can provide an `author` parameter, which is an object containing information about the author.\n\nThe `author` section is optional and is filled in with the `committer` information if omitted. If the `committer` information is omitted, the authenticated user's information is used.\n\nYou must provide values for both `name` and `email`, whether you choose to use `author` or `committer`. Otherwise, you'll receive a `422` status code.\n\n**Note:** If you use this endpoint and the \"[Create or update file contents](https://docs.github.com/github-ae@latest/rest/reference/repos/#create-or-update-file-contents)\" endpoint in parallel, the concurrent requests will conflict and you will receive errors. You must use these endpoints serially instead.",
|
|
181944
181944
|
"tags": [
|
|
181945
181945
|
"repos"
|
|
181946
181946
|
],
|
|
@@ -390048,6 +390048,50 @@
|
|
|
390048
390048
|
}
|
|
390049
390049
|
}
|
|
390050
390050
|
},
|
|
390051
|
+
"/repos/{owner}/{repo}/code-scanning/codeql/databases": {
|
|
390052
|
+
"get": {
|
|
390053
|
+
"summary": "List CodeQL databases for a repository",
|
|
390054
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
390055
|
+
"tags": [
|
|
390056
|
+
"code-scanning"
|
|
390057
|
+
],
|
|
390058
|
+
"operationId": "code-scanning/list-codeql-databases",
|
|
390059
|
+
"externalDocs": {
|
|
390060
|
+
"description": "API method documentation",
|
|
390061
|
+
"url": "https://docs.github.com/rest/reference/code-scanning#list-codeql-databases"
|
|
390062
|
+
},
|
|
390063
|
+
"x-octokit": {
|
|
390064
|
+
"api.github.com": "removed"
|
|
390065
|
+
},
|
|
390066
|
+
"responses": {
|
|
390067
|
+
"501": {
|
|
390068
|
+
"description": "Not Implemented"
|
|
390069
|
+
}
|
|
390070
|
+
}
|
|
390071
|
+
}
|
|
390072
|
+
},
|
|
390073
|
+
"/repos/{owner}/{repo}/code-scanning/codeql/databases/{language}": {
|
|
390074
|
+
"get": {
|
|
390075
|
+
"summary": "Get a CodeQL database for a repository",
|
|
390076
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
390077
|
+
"tags": [
|
|
390078
|
+
"code-scanning"
|
|
390079
|
+
],
|
|
390080
|
+
"operationId": "code-scanning/get-codeql-database",
|
|
390081
|
+
"externalDocs": {
|
|
390082
|
+
"description": "API method documentation",
|
|
390083
|
+
"url": "https://docs.github.com/rest/reference/code-scanning#get-codeql-database"
|
|
390084
|
+
},
|
|
390085
|
+
"x-octokit": {
|
|
390086
|
+
"api.github.com": "removed"
|
|
390087
|
+
},
|
|
390088
|
+
"responses": {
|
|
390089
|
+
"501": {
|
|
390090
|
+
"description": "Not Implemented"
|
|
390091
|
+
}
|
|
390092
|
+
}
|
|
390093
|
+
}
|
|
390094
|
+
},
|
|
390051
390095
|
"/repos/{owner}/{repo}/codespaces": {
|
|
390052
390096
|
"get": {
|
|
390053
390097
|
"summary": "List codespaces in a repository for the authenticated user",
|
package/generated/github.ae.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.13.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -25185,7 +25185,7 @@
|
|
|
25185
25185
|
},
|
|
25186
25186
|
"put": {
|
|
25187
25187
|
"summary": "Create or update file contents",
|
|
25188
|
-
"description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
|
|
25188
|
+
"description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.\n\n**Note:** If you use this endpoint and the \"[Delete a file](https://docs.github.com/github-ae@latest/rest/reference/repos/#delete-file)\" endpoint in parallel, the concurrent requests will conflict and you will receive errors. You must use these endpoints serially instead.",
|
|
25189
25189
|
"tags": [
|
|
25190
25190
|
"repos"
|
|
25191
25191
|
],
|
|
@@ -25364,7 +25364,7 @@
|
|
|
25364
25364
|
},
|
|
25365
25365
|
"delete": {
|
|
25366
25366
|
"summary": "Delete a file",
|
|
25367
|
-
"description": "Deletes a file in a repository.\n\nYou can provide an additional `committer` parameter, which is an object containing information about the committer. Or, you can provide an `author` parameter, which is an object containing information about the author.\n\nThe `author` section is optional and is filled in with the `committer` information if omitted. If the `committer` information is omitted, the authenticated user's information is used.\n\nYou must provide values for both `name` and `email`, whether you choose to use `author` or `committer`. Otherwise, you'll receive a `422` status code.",
|
|
25367
|
+
"description": "Deletes a file in a repository.\n\nYou can provide an additional `committer` parameter, which is an object containing information about the committer. Or, you can provide an `author` parameter, which is an object containing information about the author.\n\nThe `author` section is optional and is filled in with the `committer` information if omitted. If the `committer` information is omitted, the authenticated user's information is used.\n\nYou must provide values for both `name` and `email`, whether you choose to use `author` or `committer`. Otherwise, you'll receive a `422` status code.\n\n**Note:** If you use this endpoint and the \"[Create or update file contents](https://docs.github.com/github-ae@latest/rest/reference/repos/#create-or-update-file-contents)\" endpoint in parallel, the concurrent requests will conflict and you will receive errors. You must use these endpoints serially instead.",
|
|
25368
25368
|
"tags": [
|
|
25369
25369
|
"repos"
|
|
25370
25370
|
],
|
|
@@ -49155,6 +49155,50 @@
|
|
|
49155
49155
|
}
|
|
49156
49156
|
}
|
|
49157
49157
|
},
|
|
49158
|
+
"/repos/{owner}/{repo}/code-scanning/codeql/databases": {
|
|
49159
|
+
"get": {
|
|
49160
|
+
"summary": "List CodeQL databases for a repository",
|
|
49161
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
49162
|
+
"tags": [
|
|
49163
|
+
"code-scanning"
|
|
49164
|
+
],
|
|
49165
|
+
"operationId": "code-scanning/list-codeql-databases",
|
|
49166
|
+
"externalDocs": {
|
|
49167
|
+
"description": "API method documentation",
|
|
49168
|
+
"url": "https://docs.github.com/rest/reference/code-scanning#list-codeql-databases"
|
|
49169
|
+
},
|
|
49170
|
+
"x-octokit": {
|
|
49171
|
+
"api.github.com": "removed"
|
|
49172
|
+
},
|
|
49173
|
+
"responses": {
|
|
49174
|
+
"501": {
|
|
49175
|
+
"description": "Not Implemented"
|
|
49176
|
+
}
|
|
49177
|
+
}
|
|
49178
|
+
}
|
|
49179
|
+
},
|
|
49180
|
+
"/repos/{owner}/{repo}/code-scanning/codeql/databases/{language}": {
|
|
49181
|
+
"get": {
|
|
49182
|
+
"summary": "Get a CodeQL database for a repository",
|
|
49183
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
49184
|
+
"tags": [
|
|
49185
|
+
"code-scanning"
|
|
49186
|
+
],
|
|
49187
|
+
"operationId": "code-scanning/get-codeql-database",
|
|
49188
|
+
"externalDocs": {
|
|
49189
|
+
"description": "API method documentation",
|
|
49190
|
+
"url": "https://docs.github.com/rest/reference/code-scanning#get-codeql-database"
|
|
49191
|
+
},
|
|
49192
|
+
"x-octokit": {
|
|
49193
|
+
"api.github.com": "removed"
|
|
49194
|
+
},
|
|
49195
|
+
"responses": {
|
|
49196
|
+
"501": {
|
|
49197
|
+
"description": "Not Implemented"
|
|
49198
|
+
}
|
|
49199
|
+
}
|
|
49200
|
+
}
|
|
49201
|
+
},
|
|
49158
49202
|
"/repos/{owner}/{repo}/codespaces": {
|
|
49159
49203
|
"get": {
|
|
49160
49204
|
"summary": "List codespaces in a repository for the authenticated user",
|
|
@@ -96650,7 +96694,7 @@
|
|
|
96650
96694
|
}
|
|
96651
96695
|
},
|
|
96652
96696
|
"code_scanning_forbidden_write": {
|
|
96653
|
-
"description": "Response if the repository is archived or if
|
|
96697
|
+
"description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
|
|
96654
96698
|
"content": {
|
|
96655
96699
|
"application/json": {
|
|
96656
96700
|
"schema": {
|