@octokit/openapi 5.6.1 → 5.6.5
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 +3451 -2749
- package/generated/api.github.com.json +440 -1599
- package/generated/ghes-2.22-diff-to-ghes-3.0.deref.json +1 -1
- package/generated/ghes-2.22-diff-to-ghes-3.0.json +1 -1
- package/generated/ghes-2.22.deref.json +1 -1
- package/generated/ghes-2.22.json +1 -1
- package/generated/ghes-3.0-anicca-diff-to-ghes-3.1.deref.json +0 -145
- package/generated/ghes-3.0-diff-to-ghes-3.1.deref.json +8739 -19455
- package/generated/ghes-3.0-diff-to-ghes-3.1.json +245 -1527
- package/generated/ghes-3.0.deref.json +3494 -1920
- package/generated/ghes-3.0.json +420 -721
- package/generated/ghes-3.1-anicca-diff-to-ghes-3.2.deref.json +286 -1466
- package/generated/ghes-3.1-diff-to-ghes-3.2.deref.json +58842 -105018
- package/generated/ghes-3.1-diff-to-ghes-3.2.json +11129 -16701
- package/generated/ghes-3.1.deref.json +3545 -1951
- package/generated/ghes-3.1.json +467 -752
- package/generated/ghes-3.2-anicca-diff-to-api.github.com.deref.json +7 -136
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +333 -2109
- package/generated/ghes-3.2-diff-to-api.github.com.json +45 -742
- package/generated/ghes-3.2.deref.json +3597 -1953
- package/generated/ghes-3.2.json +474 -752
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +3 -59
- package/generated/github.ae-diff-to-api.github.com.deref.json +4 -4963
- package/generated/github.ae-diff-to-api.github.com.json +109 -2784
- package/generated/github.ae.deref.json +2270 -2214
- package/generated/github.ae.json +337 -1464
- package/package.json +2 -1
package/generated/ghes-3.2.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "5.6.
|
|
4
|
+
"version": "5.6.5",
|
|
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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -808,6 +808,7 @@
|
|
|
808
808
|
}
|
|
809
809
|
},
|
|
810
810
|
"requestBody": {
|
|
811
|
+
"required": true,
|
|
811
812
|
"content": {
|
|
812
813
|
"application/json": {
|
|
813
814
|
"schema": {
|
|
@@ -817,7 +818,8 @@
|
|
|
817
818
|
"type": "string",
|
|
818
819
|
"description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team."
|
|
819
820
|
}
|
|
820
|
-
}
|
|
821
|
+
},
|
|
822
|
+
"required": ["ldap_dn"]
|
|
821
823
|
},
|
|
822
824
|
"example": {
|
|
823
825
|
"ldap_dn": "cn=Enterprise Ops,ou=teams,dc=github,dc=com"
|
|
@@ -903,6 +905,7 @@
|
|
|
903
905
|
}
|
|
904
906
|
},
|
|
905
907
|
"requestBody": {
|
|
908
|
+
"required": true,
|
|
906
909
|
"content": {
|
|
907
910
|
"application/json": {
|
|
908
911
|
"schema": {
|
|
@@ -912,7 +915,8 @@
|
|
|
912
915
|
"type": "string",
|
|
913
916
|
"description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team."
|
|
914
917
|
}
|
|
915
|
-
}
|
|
918
|
+
},
|
|
919
|
+
"required": ["ldap_dn"]
|
|
916
920
|
},
|
|
917
921
|
"example": { "ldap_dn": "uid=asdf,ou=users,dc=github,dc=com" }
|
|
918
922
|
}
|
|
@@ -991,6 +995,7 @@
|
|
|
991
995
|
}
|
|
992
996
|
},
|
|
993
997
|
"requestBody": {
|
|
998
|
+
"required": true,
|
|
994
999
|
"content": {
|
|
995
1000
|
"application/json": {
|
|
996
1001
|
"schema": {
|
|
@@ -2095,6 +2100,7 @@
|
|
|
2095
2100
|
}
|
|
2096
2101
|
},
|
|
2097
2102
|
"requestBody": {
|
|
2103
|
+
"required": true,
|
|
2098
2104
|
"content": {
|
|
2099
2105
|
"application/json": {
|
|
2100
2106
|
"schema": {
|
|
@@ -2810,6 +2816,7 @@
|
|
|
2810
2816
|
},
|
|
2811
2817
|
"parameters": [{ "$ref": "#/components/parameters/client-id" }],
|
|
2812
2818
|
"requestBody": {
|
|
2819
|
+
"required": true,
|
|
2813
2820
|
"content": {
|
|
2814
2821
|
"application/json": {
|
|
2815
2822
|
"schema": {
|
|
@@ -2819,7 +2826,8 @@
|
|
|
2819
2826
|
"type": "string",
|
|
2820
2827
|
"description": "The OAuth access token used to authenticate to the GitHub API."
|
|
2821
2828
|
}
|
|
2822
|
-
}
|
|
2829
|
+
},
|
|
2830
|
+
"required": ["access_token"]
|
|
2823
2831
|
},
|
|
2824
2832
|
"example": {
|
|
2825
2833
|
"access_token": "e72e16c7e42f292c6912e7710c838347ae178b4a"
|
|
@@ -3895,6 +3903,7 @@
|
|
|
3895
3903
|
"tags": ["enterprise-admin"],
|
|
3896
3904
|
"operationId": "enterprise-admin/set-announcement",
|
|
3897
3905
|
"requestBody": {
|
|
3906
|
+
"required": true,
|
|
3898
3907
|
"content": {
|
|
3899
3908
|
"application/json": {
|
|
3900
3909
|
"schema": { "$ref": "#/components/schemas/announcement" }
|
|
@@ -4599,6 +4608,7 @@
|
|
|
4599
4608
|
"parameters": [{ "$ref": "#/components/parameters/enterprise" }],
|
|
4600
4609
|
"responses": { "204": { "description": "Response" } },
|
|
4601
4610
|
"requestBody": {
|
|
4611
|
+
"required": true,
|
|
4602
4612
|
"content": {
|
|
4603
4613
|
"application/json": {
|
|
4604
4614
|
"schema": { "$ref": "#/components/schemas/selected-actions" },
|
|
@@ -4617,9 +4627,7 @@
|
|
|
4617
4627
|
"category": "enterprise-admin",
|
|
4618
4628
|
"subcategory": "actions"
|
|
4619
4629
|
},
|
|
4620
|
-
"x-octokit": {
|
|
4621
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
4622
|
-
}
|
|
4630
|
+
"x-octokit": {}
|
|
4623
4631
|
}
|
|
4624
4632
|
},
|
|
4625
4633
|
"/enterprises/{enterprise}/actions/runner-groups": {
|
|
@@ -6630,15 +6638,19 @@
|
|
|
6630
6638
|
"x-github": {
|
|
6631
6639
|
"githubCloudOnly": false,
|
|
6632
6640
|
"enabledForGitHubApps": false,
|
|
6641
|
+
"category": "issues",
|
|
6633
6642
|
"previews": [
|
|
6643
|
+
{
|
|
6644
|
+
"required": false,
|
|
6645
|
+
"name": "machine-man",
|
|
6646
|
+
"note": "If an issue event is created via a GitHub App, the response will include the `performed_via_github_app` object with\tinformation about the GitHub App. For more information, see the [related blog\tpost](https://developer.github.com/changes/2016-09-14-Integrations-Early-Access).\nTo receive the `performed_via_github_app` object in the response, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.machine-man-preview\n```"
|
|
6647
|
+
},
|
|
6634
6648
|
{
|
|
6635
6649
|
"required": false,
|
|
6636
6650
|
"name": "squirrel-girl",
|
|
6637
6651
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
6638
6652
|
}
|
|
6639
|
-
]
|
|
6640
|
-
"category": "issues",
|
|
6641
|
-
"subcategory": null
|
|
6653
|
+
]
|
|
6642
6654
|
},
|
|
6643
6655
|
"x-octokit": {}
|
|
6644
6656
|
}
|
|
@@ -7486,9 +7498,7 @@
|
|
|
7486
7498
|
"category": "orgs",
|
|
7487
7499
|
"subcategory": null
|
|
7488
7500
|
},
|
|
7489
|
-
"x-octokit": {
|
|
7490
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
7491
|
-
}
|
|
7501
|
+
"x-octokit": {}
|
|
7492
7502
|
}
|
|
7493
7503
|
},
|
|
7494
7504
|
"/orgs/{org}/actions/permissions": {
|
|
@@ -7779,9 +7789,7 @@
|
|
|
7779
7789
|
"category": "actions",
|
|
7780
7790
|
"subcategory": "permissions"
|
|
7781
7791
|
},
|
|
7782
|
-
"x-octokit": {
|
|
7783
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
7784
|
-
}
|
|
7792
|
+
"x-octokit": {}
|
|
7785
7793
|
}
|
|
7786
7794
|
},
|
|
7787
7795
|
"/orgs/{org}/actions/runner-groups": {
|
|
@@ -7965,6 +7973,7 @@
|
|
|
7965
7973
|
{ "$ref": "#/components/parameters/runner-group-id" }
|
|
7966
7974
|
],
|
|
7967
7975
|
"requestBody": {
|
|
7976
|
+
"required": true,
|
|
7968
7977
|
"content": {
|
|
7969
7978
|
"application/json": {
|
|
7970
7979
|
"schema": {
|
|
@@ -7979,7 +7988,8 @@
|
|
|
7979
7988
|
"type": "string",
|
|
7980
7989
|
"enum": ["selected", "all", "private"]
|
|
7981
7990
|
}
|
|
7982
|
-
}
|
|
7991
|
+
},
|
|
7992
|
+
"required": ["name"]
|
|
7983
7993
|
},
|
|
7984
7994
|
"example": {
|
|
7985
7995
|
"name": "Expensive hardware runners",
|
|
@@ -8845,6 +8855,7 @@
|
|
|
8845
8855
|
{ "$ref": "#/components/parameters/secret-name" }
|
|
8846
8856
|
],
|
|
8847
8857
|
"requestBody": {
|
|
8858
|
+
"required": true,
|
|
8848
8859
|
"content": {
|
|
8849
8860
|
"application/json": {
|
|
8850
8861
|
"schema": {
|
|
@@ -8855,7 +8866,8 @@
|
|
|
8855
8866
|
"description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can add and remove individual repositories using the [Set selected repositories for an organization secret](https://docs.github.com/enterprise-server@3.2/rest/reference/actions#set-selected-repositories-for-an-organization-secret) and [Remove selected repository from an organization secret](https://docs.github.com/enterprise-server@3.2/rest/reference/actions#remove-selected-repository-from-an-organization-secret) endpoints.",
|
|
8856
8867
|
"items": { "type": "integer" }
|
|
8857
8868
|
}
|
|
8858
|
-
}
|
|
8869
|
+
},
|
|
8870
|
+
"required": ["selected_repository_ids"]
|
|
8859
8871
|
},
|
|
8860
8872
|
"example": { "selected_repository_ids": [64780797] }
|
|
8861
8873
|
}
|
|
@@ -9731,15 +9743,19 @@
|
|
|
9731
9743
|
"x-github": {
|
|
9732
9744
|
"githubCloudOnly": false,
|
|
9733
9745
|
"enabledForGitHubApps": false,
|
|
9746
|
+
"category": "issues",
|
|
9734
9747
|
"previews": [
|
|
9748
|
+
{
|
|
9749
|
+
"required": false,
|
|
9750
|
+
"name": "machine-man",
|
|
9751
|
+
"note": "If an issue event is created via a GitHub App, the response will include the `performed_via_github_app` object with\tinformation about the GitHub App. For more information, see the [related blog\tpost](https://developer.github.com/changes/2016-09-14-Integrations-Early-Access).\nTo receive the `performed_via_github_app` object in the response, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.machine-man-preview\n```"
|
|
9752
|
+
},
|
|
9735
9753
|
{
|
|
9736
9754
|
"required": false,
|
|
9737
9755
|
"name": "squirrel-girl",
|
|
9738
9756
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
9739
9757
|
}
|
|
9740
|
-
]
|
|
9741
|
-
"category": "issues",
|
|
9742
|
-
"subcategory": null
|
|
9758
|
+
]
|
|
9743
9759
|
},
|
|
9744
9760
|
"x-octokit": {}
|
|
9745
9761
|
}
|
|
@@ -11185,15 +11201,15 @@
|
|
|
11185
11201
|
"x-github": {
|
|
11186
11202
|
"githubCloudOnly": false,
|
|
11187
11203
|
"enabledForGitHubApps": true,
|
|
11204
|
+
"category": "teams",
|
|
11205
|
+
"subcategory": "discussions",
|
|
11188
11206
|
"previews": [
|
|
11189
11207
|
{
|
|
11190
11208
|
"required": false,
|
|
11191
11209
|
"name": "squirrel-girl",
|
|
11192
11210
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
11193
11211
|
}
|
|
11194
|
-
]
|
|
11195
|
-
"category": "teams",
|
|
11196
|
-
"subcategory": "discussions"
|
|
11212
|
+
]
|
|
11197
11213
|
},
|
|
11198
11214
|
"x-octokit": {}
|
|
11199
11215
|
},
|
|
@@ -11257,15 +11273,15 @@
|
|
|
11257
11273
|
"triggersNotification": true,
|
|
11258
11274
|
"githubCloudOnly": false,
|
|
11259
11275
|
"enabledForGitHubApps": true,
|
|
11276
|
+
"category": "teams",
|
|
11277
|
+
"subcategory": "discussions",
|
|
11260
11278
|
"previews": [
|
|
11261
11279
|
{
|
|
11262
11280
|
"required": false,
|
|
11263
11281
|
"name": "squirrel-girl",
|
|
11264
11282
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
11265
11283
|
}
|
|
11266
|
-
]
|
|
11267
|
-
"category": "teams",
|
|
11268
|
-
"subcategory": "discussions"
|
|
11284
|
+
]
|
|
11269
11285
|
},
|
|
11270
11286
|
"x-octokit": {}
|
|
11271
11287
|
}
|
|
@@ -11301,15 +11317,15 @@
|
|
|
11301
11317
|
"x-github": {
|
|
11302
11318
|
"githubCloudOnly": false,
|
|
11303
11319
|
"enabledForGitHubApps": true,
|
|
11320
|
+
"category": "teams",
|
|
11321
|
+
"subcategory": "discussions",
|
|
11304
11322
|
"previews": [
|
|
11305
11323
|
{
|
|
11306
11324
|
"required": false,
|
|
11307
11325
|
"name": "squirrel-girl",
|
|
11308
11326
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
11309
11327
|
}
|
|
11310
|
-
]
|
|
11311
|
-
"category": "teams",
|
|
11312
|
-
"subcategory": "discussions"
|
|
11328
|
+
]
|
|
11313
11329
|
},
|
|
11314
11330
|
"x-octokit": {}
|
|
11315
11331
|
},
|
|
@@ -11365,15 +11381,15 @@
|
|
|
11365
11381
|
"x-github": {
|
|
11366
11382
|
"githubCloudOnly": false,
|
|
11367
11383
|
"enabledForGitHubApps": true,
|
|
11384
|
+
"category": "teams",
|
|
11385
|
+
"subcategory": "discussions",
|
|
11368
11386
|
"previews": [
|
|
11369
11387
|
{
|
|
11370
11388
|
"required": false,
|
|
11371
11389
|
"name": "squirrel-girl",
|
|
11372
11390
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
11373
11391
|
}
|
|
11374
|
-
]
|
|
11375
|
-
"category": "teams",
|
|
11376
|
-
"subcategory": "discussions"
|
|
11392
|
+
]
|
|
11377
11393
|
},
|
|
11378
11394
|
"x-octokit": {}
|
|
11379
11395
|
},
|
|
@@ -11444,15 +11460,15 @@
|
|
|
11444
11460
|
"x-github": {
|
|
11445
11461
|
"githubCloudOnly": false,
|
|
11446
11462
|
"enabledForGitHubApps": true,
|
|
11463
|
+
"category": "teams",
|
|
11464
|
+
"subcategory": "discussion-comments",
|
|
11447
11465
|
"previews": [
|
|
11448
11466
|
{
|
|
11449
11467
|
"required": false,
|
|
11450
11468
|
"name": "squirrel-girl",
|
|
11451
11469
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
11452
11470
|
}
|
|
11453
|
-
]
|
|
11454
|
-
"category": "teams",
|
|
11455
|
-
"subcategory": "discussion-comments"
|
|
11471
|
+
]
|
|
11456
11472
|
},
|
|
11457
11473
|
"x-octokit": {}
|
|
11458
11474
|
},
|
|
@@ -11509,15 +11525,15 @@
|
|
|
11509
11525
|
"triggersNotification": true,
|
|
11510
11526
|
"githubCloudOnly": false,
|
|
11511
11527
|
"enabledForGitHubApps": true,
|
|
11528
|
+
"category": "teams",
|
|
11529
|
+
"subcategory": "discussion-comments",
|
|
11512
11530
|
"previews": [
|
|
11513
11531
|
{
|
|
11514
11532
|
"required": false,
|
|
11515
11533
|
"name": "squirrel-girl",
|
|
11516
11534
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
11517
11535
|
}
|
|
11518
|
-
]
|
|
11519
|
-
"category": "teams",
|
|
11520
|
-
"subcategory": "discussion-comments"
|
|
11536
|
+
]
|
|
11521
11537
|
},
|
|
11522
11538
|
"x-octokit": {}
|
|
11523
11539
|
}
|
|
@@ -11558,15 +11574,15 @@
|
|
|
11558
11574
|
"x-github": {
|
|
11559
11575
|
"githubCloudOnly": false,
|
|
11560
11576
|
"enabledForGitHubApps": true,
|
|
11577
|
+
"category": "teams",
|
|
11578
|
+
"subcategory": "discussion-comments",
|
|
11561
11579
|
"previews": [
|
|
11562
11580
|
{
|
|
11563
11581
|
"required": false,
|
|
11564
11582
|
"name": "squirrel-girl",
|
|
11565
11583
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
11566
11584
|
}
|
|
11567
|
-
]
|
|
11568
|
-
"category": "teams",
|
|
11569
|
-
"subcategory": "discussion-comments"
|
|
11585
|
+
]
|
|
11570
11586
|
},
|
|
11571
11587
|
"x-octokit": {}
|
|
11572
11588
|
},
|
|
@@ -11623,15 +11639,15 @@
|
|
|
11623
11639
|
"x-github": {
|
|
11624
11640
|
"githubCloudOnly": false,
|
|
11625
11641
|
"enabledForGitHubApps": true,
|
|
11642
|
+
"category": "teams",
|
|
11643
|
+
"subcategory": "discussion-comments",
|
|
11626
11644
|
"previews": [
|
|
11627
11645
|
{
|
|
11628
11646
|
"required": false,
|
|
11629
11647
|
"name": "squirrel-girl",
|
|
11630
11648
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
11631
11649
|
}
|
|
11632
|
-
]
|
|
11633
|
-
"category": "teams",
|
|
11634
|
-
"subcategory": "discussion-comments"
|
|
11650
|
+
]
|
|
11635
11651
|
},
|
|
11636
11652
|
"x-octokit": {}
|
|
11637
11653
|
},
|
|
@@ -11718,15 +11734,14 @@
|
|
|
11718
11734
|
"x-github": {
|
|
11719
11735
|
"githubCloudOnly": false,
|
|
11720
11736
|
"enabledForGitHubApps": true,
|
|
11737
|
+
"category": "reactions",
|
|
11721
11738
|
"previews": [
|
|
11722
11739
|
{
|
|
11723
11740
|
"required": true,
|
|
11724
11741
|
"name": "squirrel-girl",
|
|
11725
11742
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
11726
11743
|
}
|
|
11727
|
-
]
|
|
11728
|
-
"category": "reactions",
|
|
11729
|
-
"subcategory": null
|
|
11744
|
+
]
|
|
11730
11745
|
},
|
|
11731
11746
|
"x-octokit": {}
|
|
11732
11747
|
},
|
|
@@ -11800,15 +11815,14 @@
|
|
|
11800
11815
|
"x-github": {
|
|
11801
11816
|
"githubCloudOnly": false,
|
|
11802
11817
|
"enabledForGitHubApps": true,
|
|
11818
|
+
"category": "reactions",
|
|
11803
11819
|
"previews": [
|
|
11804
11820
|
{
|
|
11805
11821
|
"required": true,
|
|
11806
11822
|
"name": "squirrel-girl",
|
|
11807
11823
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
11808
11824
|
}
|
|
11809
|
-
]
|
|
11810
|
-
"category": "reactions",
|
|
11811
|
-
"subcategory": null
|
|
11825
|
+
]
|
|
11812
11826
|
},
|
|
11813
11827
|
"x-octokit": {}
|
|
11814
11828
|
}
|
|
@@ -11834,15 +11848,14 @@
|
|
|
11834
11848
|
"x-github": {
|
|
11835
11849
|
"githubCloudOnly": false,
|
|
11836
11850
|
"enabledForGitHubApps": true,
|
|
11851
|
+
"category": "reactions",
|
|
11837
11852
|
"previews": [
|
|
11838
11853
|
{
|
|
11839
11854
|
"required": true,
|
|
11840
11855
|
"name": "squirrel-girl",
|
|
11841
11856
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
11842
11857
|
}
|
|
11843
|
-
]
|
|
11844
|
-
"category": "reactions",
|
|
11845
|
-
"subcategory": null
|
|
11858
|
+
]
|
|
11846
11859
|
},
|
|
11847
11860
|
"x-octokit": {}
|
|
11848
11861
|
}
|
|
@@ -11903,15 +11916,14 @@
|
|
|
11903
11916
|
"x-github": {
|
|
11904
11917
|
"githubCloudOnly": false,
|
|
11905
11918
|
"enabledForGitHubApps": true,
|
|
11919
|
+
"category": "reactions",
|
|
11906
11920
|
"previews": [
|
|
11907
11921
|
{
|
|
11908
11922
|
"required": true,
|
|
11909
11923
|
"name": "squirrel-girl",
|
|
11910
11924
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
11911
11925
|
}
|
|
11912
|
-
]
|
|
11913
|
-
"category": "reactions",
|
|
11914
|
-
"subcategory": null
|
|
11926
|
+
]
|
|
11915
11927
|
},
|
|
11916
11928
|
"x-octokit": {}
|
|
11917
11929
|
},
|
|
@@ -11984,15 +11996,14 @@
|
|
|
11984
11996
|
"x-github": {
|
|
11985
11997
|
"githubCloudOnly": false,
|
|
11986
11998
|
"enabledForGitHubApps": false,
|
|
11999
|
+
"category": "reactions",
|
|
11987
12000
|
"previews": [
|
|
11988
12001
|
{
|
|
11989
12002
|
"required": true,
|
|
11990
12003
|
"name": "squirrel-girl",
|
|
11991
12004
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
11992
12005
|
}
|
|
11993
|
-
]
|
|
11994
|
-
"category": "reactions",
|
|
11995
|
-
"subcategory": null
|
|
12006
|
+
]
|
|
11996
12007
|
},
|
|
11997
12008
|
"x-octokit": {}
|
|
11998
12009
|
}
|
|
@@ -12017,15 +12028,14 @@
|
|
|
12017
12028
|
"x-github": {
|
|
12018
12029
|
"githubCloudOnly": false,
|
|
12019
12030
|
"enabledForGitHubApps": true,
|
|
12031
|
+
"category": "reactions",
|
|
12020
12032
|
"previews": [
|
|
12021
12033
|
{
|
|
12022
12034
|
"required": true,
|
|
12023
12035
|
"name": "squirrel-girl",
|
|
12024
12036
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
12025
12037
|
}
|
|
12026
|
-
]
|
|
12027
|
-
"category": "reactions",
|
|
12028
|
-
"subcategory": null
|
|
12038
|
+
]
|
|
12029
12039
|
},
|
|
12030
12040
|
"x-octokit": {}
|
|
12031
12041
|
}
|
|
@@ -13845,23 +13855,21 @@
|
|
|
13845
13855
|
"304": { "$ref": "#/components/responses/not_modified" },
|
|
13846
13856
|
"401": { "$ref": "#/components/responses/requires_authentication" },
|
|
13847
13857
|
"403": { "$ref": "#/components/responses/forbidden" },
|
|
13848
|
-
"410": { "$ref": "#/components/responses/gone" }
|
|
13849
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" }
|
|
13858
|
+
"410": { "$ref": "#/components/responses/gone" }
|
|
13850
13859
|
},
|
|
13851
13860
|
"x-github": {
|
|
13852
13861
|
"githubCloudOnly": false,
|
|
13853
13862
|
"enabledForGitHubApps": true,
|
|
13863
|
+
"removalDate": "2021-02-21",
|
|
13864
|
+
"deprecationDate": "2020-02-26",
|
|
13865
|
+
"category": "reactions",
|
|
13854
13866
|
"previews": [
|
|
13855
13867
|
{
|
|
13856
13868
|
"required": true,
|
|
13857
13869
|
"name": "squirrel-girl",
|
|
13858
13870
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
13859
13871
|
}
|
|
13860
|
-
]
|
|
13861
|
-
"removalDate": "2021-02-21",
|
|
13862
|
-
"deprecationDate": "2020-02-26",
|
|
13863
|
-
"category": "reactions",
|
|
13864
|
-
"subcategory": null
|
|
13872
|
+
]
|
|
13865
13873
|
},
|
|
13866
13874
|
"deprecated": true,
|
|
13867
13875
|
"x-octokit": {}
|
|
@@ -13917,8 +13925,7 @@
|
|
|
13917
13925
|
"note": "The Codes of Conduct API is currently available for developers to preview.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.scarlet-witch-preview+json\n```"
|
|
13918
13926
|
}
|
|
13919
13927
|
],
|
|
13920
|
-
"category": "repos"
|
|
13921
|
-
"subcategory": null
|
|
13928
|
+
"category": "repos"
|
|
13922
13929
|
},
|
|
13923
13930
|
"x-octokit": {}
|
|
13924
13931
|
},
|
|
@@ -14536,9 +14543,7 @@
|
|
|
14536
14543
|
"category": "actions",
|
|
14537
14544
|
"subcategory": "permissions"
|
|
14538
14545
|
},
|
|
14539
|
-
"x-octokit": {
|
|
14540
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
14541
|
-
}
|
|
14546
|
+
"x-octokit": {}
|
|
14542
14547
|
}
|
|
14543
14548
|
},
|
|
14544
14549
|
"/repos/{owner}/{repo}/actions/runners": {
|
|
@@ -18488,6 +18493,7 @@
|
|
|
18488
18493
|
{ "$ref": "#/components/parameters/repo" }
|
|
18489
18494
|
],
|
|
18490
18495
|
"requestBody": {
|
|
18496
|
+
"required": true,
|
|
18491
18497
|
"content": {
|
|
18492
18498
|
"application/json": {
|
|
18493
18499
|
"schema": {
|
|
@@ -19577,15 +19583,15 @@
|
|
|
19577
19583
|
"x-github": {
|
|
19578
19584
|
"githubCloudOnly": false,
|
|
19579
19585
|
"enabledForGitHubApps": true,
|
|
19586
|
+
"category": "repos",
|
|
19587
|
+
"subcategory": "comments",
|
|
19580
19588
|
"previews": [
|
|
19581
19589
|
{
|
|
19582
19590
|
"required": false,
|
|
19583
19591
|
"name": "squirrel-girl",
|
|
19584
19592
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
19585
19593
|
}
|
|
19586
|
-
]
|
|
19587
|
-
"category": "repos",
|
|
19588
|
-
"subcategory": "comments"
|
|
19594
|
+
]
|
|
19589
19595
|
},
|
|
19590
19596
|
"x-octokit": {}
|
|
19591
19597
|
}
|
|
@@ -19622,15 +19628,15 @@
|
|
|
19622
19628
|
"x-github": {
|
|
19623
19629
|
"githubCloudOnly": false,
|
|
19624
19630
|
"enabledForGitHubApps": true,
|
|
19631
|
+
"category": "repos",
|
|
19632
|
+
"subcategory": "comments",
|
|
19625
19633
|
"previews": [
|
|
19626
19634
|
{
|
|
19627
19635
|
"required": false,
|
|
19628
19636
|
"name": "squirrel-girl",
|
|
19629
19637
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
19630
19638
|
}
|
|
19631
|
-
]
|
|
19632
|
-
"category": "repos",
|
|
19633
|
-
"subcategory": "comments"
|
|
19639
|
+
]
|
|
19634
19640
|
},
|
|
19635
19641
|
"x-octokit": {}
|
|
19636
19642
|
},
|
|
@@ -19771,21 +19777,19 @@
|
|
|
19771
19777
|
},
|
|
19772
19778
|
"headers": { "Link": { "$ref": "#/components/headers/link" } }
|
|
19773
19779
|
},
|
|
19774
|
-
"404": { "$ref": "#/components/responses/not_found" }
|
|
19775
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" }
|
|
19780
|
+
"404": { "$ref": "#/components/responses/not_found" }
|
|
19776
19781
|
},
|
|
19777
19782
|
"x-github": {
|
|
19778
19783
|
"githubCloudOnly": false,
|
|
19779
19784
|
"enabledForGitHubApps": true,
|
|
19785
|
+
"category": "reactions",
|
|
19780
19786
|
"previews": [
|
|
19781
19787
|
{
|
|
19782
19788
|
"required": true,
|
|
19783
19789
|
"name": "squirrel-girl",
|
|
19784
19790
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
19785
19791
|
}
|
|
19786
|
-
]
|
|
19787
|
-
"category": "reactions",
|
|
19788
|
-
"subcategory": null
|
|
19792
|
+
]
|
|
19789
19793
|
},
|
|
19790
19794
|
"x-octokit": {}
|
|
19791
19795
|
},
|
|
@@ -19860,15 +19864,14 @@
|
|
|
19860
19864
|
"x-github": {
|
|
19861
19865
|
"githubCloudOnly": false,
|
|
19862
19866
|
"enabledForGitHubApps": true,
|
|
19867
|
+
"category": "reactions",
|
|
19863
19868
|
"previews": [
|
|
19864
19869
|
{
|
|
19865
19870
|
"required": true,
|
|
19866
19871
|
"name": "squirrel-girl",
|
|
19867
19872
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
19868
19873
|
}
|
|
19869
|
-
]
|
|
19870
|
-
"category": "reactions",
|
|
19871
|
-
"subcategory": null
|
|
19874
|
+
]
|
|
19872
19875
|
},
|
|
19873
19876
|
"x-octokit": {}
|
|
19874
19877
|
}
|
|
@@ -19893,15 +19896,14 @@
|
|
|
19893
19896
|
"x-github": {
|
|
19894
19897
|
"githubCloudOnly": false,
|
|
19895
19898
|
"enabledForGitHubApps": true,
|
|
19899
|
+
"category": "reactions",
|
|
19896
19900
|
"previews": [
|
|
19897
19901
|
{
|
|
19898
19902
|
"required": true,
|
|
19899
19903
|
"name": "squirrel-girl",
|
|
19900
19904
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
19901
19905
|
}
|
|
19902
|
-
]
|
|
19903
|
-
"category": "reactions",
|
|
19904
|
-
"subcategory": null
|
|
19906
|
+
]
|
|
19905
19907
|
},
|
|
19906
19908
|
"x-octokit": {}
|
|
19907
19909
|
}
|
|
@@ -20071,15 +20073,15 @@
|
|
|
20071
20073
|
"x-github": {
|
|
20072
20074
|
"githubCloudOnly": false,
|
|
20073
20075
|
"enabledForGitHubApps": true,
|
|
20076
|
+
"category": "repos",
|
|
20077
|
+
"subcategory": "comments",
|
|
20074
20078
|
"previews": [
|
|
20075
20079
|
{
|
|
20076
20080
|
"required": false,
|
|
20077
20081
|
"name": "squirrel-girl",
|
|
20078
20082
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
20079
20083
|
}
|
|
20080
|
-
]
|
|
20081
|
-
"category": "repos",
|
|
20082
|
-
"subcategory": "comments"
|
|
20084
|
+
]
|
|
20083
20085
|
},
|
|
20084
20086
|
"x-octokit": {}
|
|
20085
20087
|
},
|
|
@@ -21125,15 +21127,15 @@
|
|
|
21125
21127
|
"x-github": {
|
|
21126
21128
|
"githubCloudOnly": false,
|
|
21127
21129
|
"enabledForGitHubApps": true,
|
|
21130
|
+
"category": "repos",
|
|
21131
|
+
"subcategory": "deployments",
|
|
21128
21132
|
"previews": [
|
|
21129
21133
|
{
|
|
21130
21134
|
"required": false,
|
|
21131
21135
|
"name": "ant-man",
|
|
21132
21136
|
"note": "The `inactive` state and the `log_url`, `environment_url`, and `auto_inactive` parameters are currently available for developers to preview. Please see the [blog post](https://developer.github.com/changes/2016-04-06-deployment-and-deployment-status-enhancements) for full details.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
|
|
21133
21137
|
}
|
|
21134
|
-
]
|
|
21135
|
-
"category": "repos",
|
|
21136
|
-
"subcategory": "deployments"
|
|
21138
|
+
]
|
|
21137
21139
|
},
|
|
21138
21140
|
"x-octokit": {}
|
|
21139
21141
|
},
|
|
@@ -21272,15 +21274,15 @@
|
|
|
21272
21274
|
"x-github": {
|
|
21273
21275
|
"githubCloudOnly": false,
|
|
21274
21276
|
"enabledForGitHubApps": true,
|
|
21277
|
+
"category": "repos",
|
|
21278
|
+
"subcategory": "deployments",
|
|
21275
21279
|
"previews": [
|
|
21276
21280
|
{
|
|
21277
21281
|
"required": false,
|
|
21278
21282
|
"name": "ant-man",
|
|
21279
21283
|
"note": "The `inactive` state and the `log_url`, `environment_url`, and `auto_inactive` parameters are currently available for developers to preview. Please see the [blog post](https://developer.github.com/changes/2016-04-06-deployment-and-deployment-status-enhancements) for full details.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
|
|
21280
21284
|
}
|
|
21281
|
-
]
|
|
21282
|
-
"category": "repos",
|
|
21283
|
-
"subcategory": "deployments"
|
|
21285
|
+
]
|
|
21284
21286
|
},
|
|
21285
21287
|
"x-octokit": {}
|
|
21286
21288
|
}
|
|
@@ -21317,15 +21319,20 @@
|
|
|
21317
21319
|
"x-github": {
|
|
21318
21320
|
"githubCloudOnly": false,
|
|
21319
21321
|
"enabledForGitHubApps": true,
|
|
21322
|
+
"category": "repos",
|
|
21323
|
+
"subcategory": "deployments",
|
|
21320
21324
|
"previews": [
|
|
21325
|
+
{
|
|
21326
|
+
"required": false,
|
|
21327
|
+
"name": "flash",
|
|
21328
|
+
"note": "New features in the Deployments API on GitHub are currently available during a public beta. Please see the [blog post](https://developer.github.com/changes/2018-10-16-deployments-environments-states-and-auto-inactive-updates/) for full details.\n\nTo access the new `environment` parameter, the two new values for the `state` parameter (`in_progress` and `queued`), and use `auto_inactive` on production deployments during the public beta period, you must provide the following custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.flash-preview+json\n```"
|
|
21329
|
+
},
|
|
21321
21330
|
{
|
|
21322
21331
|
"required": false,
|
|
21323
21332
|
"name": "ant-man",
|
|
21324
21333
|
"note": "The `inactive` state and the `log_url`, `environment_url`, and `auto_inactive` parameters are currently available for developers to preview. Please see the [blog post](https://developer.github.com/changes/2016-04-06-deployment-and-deployment-status-enhancements) for full details.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
|
|
21325
21334
|
}
|
|
21326
|
-
]
|
|
21327
|
-
"category": "repos",
|
|
21328
|
-
"subcategory": "deployments"
|
|
21335
|
+
]
|
|
21329
21336
|
},
|
|
21330
21337
|
"x-octokit": {}
|
|
21331
21338
|
},
|
|
@@ -21398,6 +21405,8 @@
|
|
|
21398
21405
|
"x-github": {
|
|
21399
21406
|
"githubCloudOnly": false,
|
|
21400
21407
|
"enabledForGitHubApps": true,
|
|
21408
|
+
"category": "repos",
|
|
21409
|
+
"subcategory": "deployments",
|
|
21401
21410
|
"previews": [
|
|
21402
21411
|
{
|
|
21403
21412
|
"required": false,
|
|
@@ -21409,9 +21418,7 @@
|
|
|
21409
21418
|
"name": "ant-man",
|
|
21410
21419
|
"note": "The `inactive` state and the `log_url`, `environment_url`, and `auto_inactive` parameters are currently available for developers to preview. Please see the [blog post](https://developer.github.com/changes/2016-04-06-deployment-and-deployment-status-enhancements) for full details.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
|
|
21411
21420
|
}
|
|
21412
|
-
]
|
|
21413
|
-
"category": "repos",
|
|
21414
|
-
"subcategory": "deployments"
|
|
21421
|
+
]
|
|
21415
21422
|
},
|
|
21416
21423
|
"x-octokit": {}
|
|
21417
21424
|
},
|
|
@@ -21438,7 +21445,7 @@
|
|
|
21438
21445
|
"properties": {
|
|
21439
21446
|
"state": {
|
|
21440
21447
|
"type": "string",
|
|
21441
|
-
"description": "The state of the status. Can be one of `error`, `failure`, `inactive`, `in_progress`, `queued` `pending`, or `success`. **Note:** To use the `inactive` state, you must provide the [`application/vnd.github.ant-man-preview+json`](https://docs.github.com/enterprise-server@3.2/rest/overview/api-previews#enhanced-deployments) custom media type.
|
|
21448
|
+
"description": "The state of the status. Can be one of `error`, `failure`, `inactive`, `in_progress`, `queued` `pending`, or `success`. **Note:** To use the `inactive` state, you must provide the [`application/vnd.github.ant-man-preview+json`](https://docs.github.com/enterprise-server@3.2/rest/overview/api-previews#enhanced-deployments) custom media type. When you set a transient deployment to `inactive`, the deployment will be shown as `destroyed` in GitHub.",
|
|
21442
21449
|
"enum": [
|
|
21443
21450
|
"error",
|
|
21444
21451
|
"failure",
|
|
@@ -21466,7 +21473,7 @@
|
|
|
21466
21473
|
},
|
|
21467
21474
|
"environment": {
|
|
21468
21475
|
"type": "string",
|
|
21469
|
-
"description": "Name for the target deployment environment, which can be changed when setting a deploy status. For example, `production`, `staging`, or `qa`.
|
|
21476
|
+
"description": "Name for the target deployment environment, which can be changed when setting a deploy status. For example, `production`, `staging`, or `qa`.",
|
|
21470
21477
|
"enum": ["production", "staging", "qa"]
|
|
21471
21478
|
},
|
|
21472
21479
|
"environment_url": {
|
|
@@ -21476,7 +21483,7 @@
|
|
|
21476
21483
|
},
|
|
21477
21484
|
"auto_inactive": {
|
|
21478
21485
|
"type": "boolean",
|
|
21479
|
-
"description": "Adds a new `inactive` status to all prior non-transient, non-production environment deployments with the same repository and `environment` name as the created status's deployment. An `inactive` status is only added to deployments that had a `success` state. Default: `true`
|
|
21486
|
+
"description": "Adds a new `inactive` status to all prior non-transient, non-production environment deployments with the same repository and `environment` name as the created status's deployment. An `inactive` status is only added to deployments that had a `success` state. Default: `true` \n**Note:** This parameter requires you to use the [`application/vnd.github.ant-man-preview+json`](https://docs.github.com/enterprise-server@3.2/rest/overview/api-previews#enhanced-deployments) custom media type."
|
|
21480
21487
|
}
|
|
21481
21488
|
},
|
|
21482
21489
|
"required": ["state"]
|
|
@@ -21515,6 +21522,8 @@
|
|
|
21515
21522
|
"x-github": {
|
|
21516
21523
|
"githubCloudOnly": false,
|
|
21517
21524
|
"enabledForGitHubApps": true,
|
|
21525
|
+
"category": "repos",
|
|
21526
|
+
"subcategory": "deployments",
|
|
21518
21527
|
"previews": [
|
|
21519
21528
|
{
|
|
21520
21529
|
"required": false,
|
|
@@ -21526,9 +21535,7 @@
|
|
|
21526
21535
|
"name": "ant-man",
|
|
21527
21536
|
"note": "The `inactive` state and the `log_url`, `environment_url`, and `auto_inactive` parameters are currently available for developers to preview. Please see the [blog post](https://developer.github.com/changes/2016-04-06-deployment-and-deployment-status-enhancements) for full details.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
|
|
21528
21537
|
}
|
|
21529
|
-
]
|
|
21530
|
-
"category": "repos",
|
|
21531
|
-
"subcategory": "deployments"
|
|
21538
|
+
]
|
|
21532
21539
|
},
|
|
21533
21540
|
"x-octokit": {}
|
|
21534
21541
|
}
|
|
@@ -21568,12 +21575,13 @@
|
|
|
21568
21575
|
}
|
|
21569
21576
|
}
|
|
21570
21577
|
},
|
|
21571
|
-
"404": { "$ref": "#/components/responses/not_found" }
|
|
21572
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" }
|
|
21578
|
+
"404": { "$ref": "#/components/responses/not_found" }
|
|
21573
21579
|
},
|
|
21574
21580
|
"x-github": {
|
|
21575
21581
|
"githubCloudOnly": false,
|
|
21576
21582
|
"enabledForGitHubApps": true,
|
|
21583
|
+
"category": "repos",
|
|
21584
|
+
"subcategory": "deployments",
|
|
21577
21585
|
"previews": [
|
|
21578
21586
|
{
|
|
21579
21587
|
"required": false,
|
|
@@ -21585,9 +21593,7 @@
|
|
|
21585
21593
|
"name": "ant-man",
|
|
21586
21594
|
"note": "The `inactive` state and the `log_url`, `environment_url`, and `auto_inactive` parameters are currently available for developers to preview. Please see the [blog post](https://developer.github.com/changes/2016-04-06-deployment-and-deployment-status-enhancements) for full details.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
|
|
21587
21595
|
}
|
|
21588
|
-
]
|
|
21589
|
-
"category": "repos",
|
|
21590
|
-
"subcategory": "deployments"
|
|
21596
|
+
]
|
|
21591
21597
|
},
|
|
21592
21598
|
"x-octokit": {}
|
|
21593
21599
|
}
|
|
@@ -23702,12 +23708,10 @@
|
|
|
23702
23708
|
"application/json": {
|
|
23703
23709
|
"schema": {
|
|
23704
23710
|
"type": "array",
|
|
23705
|
-
"items": { "$ref": "#/components/schemas/issue
|
|
23711
|
+
"items": { "$ref": "#/components/schemas/issue" }
|
|
23706
23712
|
},
|
|
23707
23713
|
"examples": {
|
|
23708
|
-
"default": {
|
|
23709
|
-
"$ref": "#/components/examples/issue-simple-items"
|
|
23710
|
-
}
|
|
23714
|
+
"default": { "$ref": "#/components/examples/issue-items" }
|
|
23711
23715
|
}
|
|
23712
23716
|
}
|
|
23713
23717
|
},
|
|
@@ -23720,15 +23724,19 @@
|
|
|
23720
23724
|
"x-github": {
|
|
23721
23725
|
"githubCloudOnly": false,
|
|
23722
23726
|
"enabledForGitHubApps": true,
|
|
23727
|
+
"category": "issues",
|
|
23723
23728
|
"previews": [
|
|
23729
|
+
{
|
|
23730
|
+
"required": false,
|
|
23731
|
+
"name": "machine-man",
|
|
23732
|
+
"note": "If an issue event is created via a GitHub App, the response will include the `performed_via_github_app` object with\tinformation about the GitHub App. For more information, see the [related blog\tpost](https://developer.github.com/changes/2016-09-14-Integrations-Early-Access).\nTo receive the `performed_via_github_app` object in the response, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.machine-man-preview\n```"
|
|
23733
|
+
},
|
|
23724
23734
|
{
|
|
23725
23735
|
"required": false,
|
|
23726
23736
|
"name": "squirrel-girl",
|
|
23727
23737
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
23728
23738
|
}
|
|
23729
|
-
]
|
|
23730
|
-
"category": "issues",
|
|
23731
|
-
"subcategory": null
|
|
23739
|
+
]
|
|
23732
23740
|
},
|
|
23733
23741
|
"x-octokit": {}
|
|
23734
23742
|
},
|
|
@@ -23898,15 +23906,15 @@
|
|
|
23898
23906
|
"x-github": {
|
|
23899
23907
|
"githubCloudOnly": false,
|
|
23900
23908
|
"enabledForGitHubApps": true,
|
|
23909
|
+
"category": "issues",
|
|
23910
|
+
"subcategory": "comments",
|
|
23901
23911
|
"previews": [
|
|
23902
23912
|
{
|
|
23903
23913
|
"required": false,
|
|
23904
23914
|
"name": "squirrel-girl",
|
|
23905
23915
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
23906
23916
|
}
|
|
23907
|
-
]
|
|
23908
|
-
"category": "issues",
|
|
23909
|
-
"subcategory": "comments"
|
|
23917
|
+
]
|
|
23910
23918
|
},
|
|
23911
23919
|
"x-octokit": {}
|
|
23912
23920
|
}
|
|
@@ -23943,15 +23951,20 @@
|
|
|
23943
23951
|
"x-github": {
|
|
23944
23952
|
"githubCloudOnly": false,
|
|
23945
23953
|
"enabledForGitHubApps": true,
|
|
23954
|
+
"category": "issues",
|
|
23955
|
+
"subcategory": "comments",
|
|
23946
23956
|
"previews": [
|
|
23957
|
+
{
|
|
23958
|
+
"required": false,
|
|
23959
|
+
"name": "machine-man",
|
|
23960
|
+
"note": "If an issue event is created via a GitHub App, the response will include the `performed_via_github_app` object with\tinformation about the GitHub App. For more information, see the [related blog\tpost](https://developer.github.com/changes/2016-09-14-Integrations-Early-Access).\nTo receive the `performed_via_github_app` object in the response, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.machine-man-preview\n```"
|
|
23961
|
+
},
|
|
23947
23962
|
{
|
|
23948
23963
|
"required": false,
|
|
23949
23964
|
"name": "squirrel-girl",
|
|
23950
23965
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
23951
23966
|
}
|
|
23952
|
-
]
|
|
23953
|
-
"category": "issues",
|
|
23954
|
-
"subcategory": "comments"
|
|
23967
|
+
]
|
|
23955
23968
|
},
|
|
23956
23969
|
"x-octokit": {}
|
|
23957
23970
|
},
|
|
@@ -24087,21 +24100,19 @@
|
|
|
24087
24100
|
},
|
|
24088
24101
|
"headers": { "Link": { "$ref": "#/components/headers/link" } }
|
|
24089
24102
|
},
|
|
24090
|
-
"404": { "$ref": "#/components/responses/not_found" }
|
|
24091
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" }
|
|
24103
|
+
"404": { "$ref": "#/components/responses/not_found" }
|
|
24092
24104
|
},
|
|
24093
24105
|
"x-github": {
|
|
24094
24106
|
"githubCloudOnly": false,
|
|
24095
24107
|
"enabledForGitHubApps": true,
|
|
24108
|
+
"category": "reactions",
|
|
24096
24109
|
"previews": [
|
|
24097
24110
|
{
|
|
24098
24111
|
"required": true,
|
|
24099
24112
|
"name": "squirrel-girl",
|
|
24100
24113
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
24101
24114
|
}
|
|
24102
|
-
]
|
|
24103
|
-
"category": "reactions",
|
|
24104
|
-
"subcategory": null
|
|
24115
|
+
]
|
|
24105
24116
|
},
|
|
24106
24117
|
"x-octokit": {}
|
|
24107
24118
|
},
|
|
@@ -24170,21 +24181,19 @@
|
|
|
24170
24181
|
}
|
|
24171
24182
|
}
|
|
24172
24183
|
},
|
|
24173
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" },
|
|
24174
24184
|
"422": { "$ref": "#/components/responses/validation_failed" }
|
|
24175
24185
|
},
|
|
24176
24186
|
"x-github": {
|
|
24177
24187
|
"githubCloudOnly": false,
|
|
24178
24188
|
"enabledForGitHubApps": true,
|
|
24189
|
+
"category": "reactions",
|
|
24179
24190
|
"previews": [
|
|
24180
24191
|
{
|
|
24181
24192
|
"required": true,
|
|
24182
24193
|
"name": "squirrel-girl",
|
|
24183
24194
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
24184
24195
|
}
|
|
24185
|
-
]
|
|
24186
|
-
"category": "reactions",
|
|
24187
|
-
"subcategory": null
|
|
24196
|
+
]
|
|
24188
24197
|
},
|
|
24189
24198
|
"x-octokit": {}
|
|
24190
24199
|
}
|
|
@@ -24209,15 +24218,14 @@
|
|
|
24209
24218
|
"x-github": {
|
|
24210
24219
|
"githubCloudOnly": false,
|
|
24211
24220
|
"enabledForGitHubApps": true,
|
|
24221
|
+
"category": "reactions",
|
|
24212
24222
|
"previews": [
|
|
24213
24223
|
{
|
|
24214
24224
|
"required": true,
|
|
24215
24225
|
"name": "squirrel-girl",
|
|
24216
24226
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
24217
24227
|
}
|
|
24218
|
-
]
|
|
24219
|
-
"category": "reactions",
|
|
24220
|
-
"subcategory": null
|
|
24228
|
+
]
|
|
24221
24229
|
},
|
|
24222
24230
|
"x-octokit": {}
|
|
24223
24231
|
}
|
|
@@ -24361,15 +24369,14 @@
|
|
|
24361
24369
|
"x-github": {
|
|
24362
24370
|
"githubCloudOnly": false,
|
|
24363
24371
|
"enabledForGitHubApps": true,
|
|
24372
|
+
"category": "issues",
|
|
24364
24373
|
"previews": [
|
|
24365
24374
|
{
|
|
24366
24375
|
"required": false,
|
|
24367
24376
|
"name": "squirrel-girl",
|
|
24368
24377
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
24369
24378
|
}
|
|
24370
|
-
]
|
|
24371
|
-
"category": "issues",
|
|
24372
|
-
"subcategory": null
|
|
24379
|
+
]
|
|
24373
24380
|
},
|
|
24374
24381
|
"x-octokit": {}
|
|
24375
24382
|
},
|
|
@@ -24528,9 +24535,9 @@
|
|
|
24528
24535
|
"description": "Response",
|
|
24529
24536
|
"content": {
|
|
24530
24537
|
"application/json": {
|
|
24531
|
-
"schema": { "$ref": "#/components/schemas/issue
|
|
24538
|
+
"schema": { "$ref": "#/components/schemas/issue" },
|
|
24532
24539
|
"examples": {
|
|
24533
|
-
"default": { "$ref": "#/components/examples/issue
|
|
24540
|
+
"default": { "$ref": "#/components/examples/issue" }
|
|
24534
24541
|
}
|
|
24535
24542
|
}
|
|
24536
24543
|
}
|
|
@@ -24581,9 +24588,9 @@
|
|
|
24581
24588
|
"description": "Response",
|
|
24582
24589
|
"content": {
|
|
24583
24590
|
"application/json": {
|
|
24584
|
-
"schema": { "$ref": "#/components/schemas/issue
|
|
24591
|
+
"schema": { "$ref": "#/components/schemas/issue" },
|
|
24585
24592
|
"examples": {
|
|
24586
|
-
"default": { "$ref": "#/components/examples/issue
|
|
24593
|
+
"default": { "$ref": "#/components/examples/issue" }
|
|
24587
24594
|
}
|
|
24588
24595
|
}
|
|
24589
24596
|
}
|
|
@@ -24641,15 +24648,15 @@
|
|
|
24641
24648
|
"x-github": {
|
|
24642
24649
|
"githubCloudOnly": false,
|
|
24643
24650
|
"enabledForGitHubApps": true,
|
|
24651
|
+
"category": "issues",
|
|
24652
|
+
"subcategory": "comments",
|
|
24644
24653
|
"previews": [
|
|
24645
24654
|
{
|
|
24646
24655
|
"required": false,
|
|
24647
24656
|
"name": "squirrel-girl",
|
|
24648
24657
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
24649
24658
|
}
|
|
24650
|
-
]
|
|
24651
|
-
"category": "issues",
|
|
24652
|
-
"subcategory": "comments"
|
|
24659
|
+
]
|
|
24653
24660
|
},
|
|
24654
24661
|
"x-octokit": {}
|
|
24655
24662
|
},
|
|
@@ -25179,21 +25186,19 @@
|
|
|
25179
25186
|
"headers": { "Link": { "$ref": "#/components/headers/link" } }
|
|
25180
25187
|
},
|
|
25181
25188
|
"404": { "$ref": "#/components/responses/not_found" },
|
|
25182
|
-
"410": { "$ref": "#/components/responses/gone" }
|
|
25183
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" }
|
|
25189
|
+
"410": { "$ref": "#/components/responses/gone" }
|
|
25184
25190
|
},
|
|
25185
25191
|
"x-github": {
|
|
25186
25192
|
"githubCloudOnly": false,
|
|
25187
25193
|
"enabledForGitHubApps": true,
|
|
25194
|
+
"category": "reactions",
|
|
25188
25195
|
"previews": [
|
|
25189
25196
|
{
|
|
25190
25197
|
"required": true,
|
|
25191
25198
|
"name": "squirrel-girl",
|
|
25192
25199
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
25193
25200
|
}
|
|
25194
|
-
]
|
|
25195
|
-
"category": "reactions",
|
|
25196
|
-
"subcategory": null
|
|
25201
|
+
]
|
|
25197
25202
|
},
|
|
25198
25203
|
"x-octokit": {}
|
|
25199
25204
|
},
|
|
@@ -25262,21 +25267,19 @@
|
|
|
25262
25267
|
}
|
|
25263
25268
|
}
|
|
25264
25269
|
},
|
|
25265
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" },
|
|
25266
25270
|
"422": { "$ref": "#/components/responses/validation_failed" }
|
|
25267
25271
|
},
|
|
25268
25272
|
"x-github": {
|
|
25269
25273
|
"githubCloudOnly": false,
|
|
25270
25274
|
"enabledForGitHubApps": false,
|
|
25275
|
+
"category": "reactions",
|
|
25271
25276
|
"previews": [
|
|
25272
25277
|
{
|
|
25273
25278
|
"required": true,
|
|
25274
25279
|
"name": "squirrel-girl",
|
|
25275
25280
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
25276
25281
|
}
|
|
25277
|
-
]
|
|
25278
|
-
"category": "reactions",
|
|
25279
|
-
"subcategory": null
|
|
25282
|
+
]
|
|
25280
25283
|
},
|
|
25281
25284
|
"x-octokit": {}
|
|
25282
25285
|
}
|
|
@@ -25301,15 +25304,14 @@
|
|
|
25301
25304
|
"x-github": {
|
|
25302
25305
|
"githubCloudOnly": false,
|
|
25303
25306
|
"enabledForGitHubApps": true,
|
|
25307
|
+
"category": "reactions",
|
|
25304
25308
|
"previews": [
|
|
25305
25309
|
{
|
|
25306
25310
|
"required": true,
|
|
25307
25311
|
"name": "squirrel-girl",
|
|
25308
25312
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
25309
25313
|
}
|
|
25310
|
-
]
|
|
25311
|
-
"category": "reactions",
|
|
25312
|
-
"subcategory": null
|
|
25314
|
+
]
|
|
25313
25315
|
},
|
|
25314
25316
|
"x-octokit": {}
|
|
25315
25317
|
}
|
|
@@ -27389,11 +27391,6 @@
|
|
|
27389
27391
|
"githubCloudOnly": false,
|
|
27390
27392
|
"enabledForGitHubApps": true,
|
|
27391
27393
|
"previews": [
|
|
27392
|
-
{
|
|
27393
|
-
"required": false,
|
|
27394
|
-
"name": "comfort-fade",
|
|
27395
|
-
"note": "Multi-line comments in a pull request diff is currently available for developers to preview. During the preview period, these response fields may change without advance notice. See the [blog post](https://developer.github.com/changes/2019-10-03-multi-line-comments) for more information.\n\nTo create multi-line comments or see multi-line comments with the new supported fields during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.comfort-fade-preview+json\n```\n\nTo show multi-line comment-supported fields in the response, use the `comfort-fade` preview header and the `line` parameter.\n\nIf you use the `comfort-fade` preview header, your response will show:\n\n* For multi-line comments, values for `start_line`, `original_start_line`, `start_side`, `line`, `original_line`, and `side`.\n* For single-line comments, values for `line`, `original_line`, and `side` and a `null` value for `start_line`, `original_start_line`, and `start_side`.\n\nIf you don't use the `comfort-fade` preview header, multi-line and single-line comments will appear the same way in the response with a single `position` attribute. Your response will show:\n\n* For multi-line comments, the last line of the comment range for the `position` attribute.\n* For single-line comments, the diff-positioned way of referencing comments for the `position` attribute."
|
|
27396
|
-
},
|
|
27397
27394
|
{
|
|
27398
27395
|
"required": false,
|
|
27399
27396
|
"name": "squirrel-girl",
|
|
@@ -27443,11 +27440,6 @@
|
|
|
27443
27440
|
"githubCloudOnly": false,
|
|
27444
27441
|
"enabledForGitHubApps": true,
|
|
27445
27442
|
"previews": [
|
|
27446
|
-
{
|
|
27447
|
-
"required": false,
|
|
27448
|
-
"name": "comfort-fade",
|
|
27449
|
-
"note": "Multi-line comments in a pull request diff is currently available for developers to preview. During the preview period, these response fields may change without advance notice. See the [blog post](https://developer.github.com/changes/2019-10-03-multi-line-comments) for more information.\n\nTo create multi-line comments or see multi-line comments with the new supported fields during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.comfort-fade-preview+json\n```\n\nTo show multi-line comment-supported fields in the response, use the `comfort-fade` preview header and the `line` parameter.\n\nIf you use the `comfort-fade` preview header, your response will show:\n\n* For multi-line comments, values for `start_line`, `original_start_line`, `start_side`, `line`, `original_line`, and `side`.\n* For single-line comments, values for `line`, `original_line`, and `side` and a `null` value for `start_line`, `original_start_line`, and `start_side`.\n\nIf you don't use the `comfort-fade` preview header, multi-line and single-line comments will appear the same way in the response with a single `position` attribute. Your response will show:\n\n* For multi-line comments, the last line of the comment range for the `position` attribute.\n* For single-line comments, the diff-positioned way of referencing comments for the `position` attribute."
|
|
27450
|
-
},
|
|
27451
27443
|
{
|
|
27452
27444
|
"required": false,
|
|
27453
27445
|
"name": "squirrel-girl",
|
|
@@ -27603,21 +27595,19 @@
|
|
|
27603
27595
|
},
|
|
27604
27596
|
"headers": { "Link": { "$ref": "#/components/headers/link" } }
|
|
27605
27597
|
},
|
|
27606
|
-
"404": { "$ref": "#/components/responses/not_found" }
|
|
27607
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" }
|
|
27598
|
+
"404": { "$ref": "#/components/responses/not_found" }
|
|
27608
27599
|
},
|
|
27609
27600
|
"x-github": {
|
|
27610
27601
|
"githubCloudOnly": false,
|
|
27611
27602
|
"enabledForGitHubApps": true,
|
|
27603
|
+
"category": "reactions",
|
|
27612
27604
|
"previews": [
|
|
27613
27605
|
{
|
|
27614
27606
|
"required": true,
|
|
27615
27607
|
"name": "squirrel-girl",
|
|
27616
27608
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
27617
27609
|
}
|
|
27618
|
-
]
|
|
27619
|
-
"category": "reactions",
|
|
27620
|
-
"subcategory": null
|
|
27610
|
+
]
|
|
27621
27611
|
},
|
|
27622
27612
|
"x-octokit": {}
|
|
27623
27613
|
},
|
|
@@ -27686,21 +27676,19 @@
|
|
|
27686
27676
|
}
|
|
27687
27677
|
}
|
|
27688
27678
|
},
|
|
27689
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" },
|
|
27690
27679
|
"422": { "$ref": "#/components/responses/validation_failed" }
|
|
27691
27680
|
},
|
|
27692
27681
|
"x-github": {
|
|
27693
27682
|
"githubCloudOnly": false,
|
|
27694
27683
|
"enabledForGitHubApps": true,
|
|
27684
|
+
"category": "reactions",
|
|
27695
27685
|
"previews": [
|
|
27696
27686
|
{
|
|
27697
27687
|
"required": true,
|
|
27698
27688
|
"name": "squirrel-girl",
|
|
27699
27689
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
27700
27690
|
}
|
|
27701
|
-
]
|
|
27702
|
-
"category": "reactions",
|
|
27703
|
-
"subcategory": null
|
|
27691
|
+
]
|
|
27704
27692
|
},
|
|
27705
27693
|
"x-octokit": {}
|
|
27706
27694
|
}
|
|
@@ -27725,15 +27713,14 @@
|
|
|
27725
27713
|
"x-github": {
|
|
27726
27714
|
"githubCloudOnly": false,
|
|
27727
27715
|
"enabledForGitHubApps": true,
|
|
27716
|
+
"category": "reactions",
|
|
27728
27717
|
"previews": [
|
|
27729
27718
|
{
|
|
27730
27719
|
"required": true,
|
|
27731
27720
|
"name": "squirrel-girl",
|
|
27732
27721
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
27733
27722
|
}
|
|
27734
|
-
]
|
|
27735
|
-
"category": "reactions",
|
|
27736
|
-
"subcategory": null
|
|
27723
|
+
]
|
|
27737
27724
|
},
|
|
27738
27725
|
"x-octokit": {}
|
|
27739
27726
|
}
|
|
@@ -27906,11 +27893,6 @@
|
|
|
27906
27893
|
"githubCloudOnly": false,
|
|
27907
27894
|
"enabledForGitHubApps": true,
|
|
27908
27895
|
"previews": [
|
|
27909
|
-
{
|
|
27910
|
-
"required": false,
|
|
27911
|
-
"name": "comfort-fade",
|
|
27912
|
-
"note": "Multi-line comments in a pull request diff is currently available for developers to preview. During the preview period, these response fields may change without advance notice. See the [blog post](https://developer.github.com/changes/2019-10-03-multi-line-comments) for more information.\n\nTo create multi-line comments or see multi-line comments with the new supported fields during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.comfort-fade-preview+json\n```\n\nTo show multi-line comment-supported fields in the response, use the `comfort-fade` preview header and the `line` parameter.\n\nIf you use the `comfort-fade` preview header, your response will show:\n\n* For multi-line comments, values for `start_line`, `original_start_line`, `start_side`, `line`, `original_line`, and `side`.\n* For single-line comments, values for `line`, `original_line`, and `side` and a `null` value for `start_line`, `original_start_line`, and `start_side`.\n\nIf you don't use the `comfort-fade` preview header, multi-line and single-line comments will appear the same way in the response with a single `position` attribute. Your response will show:\n\n* For multi-line comments, the last line of the comment range for the `position` attribute.\n* For single-line comments, the diff-positioned way of referencing comments for the `position` attribute."
|
|
27913
|
-
},
|
|
27914
27896
|
{
|
|
27915
27897
|
"required": false,
|
|
27916
27898
|
"name": "squirrel-girl",
|
|
@@ -29320,9 +29302,7 @@
|
|
|
29320
29302
|
"category": "repos",
|
|
29321
29303
|
"subcategory": "releases"
|
|
29322
29304
|
},
|
|
29323
|
-
"x-octokit": {
|
|
29324
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
29325
|
-
}
|
|
29305
|
+
"x-octokit": {}
|
|
29326
29306
|
}
|
|
29327
29307
|
},
|
|
29328
29308
|
"/repos/{owner}/{repo}/releases/assets/{asset_id}": {
|
|
@@ -29651,9 +29631,7 @@
|
|
|
29651
29631
|
"category": "repos",
|
|
29652
29632
|
"subcategory": "releases"
|
|
29653
29633
|
},
|
|
29654
|
-
"x-octokit": {
|
|
29655
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
29656
|
-
}
|
|
29634
|
+
"x-octokit": {}
|
|
29657
29635
|
},
|
|
29658
29636
|
"delete": {
|
|
29659
29637
|
"summary": "Delete a release",
|
|
@@ -29846,21 +29824,19 @@
|
|
|
29846
29824
|
}
|
|
29847
29825
|
}
|
|
29848
29826
|
},
|
|
29849
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" },
|
|
29850
29827
|
"422": { "$ref": "#/components/responses/validation_failed" }
|
|
29851
29828
|
},
|
|
29852
29829
|
"x-github": {
|
|
29853
29830
|
"githubCloudOnly": false,
|
|
29854
29831
|
"enabledForGitHubApps": true,
|
|
29832
|
+
"category": "reactions",
|
|
29855
29833
|
"previews": [
|
|
29856
29834
|
{
|
|
29857
29835
|
"required": true,
|
|
29858
29836
|
"name": "squirrel-girl",
|
|
29859
29837
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
29860
29838
|
}
|
|
29861
|
-
]
|
|
29862
|
-
"category": "reactions",
|
|
29863
|
-
"subcategory": null
|
|
29839
|
+
]
|
|
29864
29840
|
},
|
|
29865
29841
|
"x-octokit": {}
|
|
29866
29842
|
}
|
|
@@ -31176,6 +31152,7 @@
|
|
|
31176
31152
|
{ "$ref": "#/components/parameters/secret-name" }
|
|
31177
31153
|
],
|
|
31178
31154
|
"requestBody": {
|
|
31155
|
+
"required": true,
|
|
31179
31156
|
"content": {
|
|
31180
31157
|
"application/json": {
|
|
31181
31158
|
"schema": {
|
|
@@ -31190,7 +31167,8 @@
|
|
|
31190
31167
|
"type": "string",
|
|
31191
31168
|
"description": "ID of the key you used to encrypt the secret."
|
|
31192
31169
|
}
|
|
31193
|
-
}
|
|
31170
|
+
},
|
|
31171
|
+
"required": ["encrypted_value", "key_id"]
|
|
31194
31172
|
},
|
|
31195
31173
|
"example": {
|
|
31196
31174
|
"encrypted_value": "c2VjcmV0",
|
|
@@ -32418,17 +32396,17 @@
|
|
|
32418
32396
|
"x-github": {
|
|
32419
32397
|
"githubCloudOnly": false,
|
|
32420
32398
|
"enabledForGitHubApps": true,
|
|
32399
|
+
"removalDate": "2021-02-01",
|
|
32400
|
+
"deprecationDate": "2020-01-21",
|
|
32401
|
+
"category": "teams",
|
|
32402
|
+
"subcategory": "discussions",
|
|
32421
32403
|
"previews": [
|
|
32422
32404
|
{
|
|
32423
32405
|
"required": false,
|
|
32424
32406
|
"name": "squirrel-girl",
|
|
32425
32407
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
32426
32408
|
}
|
|
32427
|
-
]
|
|
32428
|
-
"removalDate": "2021-02-01",
|
|
32429
|
-
"deprecationDate": "2020-01-21",
|
|
32430
|
-
"category": "teams",
|
|
32431
|
-
"subcategory": "discussions"
|
|
32409
|
+
]
|
|
32432
32410
|
},
|
|
32433
32411
|
"deprecated": true,
|
|
32434
32412
|
"x-octokit": {}
|
|
@@ -32490,17 +32468,17 @@
|
|
|
32490
32468
|
"triggersNotification": true,
|
|
32491
32469
|
"githubCloudOnly": false,
|
|
32492
32470
|
"enabledForGitHubApps": true,
|
|
32471
|
+
"removalDate": "2021-02-01",
|
|
32472
|
+
"deprecationDate": "2020-01-21",
|
|
32473
|
+
"category": "teams",
|
|
32474
|
+
"subcategory": "discussions",
|
|
32493
32475
|
"previews": [
|
|
32494
32476
|
{
|
|
32495
32477
|
"required": false,
|
|
32496
32478
|
"name": "squirrel-girl",
|
|
32497
32479
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
32498
32480
|
}
|
|
32499
|
-
]
|
|
32500
|
-
"removalDate": "2021-02-01",
|
|
32501
|
-
"deprecationDate": "2020-01-21",
|
|
32502
|
-
"category": "teams",
|
|
32503
|
-
"subcategory": "discussions"
|
|
32481
|
+
]
|
|
32504
32482
|
},
|
|
32505
32483
|
"deprecated": true,
|
|
32506
32484
|
"x-octokit": {}
|
|
@@ -32536,17 +32514,17 @@
|
|
|
32536
32514
|
"x-github": {
|
|
32537
32515
|
"githubCloudOnly": false,
|
|
32538
32516
|
"enabledForGitHubApps": true,
|
|
32517
|
+
"removalDate": "2021-02-01",
|
|
32518
|
+
"deprecationDate": "2020-01-21",
|
|
32519
|
+
"category": "teams",
|
|
32520
|
+
"subcategory": "discussions",
|
|
32539
32521
|
"previews": [
|
|
32540
32522
|
{
|
|
32541
32523
|
"required": false,
|
|
32542
32524
|
"name": "squirrel-girl",
|
|
32543
32525
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
32544
32526
|
}
|
|
32545
|
-
]
|
|
32546
|
-
"removalDate": "2021-02-01",
|
|
32547
|
-
"deprecationDate": "2020-01-21",
|
|
32548
|
-
"category": "teams",
|
|
32549
|
-
"subcategory": "discussions"
|
|
32527
|
+
]
|
|
32550
32528
|
},
|
|
32551
32529
|
"deprecated": true,
|
|
32552
32530
|
"x-octokit": {}
|
|
@@ -32602,17 +32580,17 @@
|
|
|
32602
32580
|
"x-github": {
|
|
32603
32581
|
"githubCloudOnly": false,
|
|
32604
32582
|
"enabledForGitHubApps": true,
|
|
32583
|
+
"removalDate": "2021-02-01",
|
|
32584
|
+
"deprecationDate": "2020-01-21",
|
|
32585
|
+
"category": "teams",
|
|
32586
|
+
"subcategory": "discussions",
|
|
32605
32587
|
"previews": [
|
|
32606
32588
|
{
|
|
32607
32589
|
"required": false,
|
|
32608
32590
|
"name": "squirrel-girl",
|
|
32609
32591
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
32610
32592
|
}
|
|
32611
|
-
]
|
|
32612
|
-
"removalDate": "2021-02-01",
|
|
32613
|
-
"deprecationDate": "2020-01-21",
|
|
32614
|
-
"category": "teams",
|
|
32615
|
-
"subcategory": "discussions"
|
|
32593
|
+
]
|
|
32616
32594
|
},
|
|
32617
32595
|
"deprecated": true,
|
|
32618
32596
|
"x-octokit": {}
|
|
@@ -32685,17 +32663,17 @@
|
|
|
32685
32663
|
"x-github": {
|
|
32686
32664
|
"githubCloudOnly": false,
|
|
32687
32665
|
"enabledForGitHubApps": true,
|
|
32666
|
+
"removalDate": "2021-02-01",
|
|
32667
|
+
"deprecationDate": "2020-01-21",
|
|
32668
|
+
"category": "teams",
|
|
32669
|
+
"subcategory": "discussion-comments",
|
|
32688
32670
|
"previews": [
|
|
32689
32671
|
{
|
|
32690
32672
|
"required": false,
|
|
32691
32673
|
"name": "squirrel-girl",
|
|
32692
32674
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
32693
32675
|
}
|
|
32694
|
-
]
|
|
32695
|
-
"removalDate": "2021-02-01",
|
|
32696
|
-
"deprecationDate": "2020-01-21",
|
|
32697
|
-
"category": "teams",
|
|
32698
|
-
"subcategory": "discussion-comments"
|
|
32676
|
+
]
|
|
32699
32677
|
},
|
|
32700
32678
|
"deprecated": true,
|
|
32701
32679
|
"x-octokit": {}
|
|
@@ -32752,17 +32730,17 @@
|
|
|
32752
32730
|
"triggersNotification": true,
|
|
32753
32731
|
"githubCloudOnly": false,
|
|
32754
32732
|
"enabledForGitHubApps": true,
|
|
32733
|
+
"removalDate": "2021-02-01",
|
|
32734
|
+
"deprecationDate": "2020-01-21",
|
|
32735
|
+
"category": "teams",
|
|
32736
|
+
"subcategory": "discussion-comments",
|
|
32755
32737
|
"previews": [
|
|
32756
32738
|
{
|
|
32757
32739
|
"required": false,
|
|
32758
32740
|
"name": "squirrel-girl",
|
|
32759
32741
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
32760
32742
|
}
|
|
32761
|
-
]
|
|
32762
|
-
"removalDate": "2021-02-01",
|
|
32763
|
-
"deprecationDate": "2020-01-21",
|
|
32764
|
-
"category": "teams",
|
|
32765
|
-
"subcategory": "discussion-comments"
|
|
32743
|
+
]
|
|
32766
32744
|
},
|
|
32767
32745
|
"deprecated": true,
|
|
32768
32746
|
"x-octokit": {}
|
|
@@ -32803,17 +32781,17 @@
|
|
|
32803
32781
|
"x-github": {
|
|
32804
32782
|
"githubCloudOnly": false,
|
|
32805
32783
|
"enabledForGitHubApps": true,
|
|
32784
|
+
"removalDate": "2021-02-01",
|
|
32785
|
+
"deprecationDate": "2020-01-21",
|
|
32786
|
+
"category": "teams",
|
|
32787
|
+
"subcategory": "discussion-comments",
|
|
32806
32788
|
"previews": [
|
|
32807
32789
|
{
|
|
32808
32790
|
"required": false,
|
|
32809
32791
|
"name": "squirrel-girl",
|
|
32810
32792
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
32811
32793
|
}
|
|
32812
|
-
]
|
|
32813
|
-
"removalDate": "2021-02-01",
|
|
32814
|
-
"deprecationDate": "2020-01-21",
|
|
32815
|
-
"category": "teams",
|
|
32816
|
-
"subcategory": "discussion-comments"
|
|
32794
|
+
]
|
|
32817
32795
|
},
|
|
32818
32796
|
"deprecated": true,
|
|
32819
32797
|
"x-octokit": {}
|
|
@@ -32870,17 +32848,17 @@
|
|
|
32870
32848
|
"x-github": {
|
|
32871
32849
|
"githubCloudOnly": false,
|
|
32872
32850
|
"enabledForGitHubApps": true,
|
|
32851
|
+
"removalDate": "2021-02-01",
|
|
32852
|
+
"deprecationDate": "2020-01-21",
|
|
32853
|
+
"category": "teams",
|
|
32854
|
+
"subcategory": "discussion-comments",
|
|
32873
32855
|
"previews": [
|
|
32874
32856
|
{
|
|
32875
32857
|
"required": false,
|
|
32876
32858
|
"name": "squirrel-girl",
|
|
32877
32859
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
32878
32860
|
}
|
|
32879
|
-
]
|
|
32880
|
-
"removalDate": "2021-02-01",
|
|
32881
|
-
"deprecationDate": "2020-01-21",
|
|
32882
|
-
"category": "teams",
|
|
32883
|
-
"subcategory": "discussion-comments"
|
|
32861
|
+
]
|
|
32884
32862
|
},
|
|
32885
32863
|
"deprecated": true,
|
|
32886
32864
|
"x-octokit": {}
|
|
@@ -32969,17 +32947,16 @@
|
|
|
32969
32947
|
"x-github": {
|
|
32970
32948
|
"githubCloudOnly": false,
|
|
32971
32949
|
"enabledForGitHubApps": true,
|
|
32950
|
+
"removalDate": "2021-02-21",
|
|
32951
|
+
"deprecationDate": "2020-02-26",
|
|
32952
|
+
"category": "reactions",
|
|
32972
32953
|
"previews": [
|
|
32973
32954
|
{
|
|
32974
32955
|
"required": true,
|
|
32975
32956
|
"name": "squirrel-girl",
|
|
32976
32957
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
32977
32958
|
}
|
|
32978
|
-
]
|
|
32979
|
-
"removalDate": "2021-02-21",
|
|
32980
|
-
"deprecationDate": "2020-02-26",
|
|
32981
|
-
"category": "reactions",
|
|
32982
|
-
"subcategory": null
|
|
32959
|
+
]
|
|
32983
32960
|
},
|
|
32984
32961
|
"deprecated": true,
|
|
32985
32962
|
"x-octokit": {}
|
|
@@ -33042,17 +33019,16 @@
|
|
|
33042
33019
|
"x-github": {
|
|
33043
33020
|
"githubCloudOnly": false,
|
|
33044
33021
|
"enabledForGitHubApps": true,
|
|
33022
|
+
"removalDate": "2021-02-21",
|
|
33023
|
+
"deprecationDate": "2020-02-26",
|
|
33024
|
+
"category": "reactions",
|
|
33045
33025
|
"previews": [
|
|
33046
33026
|
{
|
|
33047
33027
|
"required": true,
|
|
33048
33028
|
"name": "squirrel-girl",
|
|
33049
33029
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
33050
33030
|
}
|
|
33051
|
-
]
|
|
33052
|
-
"removalDate": "2021-02-21",
|
|
33053
|
-
"deprecationDate": "2020-02-26",
|
|
33054
|
-
"category": "reactions",
|
|
33055
|
-
"subcategory": null
|
|
33031
|
+
]
|
|
33056
33032
|
},
|
|
33057
33033
|
"deprecated": true,
|
|
33058
33034
|
"x-octokit": {}
|
|
@@ -33113,17 +33089,16 @@
|
|
|
33113
33089
|
"x-github": {
|
|
33114
33090
|
"githubCloudOnly": false,
|
|
33115
33091
|
"enabledForGitHubApps": true,
|
|
33092
|
+
"removalDate": "2021-02-21",
|
|
33093
|
+
"deprecationDate": "2020-02-26",
|
|
33094
|
+
"category": "reactions",
|
|
33116
33095
|
"previews": [
|
|
33117
33096
|
{
|
|
33118
33097
|
"required": true,
|
|
33119
33098
|
"name": "squirrel-girl",
|
|
33120
33099
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
33121
33100
|
}
|
|
33122
|
-
]
|
|
33123
|
-
"removalDate": "2021-02-21",
|
|
33124
|
-
"deprecationDate": "2020-02-26",
|
|
33125
|
-
"category": "reactions",
|
|
33126
|
-
"subcategory": null
|
|
33101
|
+
]
|
|
33127
33102
|
},
|
|
33128
33103
|
"deprecated": true,
|
|
33129
33104
|
"x-octokit": {}
|
|
@@ -33185,17 +33160,16 @@
|
|
|
33185
33160
|
"x-github": {
|
|
33186
33161
|
"githubCloudOnly": false,
|
|
33187
33162
|
"enabledForGitHubApps": false,
|
|
33163
|
+
"removalDate": "2021-02-21",
|
|
33164
|
+
"deprecationDate": "2020-02-26",
|
|
33165
|
+
"category": "reactions",
|
|
33188
33166
|
"previews": [
|
|
33189
33167
|
{
|
|
33190
33168
|
"required": true,
|
|
33191
33169
|
"name": "squirrel-girl",
|
|
33192
33170
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
33193
33171
|
}
|
|
33194
|
-
]
|
|
33195
|
-
"removalDate": "2021-02-21",
|
|
33196
|
-
"deprecationDate": "2020-02-26",
|
|
33197
|
-
"category": "reactions",
|
|
33198
|
-
"subcategory": null
|
|
33172
|
+
]
|
|
33199
33173
|
},
|
|
33200
33174
|
"deprecated": true,
|
|
33201
33175
|
"x-octokit": {}
|
|
@@ -34820,15 +34794,19 @@
|
|
|
34820
34794
|
"x-github": {
|
|
34821
34795
|
"githubCloudOnly": false,
|
|
34822
34796
|
"enabledForGitHubApps": false,
|
|
34797
|
+
"category": "issues",
|
|
34823
34798
|
"previews": [
|
|
34799
|
+
{
|
|
34800
|
+
"required": false,
|
|
34801
|
+
"name": "machine-man",
|
|
34802
|
+
"note": "If an issue event is created via a GitHub App, the response will include the `performed_via_github_app` object with\tinformation about the GitHub App. For more information, see the [related blog\tpost](https://developer.github.com/changes/2016-09-14-Integrations-Early-Access).\nTo receive the `performed_via_github_app` object in the response, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.machine-man-preview\n```"
|
|
34803
|
+
},
|
|
34824
34804
|
{
|
|
34825
34805
|
"required": false,
|
|
34826
34806
|
"name": "squirrel-girl",
|
|
34827
34807
|
"note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/enterprise-server@3.2/rest/reference/reactions) reactions."
|
|
34828
34808
|
}
|
|
34829
|
-
]
|
|
34830
|
-
"category": "issues",
|
|
34831
|
-
"subcategory": null
|
|
34809
|
+
]
|
|
34832
34810
|
},
|
|
34833
34811
|
"x-octokit": {}
|
|
34834
34812
|
}
|
|
@@ -37107,6 +37085,54 @@
|
|
|
37107
37085
|
"x-octokit": {}
|
|
37108
37086
|
}
|
|
37109
37087
|
},
|
|
37088
|
+
"/repos/{owner}/{repo}/community/code_of_conduct": {
|
|
37089
|
+
"get": {
|
|
37090
|
+
"summary": "Get the code of conduct for a repository",
|
|
37091
|
+
"description": "Returns the contents of the repository's code of conduct file, if one is detected.\n\nA code of conduct is detected if there is a file named `CODE_OF_CONDUCT` in the root directory of the repository. GitHub detects which code of conduct it is using fuzzy matching.",
|
|
37092
|
+
"tags": ["codes-of-conduct"],
|
|
37093
|
+
"operationId": "codes-of-conduct/get-for-repo",
|
|
37094
|
+
"externalDocs": {
|
|
37095
|
+
"description": "API method documentation",
|
|
37096
|
+
"url": "https://docs.github.com/rest/reference/codes-of-conduct#get-the-code-of-conduct-for-a-repository"
|
|
37097
|
+
},
|
|
37098
|
+
"parameters": [
|
|
37099
|
+
{ "$ref": "#/components/parameters/owner" },
|
|
37100
|
+
{ "$ref": "#/components/parameters/repo" }
|
|
37101
|
+
],
|
|
37102
|
+
"responses": {
|
|
37103
|
+
"200": {
|
|
37104
|
+
"description": "Response",
|
|
37105
|
+
"content": {
|
|
37106
|
+
"application/json": {
|
|
37107
|
+
"schema": { "$ref": "#/components/schemas/code-of-conduct" },
|
|
37108
|
+
"examples": {
|
|
37109
|
+
"default": {
|
|
37110
|
+
"$ref": "#/components/examples/code-of-conduct-2"
|
|
37111
|
+
}
|
|
37112
|
+
}
|
|
37113
|
+
}
|
|
37114
|
+
}
|
|
37115
|
+
}
|
|
37116
|
+
},
|
|
37117
|
+
"x-github": {
|
|
37118
|
+
"githubCloudOnly": false,
|
|
37119
|
+
"enabledForGitHubApps": true,
|
|
37120
|
+
"previews": [
|
|
37121
|
+
{
|
|
37122
|
+
"required": true,
|
|
37123
|
+
"name": "scarlet-witch",
|
|
37124
|
+
"note": "The Codes of Conduct API is currently available for developers to preview.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.scarlet-witch-preview+json\n```"
|
|
37125
|
+
}
|
|
37126
|
+
],
|
|
37127
|
+
"category": "codes-of-conduct",
|
|
37128
|
+
"subcategory": null,
|
|
37129
|
+
"removalDate": "2021-09-29",
|
|
37130
|
+
"deprecationDate": "2021-09-29"
|
|
37131
|
+
},
|
|
37132
|
+
"deprecated": true,
|
|
37133
|
+
"x-octokit": {}
|
|
37134
|
+
}
|
|
37135
|
+
},
|
|
37110
37136
|
"/enterprises/{enterprise}/audit-log": {
|
|
37111
37137
|
"get": {
|
|
37112
37138
|
"summary": "Get the audit log for an enterprise",
|
|
@@ -37879,20 +37905,6 @@
|
|
|
37879
37905
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
37880
37906
|
}
|
|
37881
37907
|
},
|
|
37882
|
-
"/repos/{owner}/{repo}/community/code_of_conduct": {
|
|
37883
|
-
"get": {
|
|
37884
|
-
"summary": "Get the code of conduct for a repository",
|
|
37885
|
-
"description": "This endpoint does not exist ghes-3.2.json. It was added in api.github.com.json",
|
|
37886
|
-
"tags": ["codes-of-conduct"],
|
|
37887
|
-
"operationId": "codes-of-conduct/get-for-repo",
|
|
37888
|
-
"externalDocs": {
|
|
37889
|
-
"description": "API method documentation",
|
|
37890
|
-
"url": "https://docs.github.com/rest/reference/codes-of-conduct#get-the-code-of-conduct-for-a-repository"
|
|
37891
|
-
},
|
|
37892
|
-
"x-octokit": { "api.github.com.json": "removed" },
|
|
37893
|
-
"responses": { "501": { "description": "Not Implemented" } }
|
|
37894
|
-
}
|
|
37895
|
-
},
|
|
37896
37908
|
"/repos/{owner}/{repo}/community/profile": {
|
|
37897
37909
|
"get": {
|
|
37898
37910
|
"summary": "Get community profile metrics",
|
|
@@ -42100,49 +42112,6 @@
|
|
|
42100
42112
|
},
|
|
42101
42113
|
"required": ["id", "login", "gravatar_id", "url", "avatar_url"]
|
|
42102
42114
|
},
|
|
42103
|
-
"label": {
|
|
42104
|
-
"title": "Label",
|
|
42105
|
-
"description": "Color-coded labels help you categorize and filter your issues (just like labels in Gmail).",
|
|
42106
|
-
"type": "object",
|
|
42107
|
-
"properties": {
|
|
42108
|
-
"id": { "type": "integer", "format": "int64", "example": 208045946 },
|
|
42109
|
-
"node_id": {
|
|
42110
|
-
"type": "string",
|
|
42111
|
-
"example": "MDU6TGFiZWwyMDgwNDU5NDY="
|
|
42112
|
-
},
|
|
42113
|
-
"url": {
|
|
42114
|
-
"description": "URL for the label",
|
|
42115
|
-
"example": "https://api.github.com/repositories/42/labels/bug",
|
|
42116
|
-
"type": "string",
|
|
42117
|
-
"format": "uri"
|
|
42118
|
-
},
|
|
42119
|
-
"name": {
|
|
42120
|
-
"description": "The name of the label.",
|
|
42121
|
-
"example": "bug",
|
|
42122
|
-
"type": "string"
|
|
42123
|
-
},
|
|
42124
|
-
"description": {
|
|
42125
|
-
"type": "string",
|
|
42126
|
-
"example": "Something isn't working",
|
|
42127
|
-
"nullable": true
|
|
42128
|
-
},
|
|
42129
|
-
"color": {
|
|
42130
|
-
"description": "6-character hex code, without the leading #, identifying the color",
|
|
42131
|
-
"example": "FFFFFF",
|
|
42132
|
-
"type": "string"
|
|
42133
|
-
},
|
|
42134
|
-
"default": { "type": "boolean", "example": true }
|
|
42135
|
-
},
|
|
42136
|
-
"required": [
|
|
42137
|
-
"id",
|
|
42138
|
-
"node_id",
|
|
42139
|
-
"url",
|
|
42140
|
-
"name",
|
|
42141
|
-
"description",
|
|
42142
|
-
"color",
|
|
42143
|
-
"default"
|
|
42144
|
-
]
|
|
42145
|
-
},
|
|
42146
42115
|
"nullable-milestone": {
|
|
42147
42116
|
"title": "Milestone",
|
|
42148
42117
|
"description": "A collection of related issues and pull requests.",
|
|
@@ -42236,22 +42205,6 @@
|
|
|
42236
42205
|
],
|
|
42237
42206
|
"nullable": true
|
|
42238
42207
|
},
|
|
42239
|
-
"author_association": {
|
|
42240
|
-
"title": "author_association",
|
|
42241
|
-
"type": "string",
|
|
42242
|
-
"example": "OWNER",
|
|
42243
|
-
"description": "How the author is associated with the repository.",
|
|
42244
|
-
"enum": [
|
|
42245
|
-
"COLLABORATOR",
|
|
42246
|
-
"CONTRIBUTOR",
|
|
42247
|
-
"FIRST_TIMER",
|
|
42248
|
-
"FIRST_TIME_CONTRIBUTOR",
|
|
42249
|
-
"MANNEQUIN",
|
|
42250
|
-
"MEMBER",
|
|
42251
|
-
"NONE",
|
|
42252
|
-
"OWNER"
|
|
42253
|
-
]
|
|
42254
|
-
},
|
|
42255
42208
|
"nullable-integration": {
|
|
42256
42209
|
"title": "GitHub app",
|
|
42257
42210
|
"description": "GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.",
|
|
@@ -42359,53 +42312,111 @@
|
|
|
42359
42312
|
],
|
|
42360
42313
|
"nullable": true
|
|
42361
42314
|
},
|
|
42362
|
-
"
|
|
42363
|
-
"title": "
|
|
42364
|
-
"
|
|
42315
|
+
"author_association": {
|
|
42316
|
+
"title": "author_association",
|
|
42317
|
+
"type": "string",
|
|
42318
|
+
"example": "OWNER",
|
|
42319
|
+
"description": "How the author is associated with the repository.",
|
|
42320
|
+
"enum": [
|
|
42321
|
+
"COLLABORATOR",
|
|
42322
|
+
"CONTRIBUTOR",
|
|
42323
|
+
"FIRST_TIMER",
|
|
42324
|
+
"FIRST_TIME_CONTRIBUTOR",
|
|
42325
|
+
"MANNEQUIN",
|
|
42326
|
+
"MEMBER",
|
|
42327
|
+
"NONE",
|
|
42328
|
+
"OWNER"
|
|
42329
|
+
]
|
|
42330
|
+
},
|
|
42331
|
+
"reaction-rollup": {
|
|
42332
|
+
"title": "Reaction Rollup",
|
|
42365
42333
|
"type": "object",
|
|
42366
42334
|
"properties": {
|
|
42367
|
-
"
|
|
42368
|
-
"
|
|
42335
|
+
"url": { "type": "string", "format": "uri" },
|
|
42336
|
+
"total_count": { "type": "integer" },
|
|
42337
|
+
"+1": { "type": "integer" },
|
|
42338
|
+
"-1": { "type": "integer" },
|
|
42339
|
+
"laugh": { "type": "integer" },
|
|
42340
|
+
"confused": { "type": "integer" },
|
|
42341
|
+
"heart": { "type": "integer" },
|
|
42342
|
+
"hooray": { "type": "integer" },
|
|
42343
|
+
"eyes": { "type": "integer" },
|
|
42344
|
+
"rocket": { "type": "integer" }
|
|
42345
|
+
},
|
|
42346
|
+
"required": [
|
|
42347
|
+
"url",
|
|
42348
|
+
"total_count",
|
|
42349
|
+
"+1",
|
|
42350
|
+
"-1",
|
|
42351
|
+
"laugh",
|
|
42352
|
+
"confused",
|
|
42353
|
+
"heart",
|
|
42354
|
+
"hooray",
|
|
42355
|
+
"eyes",
|
|
42356
|
+
"rocket"
|
|
42357
|
+
]
|
|
42358
|
+
},
|
|
42359
|
+
"issue": {
|
|
42360
|
+
"title": "Issue",
|
|
42361
|
+
"description": "Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.",
|
|
42362
|
+
"type": "object",
|
|
42363
|
+
"properties": {
|
|
42364
|
+
"id": { "type": "integer" },
|
|
42365
|
+
"node_id": { "type": "string" },
|
|
42369
42366
|
"url": {
|
|
42367
|
+
"description": "URL for the issue",
|
|
42368
|
+
"example": "https://api.github.com/repositories/42/issues/1",
|
|
42370
42369
|
"type": "string",
|
|
42371
|
-
"format": "uri"
|
|
42372
|
-
"example": "https://api.github.com/repos/octocat/Hello-World/issues/1347"
|
|
42373
|
-
},
|
|
42374
|
-
"repository_url": {
|
|
42375
|
-
"type": "string",
|
|
42376
|
-
"format": "uri",
|
|
42377
|
-
"example": "https://api.github.com/repos/octocat/Hello-World"
|
|
42378
|
-
},
|
|
42379
|
-
"labels_url": {
|
|
42380
|
-
"type": "string",
|
|
42381
|
-
"example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}"
|
|
42370
|
+
"format": "uri"
|
|
42382
42371
|
},
|
|
42383
|
-
"
|
|
42384
|
-
|
|
42385
|
-
|
|
42386
|
-
|
|
42372
|
+
"repository_url": { "type": "string", "format": "uri" },
|
|
42373
|
+
"labels_url": { "type": "string" },
|
|
42374
|
+
"comments_url": { "type": "string", "format": "uri" },
|
|
42375
|
+
"events_url": { "type": "string", "format": "uri" },
|
|
42376
|
+
"html_url": { "type": "string", "format": "uri" },
|
|
42377
|
+
"number": {
|
|
42378
|
+
"description": "Number uniquely identifying the issue within its repository",
|
|
42379
|
+
"example": 42,
|
|
42380
|
+
"type": "integer"
|
|
42387
42381
|
},
|
|
42388
|
-
"
|
|
42389
|
-
"
|
|
42390
|
-
"
|
|
42391
|
-
"
|
|
42382
|
+
"state": {
|
|
42383
|
+
"description": "State of the issue; either 'open' or 'closed'",
|
|
42384
|
+
"example": "open",
|
|
42385
|
+
"type": "string"
|
|
42392
42386
|
},
|
|
42393
|
-
"
|
|
42394
|
-
"
|
|
42395
|
-
"
|
|
42396
|
-
"
|
|
42387
|
+
"title": {
|
|
42388
|
+
"description": "Title of the issue",
|
|
42389
|
+
"example": "Widget creation fails in Safari on OS X 10.8",
|
|
42390
|
+
"type": "string"
|
|
42397
42391
|
},
|
|
42398
|
-
"number": { "type": "integer", "example": 1347 },
|
|
42399
|
-
"state": { "type": "string", "example": "open" },
|
|
42400
|
-
"title": { "type": "string", "example": "Found a bug" },
|
|
42401
42392
|
"body": {
|
|
42393
|
+
"description": "Contents of the issue",
|
|
42394
|
+
"example": "It looks like the new widget form is broken on Safari. When I try and create the widget, Safari crashes. This is reproducible on 10.8, but not 10.9. Maybe a browser bug?",
|
|
42402
42395
|
"type": "string",
|
|
42403
|
-
"
|
|
42396
|
+
"nullable": true
|
|
42404
42397
|
},
|
|
42405
42398
|
"user": { "$ref": "#/components/schemas/nullable-simple-user" },
|
|
42406
42399
|
"labels": {
|
|
42400
|
+
"description": "Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository",
|
|
42401
|
+
"example": ["bug", "registration"],
|
|
42407
42402
|
"type": "array",
|
|
42408
|
-
"items": {
|
|
42403
|
+
"items": {
|
|
42404
|
+
"oneOf": [
|
|
42405
|
+
{ "type": "string" },
|
|
42406
|
+
{
|
|
42407
|
+
"type": "object",
|
|
42408
|
+
"properties": {
|
|
42409
|
+
"id": { "type": "integer", "format": "int64" },
|
|
42410
|
+
"node_id": { "type": "string" },
|
|
42411
|
+
"url": { "type": "string", "format": "uri" },
|
|
42412
|
+
"name": { "type": "string" },
|
|
42413
|
+
"description": { "type": "string", "nullable": true },
|
|
42414
|
+
"color": { "type": "string", "nullable": true },
|
|
42415
|
+
"default": { "type": "boolean" }
|
|
42416
|
+
}
|
|
42417
|
+
}
|
|
42418
|
+
]
|
|
42419
|
+
}
|
|
42409
42420
|
},
|
|
42410
42421
|
"assignee": { "$ref": "#/components/schemas/nullable-simple-user" },
|
|
42411
42422
|
"assignees": {
|
|
@@ -42414,13 +42425,9 @@
|
|
|
42414
42425
|
"nullable": true
|
|
42415
42426
|
},
|
|
42416
42427
|
"milestone": { "$ref": "#/components/schemas/nullable-milestone" },
|
|
42417
|
-
"locked": { "type": "boolean"
|
|
42418
|
-
"active_lock_reason": {
|
|
42419
|
-
|
|
42420
|
-
"example": "too heated",
|
|
42421
|
-
"nullable": true
|
|
42422
|
-
},
|
|
42423
|
-
"comments": { "type": "integer", "example": 0 },
|
|
42428
|
+
"locked": { "type": "boolean" },
|
|
42429
|
+
"active_lock_reason": { "type": "string", "nullable": true },
|
|
42430
|
+
"comments": { "type": "integer" },
|
|
42424
42431
|
"pull_request": {
|
|
42425
42432
|
"type": "object",
|
|
42426
42433
|
"properties": {
|
|
@@ -42453,26 +42460,20 @@
|
|
|
42453
42460
|
"format": "date-time",
|
|
42454
42461
|
"nullable": true
|
|
42455
42462
|
},
|
|
42456
|
-
"created_at": {
|
|
42457
|
-
|
|
42458
|
-
|
|
42459
|
-
"example": "2011-04-22T13:33:48Z"
|
|
42460
|
-
},
|
|
42461
|
-
"updated_at": {
|
|
42462
|
-
"type": "string",
|
|
42463
|
-
"format": "date-time",
|
|
42464
|
-
"example": "2011-04-22T13:33:48Z"
|
|
42465
|
-
},
|
|
42466
|
-
"author_association": {
|
|
42467
|
-
"$ref": "#/components/schemas/author_association"
|
|
42468
|
-
},
|
|
42463
|
+
"created_at": { "type": "string", "format": "date-time" },
|
|
42464
|
+
"updated_at": { "type": "string", "format": "date-time" },
|
|
42465
|
+
"closed_by": { "$ref": "#/components/schemas/nullable-simple-user" },
|
|
42469
42466
|
"body_html": { "type": "string" },
|
|
42470
42467
|
"body_text": { "type": "string" },
|
|
42471
42468
|
"timeline_url": { "type": "string", "format": "uri" },
|
|
42472
42469
|
"repository": { "$ref": "#/components/schemas/repository" },
|
|
42473
42470
|
"performed_via_github_app": {
|
|
42474
42471
|
"$ref": "#/components/schemas/nullable-integration"
|
|
42475
|
-
}
|
|
42472
|
+
},
|
|
42473
|
+
"author_association": {
|
|
42474
|
+
"$ref": "#/components/schemas/author_association"
|
|
42475
|
+
},
|
|
42476
|
+
"reactions": { "$ref": "#/components/schemas/reaction-rollup" }
|
|
42476
42477
|
},
|
|
42477
42478
|
"required": [
|
|
42478
42479
|
"assignee",
|
|
@@ -42498,34 +42499,6 @@
|
|
|
42498
42499
|
"updated_at"
|
|
42499
42500
|
]
|
|
42500
42501
|
},
|
|
42501
|
-
"reaction-rollup": {
|
|
42502
|
-
"title": "Reaction Rollup",
|
|
42503
|
-
"type": "object",
|
|
42504
|
-
"properties": {
|
|
42505
|
-
"url": { "type": "string", "format": "uri" },
|
|
42506
|
-
"total_count": { "type": "integer" },
|
|
42507
|
-
"+1": { "type": "integer" },
|
|
42508
|
-
"-1": { "type": "integer" },
|
|
42509
|
-
"laugh": { "type": "integer" },
|
|
42510
|
-
"confused": { "type": "integer" },
|
|
42511
|
-
"heart": { "type": "integer" },
|
|
42512
|
-
"hooray": { "type": "integer" },
|
|
42513
|
-
"eyes": { "type": "integer" },
|
|
42514
|
-
"rocket": { "type": "integer" }
|
|
42515
|
-
},
|
|
42516
|
-
"required": [
|
|
42517
|
-
"url",
|
|
42518
|
-
"total_count",
|
|
42519
|
-
"+1",
|
|
42520
|
-
"-1",
|
|
42521
|
-
"laugh",
|
|
42522
|
-
"confused",
|
|
42523
|
-
"heart",
|
|
42524
|
-
"hooray",
|
|
42525
|
-
"eyes",
|
|
42526
|
-
"rocket"
|
|
42527
|
-
]
|
|
42528
|
-
},
|
|
42529
42502
|
"issue-comment": {
|
|
42530
42503
|
"title": "Issue Comment",
|
|
42531
42504
|
"description": "Comments provide a way for people to collaborate on an issue.",
|
|
@@ -42605,7 +42578,7 @@
|
|
|
42605
42578
|
"type": "object",
|
|
42606
42579
|
"properties": {
|
|
42607
42580
|
"action": { "type": "string" },
|
|
42608
|
-
"issue": { "$ref": "#/components/schemas/issue
|
|
42581
|
+
"issue": { "$ref": "#/components/schemas/issue" },
|
|
42609
42582
|
"comment": { "$ref": "#/components/schemas/issue-comment" },
|
|
42610
42583
|
"pages": {
|
|
42611
42584
|
"type": "array",
|
|
@@ -43097,149 +43070,6 @@
|
|
|
43097
43070
|
},
|
|
43098
43071
|
"required": ["name", "source"]
|
|
43099
43072
|
},
|
|
43100
|
-
"issue": {
|
|
43101
|
-
"title": "Issue",
|
|
43102
|
-
"description": "Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.",
|
|
43103
|
-
"type": "object",
|
|
43104
|
-
"properties": {
|
|
43105
|
-
"id": { "type": "integer" },
|
|
43106
|
-
"node_id": { "type": "string" },
|
|
43107
|
-
"url": {
|
|
43108
|
-
"description": "URL for the issue",
|
|
43109
|
-
"example": "https://api.github.com/repositories/42/issues/1",
|
|
43110
|
-
"type": "string",
|
|
43111
|
-
"format": "uri"
|
|
43112
|
-
},
|
|
43113
|
-
"repository_url": { "type": "string", "format": "uri" },
|
|
43114
|
-
"labels_url": { "type": "string" },
|
|
43115
|
-
"comments_url": { "type": "string", "format": "uri" },
|
|
43116
|
-
"events_url": { "type": "string", "format": "uri" },
|
|
43117
|
-
"html_url": { "type": "string", "format": "uri" },
|
|
43118
|
-
"number": {
|
|
43119
|
-
"description": "Number uniquely identifying the issue within its repository",
|
|
43120
|
-
"example": 42,
|
|
43121
|
-
"type": "integer"
|
|
43122
|
-
},
|
|
43123
|
-
"state": {
|
|
43124
|
-
"description": "State of the issue; either 'open' or 'closed'",
|
|
43125
|
-
"example": "open",
|
|
43126
|
-
"type": "string"
|
|
43127
|
-
},
|
|
43128
|
-
"title": {
|
|
43129
|
-
"description": "Title of the issue",
|
|
43130
|
-
"example": "Widget creation fails in Safari on OS X 10.8",
|
|
43131
|
-
"type": "string"
|
|
43132
|
-
},
|
|
43133
|
-
"body": {
|
|
43134
|
-
"description": "Contents of the issue",
|
|
43135
|
-
"example": "It looks like the new widget form is broken on Safari. When I try and create the widget, Safari crashes. This is reproducible on 10.8, but not 10.9. Maybe a browser bug?",
|
|
43136
|
-
"type": "string",
|
|
43137
|
-
"nullable": true
|
|
43138
|
-
},
|
|
43139
|
-
"user": { "$ref": "#/components/schemas/nullable-simple-user" },
|
|
43140
|
-
"labels": {
|
|
43141
|
-
"description": "Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository",
|
|
43142
|
-
"example": ["bug", "registration"],
|
|
43143
|
-
"type": "array",
|
|
43144
|
-
"items": {
|
|
43145
|
-
"oneOf": [
|
|
43146
|
-
{ "type": "string" },
|
|
43147
|
-
{
|
|
43148
|
-
"type": "object",
|
|
43149
|
-
"properties": {
|
|
43150
|
-
"id": { "type": "integer", "format": "int64" },
|
|
43151
|
-
"node_id": { "type": "string" },
|
|
43152
|
-
"url": { "type": "string", "format": "uri" },
|
|
43153
|
-
"name": { "type": "string" },
|
|
43154
|
-
"description": { "type": "string", "nullable": true },
|
|
43155
|
-
"color": { "type": "string", "nullable": true },
|
|
43156
|
-
"default": { "type": "boolean" }
|
|
43157
|
-
}
|
|
43158
|
-
}
|
|
43159
|
-
]
|
|
43160
|
-
}
|
|
43161
|
-
},
|
|
43162
|
-
"assignee": { "$ref": "#/components/schemas/nullable-simple-user" },
|
|
43163
|
-
"assignees": {
|
|
43164
|
-
"type": "array",
|
|
43165
|
-
"items": { "$ref": "#/components/schemas/simple-user" },
|
|
43166
|
-
"nullable": true
|
|
43167
|
-
},
|
|
43168
|
-
"milestone": { "$ref": "#/components/schemas/nullable-milestone" },
|
|
43169
|
-
"locked": { "type": "boolean" },
|
|
43170
|
-
"active_lock_reason": { "type": "string", "nullable": true },
|
|
43171
|
-
"comments": { "type": "integer" },
|
|
43172
|
-
"pull_request": {
|
|
43173
|
-
"type": "object",
|
|
43174
|
-
"properties": {
|
|
43175
|
-
"merged_at": {
|
|
43176
|
-
"type": "string",
|
|
43177
|
-
"format": "date-time",
|
|
43178
|
-
"nullable": true
|
|
43179
|
-
},
|
|
43180
|
-
"diff_url": {
|
|
43181
|
-
"type": "string",
|
|
43182
|
-
"format": "uri",
|
|
43183
|
-
"nullable": true
|
|
43184
|
-
},
|
|
43185
|
-
"html_url": {
|
|
43186
|
-
"type": "string",
|
|
43187
|
-
"format": "uri",
|
|
43188
|
-
"nullable": true
|
|
43189
|
-
},
|
|
43190
|
-
"patch_url": {
|
|
43191
|
-
"type": "string",
|
|
43192
|
-
"format": "uri",
|
|
43193
|
-
"nullable": true
|
|
43194
|
-
},
|
|
43195
|
-
"url": { "type": "string", "format": "uri", "nullable": true }
|
|
43196
|
-
},
|
|
43197
|
-
"required": ["diff_url", "html_url", "patch_url", "url"]
|
|
43198
|
-
},
|
|
43199
|
-
"closed_at": {
|
|
43200
|
-
"type": "string",
|
|
43201
|
-
"format": "date-time",
|
|
43202
|
-
"nullable": true
|
|
43203
|
-
},
|
|
43204
|
-
"created_at": { "type": "string", "format": "date-time" },
|
|
43205
|
-
"updated_at": { "type": "string", "format": "date-time" },
|
|
43206
|
-
"closed_by": { "$ref": "#/components/schemas/nullable-simple-user" },
|
|
43207
|
-
"body_html": { "type": "string" },
|
|
43208
|
-
"body_text": { "type": "string" },
|
|
43209
|
-
"timeline_url": { "type": "string", "format": "uri" },
|
|
43210
|
-
"repository": { "$ref": "#/components/schemas/repository" },
|
|
43211
|
-
"performed_via_github_app": {
|
|
43212
|
-
"$ref": "#/components/schemas/nullable-integration"
|
|
43213
|
-
},
|
|
43214
|
-
"author_association": {
|
|
43215
|
-
"$ref": "#/components/schemas/author_association"
|
|
43216
|
-
},
|
|
43217
|
-
"reactions": { "$ref": "#/components/schemas/reaction-rollup" }
|
|
43218
|
-
},
|
|
43219
|
-
"required": [
|
|
43220
|
-
"assignee",
|
|
43221
|
-
"closed_at",
|
|
43222
|
-
"comments",
|
|
43223
|
-
"comments_url",
|
|
43224
|
-
"events_url",
|
|
43225
|
-
"html_url",
|
|
43226
|
-
"id",
|
|
43227
|
-
"node_id",
|
|
43228
|
-
"labels",
|
|
43229
|
-
"labels_url",
|
|
43230
|
-
"milestone",
|
|
43231
|
-
"number",
|
|
43232
|
-
"repository_url",
|
|
43233
|
-
"state",
|
|
43234
|
-
"locked",
|
|
43235
|
-
"title",
|
|
43236
|
-
"url",
|
|
43237
|
-
"user",
|
|
43238
|
-
"author_association",
|
|
43239
|
-
"created_at",
|
|
43240
|
-
"updated_at"
|
|
43241
|
-
]
|
|
43242
|
-
},
|
|
43243
43073
|
"license-simple": {
|
|
43244
43074
|
"title": "License Simple",
|
|
43245
43075
|
"description": "License Simple",
|
|
@@ -45981,6 +45811,9 @@
|
|
|
45981
45811
|
},
|
|
45982
45812
|
"code_scanning_upload": {
|
|
45983
45813
|
"$ref": "#/components/schemas/rate-limit"
|
|
45814
|
+
},
|
|
45815
|
+
"actions_runner_registration": {
|
|
45816
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
45984
45817
|
}
|
|
45985
45818
|
},
|
|
45986
45819
|
"required": ["core", "search"]
|
|
@@ -48280,6 +48113,10 @@
|
|
|
48280
48113
|
"type": "string",
|
|
48281
48114
|
"description": "Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed."
|
|
48282
48115
|
},
|
|
48116
|
+
"code-scanning-analysis-category": {
|
|
48117
|
+
"type": "string",
|
|
48118
|
+
"description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code."
|
|
48119
|
+
},
|
|
48283
48120
|
"code-scanning-alert-location": {
|
|
48284
48121
|
"type": "object",
|
|
48285
48122
|
"description": "Describe a region within a file for the alert.",
|
|
@@ -48307,6 +48144,9 @@
|
|
|
48307
48144
|
"environment": {
|
|
48308
48145
|
"$ref": "#/components/schemas/code-scanning-alert-environment"
|
|
48309
48146
|
},
|
|
48147
|
+
"category": {
|
|
48148
|
+
"$ref": "#/components/schemas/code-scanning-analysis-category"
|
|
48149
|
+
},
|
|
48310
48150
|
"state": { "$ref": "#/components/schemas/code-scanning-alert-state" },
|
|
48311
48151
|
"commit_sha": { "type": "string" },
|
|
48312
48152
|
"message": {
|
|
@@ -48482,10 +48322,6 @@
|
|
|
48482
48322
|
"type": "string",
|
|
48483
48323
|
"description": "Identifies the variable values associated with the environment in which this analysis was performed."
|
|
48484
48324
|
},
|
|
48485
|
-
"code-scanning-analysis-category": {
|
|
48486
|
-
"type": "string",
|
|
48487
|
-
"description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code."
|
|
48488
|
-
},
|
|
48489
48325
|
"code-scanning-analysis-created-at": {
|
|
48490
48326
|
"type": "string",
|
|
48491
48327
|
"description": "The time that the analysis was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
|
|
@@ -50431,7 +50267,7 @@
|
|
|
50431
50267
|
"format": "date-time",
|
|
50432
50268
|
"example": "2011-04-14T16:00:49Z"
|
|
50433
50269
|
},
|
|
50434
|
-
"issue": { "$ref": "#/components/schemas/issue
|
|
50270
|
+
"issue": { "$ref": "#/components/schemas/issue" },
|
|
50435
50271
|
"label": { "$ref": "#/components/schemas/issue-event-label" },
|
|
50436
50272
|
"assignee": { "$ref": "#/components/schemas/nullable-simple-user" },
|
|
50437
50273
|
"assigner": { "$ref": "#/components/schemas/nullable-simple-user" },
|
|
@@ -51071,6 +50907,49 @@
|
|
|
51071
50907
|
{ "$ref": "#/components/schemas/converted-note-to-issue-issue-event" }
|
|
51072
50908
|
]
|
|
51073
50909
|
},
|
|
50910
|
+
"label": {
|
|
50911
|
+
"title": "Label",
|
|
50912
|
+
"description": "Color-coded labels help you categorize and filter your issues (just like labels in Gmail).",
|
|
50913
|
+
"type": "object",
|
|
50914
|
+
"properties": {
|
|
50915
|
+
"id": { "type": "integer", "format": "int64", "example": 208045946 },
|
|
50916
|
+
"node_id": {
|
|
50917
|
+
"type": "string",
|
|
50918
|
+
"example": "MDU6TGFiZWwyMDgwNDU5NDY="
|
|
50919
|
+
},
|
|
50920
|
+
"url": {
|
|
50921
|
+
"description": "URL for the label",
|
|
50922
|
+
"example": "https://api.github.com/repositories/42/labels/bug",
|
|
50923
|
+
"type": "string",
|
|
50924
|
+
"format": "uri"
|
|
50925
|
+
},
|
|
50926
|
+
"name": {
|
|
50927
|
+
"description": "The name of the label.",
|
|
50928
|
+
"example": "bug",
|
|
50929
|
+
"type": "string"
|
|
50930
|
+
},
|
|
50931
|
+
"description": {
|
|
50932
|
+
"type": "string",
|
|
50933
|
+
"example": "Something isn't working",
|
|
50934
|
+
"nullable": true
|
|
50935
|
+
},
|
|
50936
|
+
"color": {
|
|
50937
|
+
"description": "6-character hex code, without the leading #, identifying the color",
|
|
50938
|
+
"example": "FFFFFF",
|
|
50939
|
+
"type": "string"
|
|
50940
|
+
},
|
|
50941
|
+
"default": { "type": "boolean", "example": true }
|
|
50942
|
+
},
|
|
50943
|
+
"required": [
|
|
50944
|
+
"id",
|
|
50945
|
+
"node_id",
|
|
50946
|
+
"url",
|
|
50947
|
+
"name",
|
|
50948
|
+
"description",
|
|
50949
|
+
"color",
|
|
50950
|
+
"default"
|
|
50951
|
+
]
|
|
50952
|
+
},
|
|
51074
50953
|
"timeline-comment-event": {
|
|
51075
50954
|
"title": "Timeline Comment Event",
|
|
51076
50955
|
"description": "Timeline Comment Event",
|
|
@@ -51145,7 +51024,7 @@
|
|
|
51145
51024
|
"type": "object",
|
|
51146
51025
|
"properties": {
|
|
51147
51026
|
"type": { "type": "string" },
|
|
51148
|
-
"issue": { "$ref": "#/components/schemas/issue
|
|
51027
|
+
"issue": { "$ref": "#/components/schemas/issue" }
|
|
51149
51028
|
}
|
|
51150
51029
|
}
|
|
51151
51030
|
},
|
|
@@ -53655,7 +53534,8 @@
|
|
|
53655
53534
|
"timeline_url": { "type": "string", "format": "uri" },
|
|
53656
53535
|
"performed_via_github_app": {
|
|
53657
53536
|
"$ref": "#/components/schemas/nullable-integration"
|
|
53658
|
-
}
|
|
53537
|
+
},
|
|
53538
|
+
"reactions": { "$ref": "#/components/schemas/reaction-rollup" }
|
|
53659
53539
|
},
|
|
53660
53540
|
"required": [
|
|
53661
53541
|
"assignee",
|
|
@@ -62937,6 +62817,7 @@
|
|
|
62937
62817
|
"ref": "refs/pull/3740/merge",
|
|
62938
62818
|
"analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
|
|
62939
62819
|
"environment": "",
|
|
62820
|
+
"category": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
|
|
62940
62821
|
"state": "fixed",
|
|
62941
62822
|
"commit_sha": "b09da05606e27f463a2b49287684b4ae777092f2",
|
|
62942
62823
|
"message": {
|
|
@@ -65786,7 +65667,7 @@
|
|
|
65786
65667
|
"html_url": "https://github.com/octocat/Hello-World/invitations"
|
|
65787
65668
|
}
|
|
65788
65669
|
},
|
|
65789
|
-
"issue-
|
|
65670
|
+
"issue-items": {
|
|
65790
65671
|
"value": [
|
|
65791
65672
|
{
|
|
65792
65673
|
"id": 1,
|
|
@@ -65923,6 +65804,26 @@
|
|
|
65923
65804
|
"closed_at": null,
|
|
65924
65805
|
"created_at": "2011-04-22T13:33:48Z",
|
|
65925
65806
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
65807
|
+
"closed_by": {
|
|
65808
|
+
"login": "octocat",
|
|
65809
|
+
"id": 1,
|
|
65810
|
+
"node_id": "MDQ6VXNlcjE=",
|
|
65811
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
65812
|
+
"gravatar_id": "",
|
|
65813
|
+
"url": "https://api.github.com/users/octocat",
|
|
65814
|
+
"html_url": "https://github.com/octocat",
|
|
65815
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
65816
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
65817
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
65818
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
65819
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
65820
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
65821
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
65822
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
65823
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
65824
|
+
"type": "User",
|
|
65825
|
+
"site_admin": false
|
|
65826
|
+
},
|
|
65926
65827
|
"author_association": "COLLABORATOR"
|
|
65927
65828
|
}
|
|
65928
65829
|
]
|
|
@@ -66529,185 +66430,6 @@
|
|
|
66529
66430
|
}
|
|
66530
66431
|
}
|
|
66531
66432
|
},
|
|
66532
|
-
"issue-simple": {
|
|
66533
|
-
"value": {
|
|
66534
|
-
"id": 1,
|
|
66535
|
-
"node_id": "MDU6SXNzdWUx",
|
|
66536
|
-
"url": "https://api.github.com/repos/octocat/Hello-World/issues/1347",
|
|
66537
|
-
"repository_url": "https://api.github.com/repos/octocat/Hello-World",
|
|
66538
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}",
|
|
66539
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments",
|
|
66540
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/events",
|
|
66541
|
-
"html_url": "https://github.com/octocat/Hello-World/issues/1347",
|
|
66542
|
-
"number": 1347,
|
|
66543
|
-
"state": "open",
|
|
66544
|
-
"title": "Found a bug",
|
|
66545
|
-
"body": "I'm having a problem with this.",
|
|
66546
|
-
"user": {
|
|
66547
|
-
"login": "octocat",
|
|
66548
|
-
"id": 1,
|
|
66549
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
66550
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
66551
|
-
"gravatar_id": "",
|
|
66552
|
-
"url": "https://api.github.com/users/octocat",
|
|
66553
|
-
"html_url": "https://github.com/octocat",
|
|
66554
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
66555
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
66556
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
66557
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
66558
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
66559
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
66560
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
66561
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
66562
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
66563
|
-
"type": "User",
|
|
66564
|
-
"site_admin": false
|
|
66565
|
-
},
|
|
66566
|
-
"labels": [
|
|
66567
|
-
{
|
|
66568
|
-
"id": 208045946,
|
|
66569
|
-
"node_id": "MDU6TGFiZWwyMDgwNDU5NDY=",
|
|
66570
|
-
"url": "https://api.github.com/repos/octocat/Hello-World/labels/bug",
|
|
66571
|
-
"name": "bug",
|
|
66572
|
-
"description": "Something isn't working",
|
|
66573
|
-
"color": "f29513",
|
|
66574
|
-
"default": true
|
|
66575
|
-
}
|
|
66576
|
-
],
|
|
66577
|
-
"assignee": {
|
|
66578
|
-
"login": "octocat",
|
|
66579
|
-
"id": 1,
|
|
66580
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
66581
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
66582
|
-
"gravatar_id": "",
|
|
66583
|
-
"url": "https://api.github.com/users/octocat",
|
|
66584
|
-
"html_url": "https://github.com/octocat",
|
|
66585
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
66586
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
66587
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
66588
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
66589
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
66590
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
66591
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
66592
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
66593
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
66594
|
-
"type": "User",
|
|
66595
|
-
"site_admin": false
|
|
66596
|
-
},
|
|
66597
|
-
"assignees": [
|
|
66598
|
-
{
|
|
66599
|
-
"login": "octocat",
|
|
66600
|
-
"id": 1,
|
|
66601
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
66602
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
66603
|
-
"gravatar_id": "",
|
|
66604
|
-
"url": "https://api.github.com/users/octocat",
|
|
66605
|
-
"html_url": "https://github.com/octocat",
|
|
66606
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
66607
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
66608
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
66609
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
66610
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
66611
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
66612
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
66613
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
66614
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
66615
|
-
"type": "User",
|
|
66616
|
-
"site_admin": false
|
|
66617
|
-
},
|
|
66618
|
-
{
|
|
66619
|
-
"login": "hubot",
|
|
66620
|
-
"id": 1,
|
|
66621
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
66622
|
-
"avatar_url": "https://github.com/images/error/hubot_happy.gif",
|
|
66623
|
-
"gravatar_id": "",
|
|
66624
|
-
"url": "https://api.github.com/users/hubot",
|
|
66625
|
-
"html_url": "https://github.com/hubot",
|
|
66626
|
-
"followers_url": "https://api.github.com/users/hubot/followers",
|
|
66627
|
-
"following_url": "https://api.github.com/users/hubot/following{/other_user}",
|
|
66628
|
-
"gists_url": "https://api.github.com/users/hubot/gists{/gist_id}",
|
|
66629
|
-
"starred_url": "https://api.github.com/users/hubot/starred{/owner}{/repo}",
|
|
66630
|
-
"subscriptions_url": "https://api.github.com/users/hubot/subscriptions",
|
|
66631
|
-
"organizations_url": "https://api.github.com/users/hubot/orgs",
|
|
66632
|
-
"repos_url": "https://api.github.com/users/hubot/repos",
|
|
66633
|
-
"events_url": "https://api.github.com/users/hubot/events{/privacy}",
|
|
66634
|
-
"received_events_url": "https://api.github.com/users/hubot/received_events",
|
|
66635
|
-
"type": "User",
|
|
66636
|
-
"site_admin": true
|
|
66637
|
-
},
|
|
66638
|
-
{
|
|
66639
|
-
"login": "other_user",
|
|
66640
|
-
"id": 1,
|
|
66641
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
66642
|
-
"avatar_url": "https://github.com/images/error/other_user_happy.gif",
|
|
66643
|
-
"gravatar_id": "",
|
|
66644
|
-
"url": "https://api.github.com/users/other_user",
|
|
66645
|
-
"html_url": "https://github.com/other_user",
|
|
66646
|
-
"followers_url": "https://api.github.com/users/other_user/followers",
|
|
66647
|
-
"following_url": "https://api.github.com/users/other_user/following{/other_user}",
|
|
66648
|
-
"gists_url": "https://api.github.com/users/other_user/gists{/gist_id}",
|
|
66649
|
-
"starred_url": "https://api.github.com/users/other_user/starred{/owner}{/repo}",
|
|
66650
|
-
"subscriptions_url": "https://api.github.com/users/other_user/subscriptions",
|
|
66651
|
-
"organizations_url": "https://api.github.com/users/other_user/orgs",
|
|
66652
|
-
"repos_url": "https://api.github.com/users/other_user/repos",
|
|
66653
|
-
"events_url": "https://api.github.com/users/other_user/events{/privacy}",
|
|
66654
|
-
"received_events_url": "https://api.github.com/users/other_user/received_events",
|
|
66655
|
-
"type": "User",
|
|
66656
|
-
"site_admin": false
|
|
66657
|
-
}
|
|
66658
|
-
],
|
|
66659
|
-
"milestone": {
|
|
66660
|
-
"url": "https://api.github.com/repos/octocat/Hello-World/milestones/1",
|
|
66661
|
-
"html_url": "https://github.com/octocat/Hello-World/milestones/v1.0",
|
|
66662
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World/milestones/1/labels",
|
|
66663
|
-
"id": 1002604,
|
|
66664
|
-
"node_id": "MDk6TWlsZXN0b25lMTAwMjYwNA==",
|
|
66665
|
-
"number": 1,
|
|
66666
|
-
"state": "open",
|
|
66667
|
-
"title": "v1.0",
|
|
66668
|
-
"description": "Tracking milestone for version 1.0",
|
|
66669
|
-
"creator": {
|
|
66670
|
-
"login": "octocat",
|
|
66671
|
-
"id": 1,
|
|
66672
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
66673
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
66674
|
-
"gravatar_id": "",
|
|
66675
|
-
"url": "https://api.github.com/users/octocat",
|
|
66676
|
-
"html_url": "https://github.com/octocat",
|
|
66677
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
66678
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
66679
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
66680
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
66681
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
66682
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
66683
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
66684
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
66685
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
66686
|
-
"type": "User",
|
|
66687
|
-
"site_admin": false
|
|
66688
|
-
},
|
|
66689
|
-
"open_issues": 4,
|
|
66690
|
-
"closed_issues": 8,
|
|
66691
|
-
"created_at": "2011-04-10T20:09:31Z",
|
|
66692
|
-
"updated_at": "2014-03-03T18:58:10Z",
|
|
66693
|
-
"closed_at": "2013-02-12T13:22:01Z",
|
|
66694
|
-
"due_on": "2012-10-09T23:39:01Z"
|
|
66695
|
-
},
|
|
66696
|
-
"locked": true,
|
|
66697
|
-
"active_lock_reason": "too heated",
|
|
66698
|
-
"comments": 0,
|
|
66699
|
-
"pull_request": {
|
|
66700
|
-
"url": "https://api.github.com/repos/octocat/Hello-World/pulls/1347",
|
|
66701
|
-
"html_url": "https://github.com/octocat/Hello-World/pull/1347",
|
|
66702
|
-
"diff_url": "https://github.com/octocat/Hello-World/pull/1347.diff",
|
|
66703
|
-
"patch_url": "https://github.com/octocat/Hello-World/pull/1347.patch"
|
|
66704
|
-
},
|
|
66705
|
-
"closed_at": null,
|
|
66706
|
-
"created_at": "2011-04-22T13:33:48Z",
|
|
66707
|
-
"updated_at": "2011-04-22T13:33:48Z",
|
|
66708
|
-
"author_association": "COLLABORATOR"
|
|
66709
|
-
}
|
|
66710
|
-
},
|
|
66711
66433
|
"issue-event-for-issue-items": {
|
|
66712
66434
|
"value": [
|
|
66713
66435
|
{
|