@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.
Files changed (27) hide show
  1. package/generated/api.github.com.deref.json +3451 -2749
  2. package/generated/api.github.com.json +440 -1599
  3. package/generated/ghes-2.22-diff-to-ghes-3.0.deref.json +1 -1
  4. package/generated/ghes-2.22-diff-to-ghes-3.0.json +1 -1
  5. package/generated/ghes-2.22.deref.json +1 -1
  6. package/generated/ghes-2.22.json +1 -1
  7. package/generated/ghes-3.0-anicca-diff-to-ghes-3.1.deref.json +0 -145
  8. package/generated/ghes-3.0-diff-to-ghes-3.1.deref.json +8739 -19455
  9. package/generated/ghes-3.0-diff-to-ghes-3.1.json +245 -1527
  10. package/generated/ghes-3.0.deref.json +3494 -1920
  11. package/generated/ghes-3.0.json +420 -721
  12. package/generated/ghes-3.1-anicca-diff-to-ghes-3.2.deref.json +286 -1466
  13. package/generated/ghes-3.1-diff-to-ghes-3.2.deref.json +58842 -105018
  14. package/generated/ghes-3.1-diff-to-ghes-3.2.json +11129 -16701
  15. package/generated/ghes-3.1.deref.json +3545 -1951
  16. package/generated/ghes-3.1.json +467 -752
  17. package/generated/ghes-3.2-anicca-diff-to-api.github.com.deref.json +7 -136
  18. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +333 -2109
  19. package/generated/ghes-3.2-diff-to-api.github.com.json +45 -742
  20. package/generated/ghes-3.2.deref.json +3597 -1953
  21. package/generated/ghes-3.2.json +474 -752
  22. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +3 -59
  23. package/generated/github.ae-diff-to-api.github.com.deref.json +4 -4963
  24. package/generated/github.ae-diff-to-api.github.com.json +109 -2784
  25. package/generated/github.ae.deref.json +2270 -2214
  26. package/generated/github.ae.json +337 -1464
  27. package/package.json +2 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "5.6.1",
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": {
@@ -2704,6 +2710,7 @@
2704
2710
  },
2705
2711
  "parameters": [{ "$ref": "#/components/parameters/client-id" }],
2706
2712
  "requestBody": {
2713
+ "required": true,
2707
2714
  "content": {
2708
2715
  "application/json": {
2709
2716
  "schema": {
@@ -2713,7 +2720,8 @@
2713
2720
  "type": "string",
2714
2721
  "description": "The OAuth access token used to authenticate to the GitHub API."
2715
2722
  }
2716
- }
2723
+ },
2724
+ "required": ["access_token"]
2717
2725
  },
2718
2726
  "example": {
2719
2727
  "access_token": "e72e16c7e42f292c6912e7710c838347ae178b4a"
@@ -3789,6 +3797,7 @@
3789
3797
  "tags": ["enterprise-admin"],
3790
3798
  "operationId": "enterprise-admin/set-announcement",
3791
3799
  "requestBody": {
3800
+ "required": true,
3792
3801
  "content": {
3793
3802
  "application/json": {
3794
3803
  "schema": { "$ref": "#/components/schemas/announcement" }
@@ -4491,6 +4500,7 @@
4491
4500
  "parameters": [{ "$ref": "#/components/parameters/enterprise" }],
4492
4501
  "responses": { "204": { "description": "Response" } },
4493
4502
  "requestBody": {
4503
+ "required": true,
4494
4504
  "content": {
4495
4505
  "application/json": {
4496
4506
  "schema": { "$ref": "#/components/schemas/selected-actions" },
@@ -5501,7 +5511,7 @@
5501
5511
  "category": "gists",
5502
5512
  "subcategory": null
5503
5513
  },
5504
- "x-octokit": { "diff": { "ghes-3.1.json": { "type": "changed" } } }
5514
+ "x-octokit": {}
5505
5515
  }
5506
5516
  },
5507
5517
  "/gists/public": {
@@ -5714,7 +5724,7 @@
5714
5724
  "category": "gists",
5715
5725
  "subcategory": null
5716
5726
  },
5717
- "x-octokit": { "diff": { "ghes-3.1.json": { "type": "changed" } } }
5727
+ "x-octokit": {}
5718
5728
  },
5719
5729
  "delete": {
5720
5730
  "summary": "Delete a gist",
@@ -6520,15 +6530,19 @@
6520
6530
  "x-github": {
6521
6531
  "githubCloudOnly": false,
6522
6532
  "enabledForGitHubApps": false,
6533
+ "category": "issues",
6523
6534
  "previews": [
6535
+ {
6536
+ "required": false,
6537
+ "name": "machine-man",
6538
+ "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.0/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.machine-man-preview\n```"
6539
+ },
6524
6540
  {
6525
6541
  "required": false,
6526
6542
  "name": "squirrel-girl",
6527
6543
  "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.0/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.0/rest/reference/reactions) reactions."
6528
6544
  }
6529
- ],
6530
- "category": "issues",
6531
- "subcategory": null
6545
+ ]
6532
6546
  },
6533
6547
  "x-octokit": {}
6534
6548
  }
@@ -7847,6 +7861,7 @@
7847
7861
  { "$ref": "#/components/parameters/runner-group-id" }
7848
7862
  ],
7849
7863
  "requestBody": {
7864
+ "required": true,
7850
7865
  "content": {
7851
7866
  "application/json": {
7852
7867
  "schema": {
@@ -7861,7 +7876,8 @@
7861
7876
  "type": "string",
7862
7877
  "enum": ["selected", "all", "private"]
7863
7878
  }
7864
- }
7879
+ },
7880
+ "required": ["name"]
7865
7881
  },
7866
7882
  "example": {
7867
7883
  "name": "Expensive hardware runners",
@@ -8727,6 +8743,7 @@
8727
8743
  { "$ref": "#/components/parameters/secret-name" }
8728
8744
  ],
8729
8745
  "requestBody": {
8746
+ "required": true,
8730
8747
  "content": {
8731
8748
  "application/json": {
8732
8749
  "schema": {
@@ -8737,7 +8754,8 @@
8737
8754
  "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.0/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.0/rest/reference/actions#remove-selected-repository-from-an-organization-secret) endpoints.",
8738
8755
  "items": { "type": "integer" }
8739
8756
  }
8740
- }
8757
+ },
8758
+ "required": ["selected_repository_ids"]
8741
8759
  },
8742
8760
  "example": { "selected_repository_ids": [64780797] }
8743
8761
  }
@@ -9451,15 +9469,19 @@
9451
9469
  "x-github": {
9452
9470
  "githubCloudOnly": false,
9453
9471
  "enabledForGitHubApps": false,
9472
+ "category": "issues",
9454
9473
  "previews": [
9474
+ {
9475
+ "required": false,
9476
+ "name": "machine-man",
9477
+ "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.0/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.machine-man-preview\n```"
9478
+ },
9455
9479
  {
9456
9480
  "required": false,
9457
9481
  "name": "squirrel-girl",
9458
9482
  "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.0/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.0/rest/reference/reactions) reactions."
9459
9483
  }
9460
- ],
9461
- "category": "issues",
9462
- "subcategory": null
9484
+ ]
9463
9485
  },
9464
9486
  "x-octokit": {}
9465
9487
  }
@@ -10900,15 +10922,15 @@
10900
10922
  "x-github": {
10901
10923
  "githubCloudOnly": false,
10902
10924
  "enabledForGitHubApps": true,
10925
+ "category": "teams",
10926
+ "subcategory": "discussions",
10903
10927
  "previews": [
10904
10928
  {
10905
10929
  "required": false,
10906
10930
  "name": "squirrel-girl",
10907
10931
  "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.0/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.0/rest/reference/reactions) reactions."
10908
10932
  }
10909
- ],
10910
- "category": "teams",
10911
- "subcategory": "discussions"
10933
+ ]
10912
10934
  },
10913
10935
  "x-octokit": {}
10914
10936
  },
@@ -10972,15 +10994,15 @@
10972
10994
  "triggersNotification": true,
10973
10995
  "githubCloudOnly": false,
10974
10996
  "enabledForGitHubApps": true,
10997
+ "category": "teams",
10998
+ "subcategory": "discussions",
10975
10999
  "previews": [
10976
11000
  {
10977
11001
  "required": false,
10978
11002
  "name": "squirrel-girl",
10979
11003
  "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.0/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.0/rest/reference/reactions) reactions."
10980
11004
  }
10981
- ],
10982
- "category": "teams",
10983
- "subcategory": "discussions"
11005
+ ]
10984
11006
  },
10985
11007
  "x-octokit": {}
10986
11008
  }
@@ -11016,15 +11038,15 @@
11016
11038
  "x-github": {
11017
11039
  "githubCloudOnly": false,
11018
11040
  "enabledForGitHubApps": true,
11041
+ "category": "teams",
11042
+ "subcategory": "discussions",
11019
11043
  "previews": [
11020
11044
  {
11021
11045
  "required": false,
11022
11046
  "name": "squirrel-girl",
11023
11047
  "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.0/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.0/rest/reference/reactions) reactions."
11024
11048
  }
11025
- ],
11026
- "category": "teams",
11027
- "subcategory": "discussions"
11049
+ ]
11028
11050
  },
11029
11051
  "x-octokit": {}
11030
11052
  },
@@ -11080,15 +11102,15 @@
11080
11102
  "x-github": {
11081
11103
  "githubCloudOnly": false,
11082
11104
  "enabledForGitHubApps": true,
11105
+ "category": "teams",
11106
+ "subcategory": "discussions",
11083
11107
  "previews": [
11084
11108
  {
11085
11109
  "required": false,
11086
11110
  "name": "squirrel-girl",
11087
11111
  "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.0/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.0/rest/reference/reactions) reactions."
11088
11112
  }
11089
- ],
11090
- "category": "teams",
11091
- "subcategory": "discussions"
11113
+ ]
11092
11114
  },
11093
11115
  "x-octokit": {}
11094
11116
  },
@@ -11159,15 +11181,15 @@
11159
11181
  "x-github": {
11160
11182
  "githubCloudOnly": false,
11161
11183
  "enabledForGitHubApps": true,
11184
+ "category": "teams",
11185
+ "subcategory": "discussion-comments",
11162
11186
  "previews": [
11163
11187
  {
11164
11188
  "required": false,
11165
11189
  "name": "squirrel-girl",
11166
11190
  "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.0/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.0/rest/reference/reactions) reactions."
11167
11191
  }
11168
- ],
11169
- "category": "teams",
11170
- "subcategory": "discussion-comments"
11192
+ ]
11171
11193
  },
11172
11194
  "x-octokit": {}
11173
11195
  },
@@ -11224,15 +11246,15 @@
11224
11246
  "triggersNotification": true,
11225
11247
  "githubCloudOnly": false,
11226
11248
  "enabledForGitHubApps": true,
11249
+ "category": "teams",
11250
+ "subcategory": "discussion-comments",
11227
11251
  "previews": [
11228
11252
  {
11229
11253
  "required": false,
11230
11254
  "name": "squirrel-girl",
11231
11255
  "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.0/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.0/rest/reference/reactions) reactions."
11232
11256
  }
11233
- ],
11234
- "category": "teams",
11235
- "subcategory": "discussion-comments"
11257
+ ]
11236
11258
  },
11237
11259
  "x-octokit": {}
11238
11260
  }
@@ -11273,15 +11295,15 @@
11273
11295
  "x-github": {
11274
11296
  "githubCloudOnly": false,
11275
11297
  "enabledForGitHubApps": true,
11298
+ "category": "teams",
11299
+ "subcategory": "discussion-comments",
11276
11300
  "previews": [
11277
11301
  {
11278
11302
  "required": false,
11279
11303
  "name": "squirrel-girl",
11280
11304
  "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.0/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.0/rest/reference/reactions) reactions."
11281
11305
  }
11282
- ],
11283
- "category": "teams",
11284
- "subcategory": "discussion-comments"
11306
+ ]
11285
11307
  },
11286
11308
  "x-octokit": {}
11287
11309
  },
@@ -11338,15 +11360,15 @@
11338
11360
  "x-github": {
11339
11361
  "githubCloudOnly": false,
11340
11362
  "enabledForGitHubApps": true,
11363
+ "category": "teams",
11364
+ "subcategory": "discussion-comments",
11341
11365
  "previews": [
11342
11366
  {
11343
11367
  "required": false,
11344
11368
  "name": "squirrel-girl",
11345
11369
  "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.0/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.0/rest/reference/reactions) reactions."
11346
11370
  }
11347
- ],
11348
- "category": "teams",
11349
- "subcategory": "discussion-comments"
11371
+ ]
11350
11372
  },
11351
11373
  "x-octokit": {}
11352
11374
  },
@@ -11433,15 +11455,14 @@
11433
11455
  "x-github": {
11434
11456
  "githubCloudOnly": false,
11435
11457
  "enabledForGitHubApps": true,
11458
+ "category": "reactions",
11436
11459
  "previews": [
11437
11460
  {
11438
11461
  "required": true,
11439
11462
  "name": "squirrel-girl",
11440
11463
  "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.0/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.0/rest/reference/reactions) reactions."
11441
11464
  }
11442
- ],
11443
- "category": "reactions",
11444
- "subcategory": null
11465
+ ]
11445
11466
  },
11446
11467
  "x-octokit": {}
11447
11468
  },
@@ -11515,15 +11536,14 @@
11515
11536
  "x-github": {
11516
11537
  "githubCloudOnly": false,
11517
11538
  "enabledForGitHubApps": true,
11539
+ "category": "reactions",
11518
11540
  "previews": [
11519
11541
  {
11520
11542
  "required": true,
11521
11543
  "name": "squirrel-girl",
11522
11544
  "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.0/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.0/rest/reference/reactions) reactions."
11523
11545
  }
11524
- ],
11525
- "category": "reactions",
11526
- "subcategory": null
11546
+ ]
11527
11547
  },
11528
11548
  "x-octokit": {}
11529
11549
  }
@@ -11549,15 +11569,14 @@
11549
11569
  "x-github": {
11550
11570
  "githubCloudOnly": false,
11551
11571
  "enabledForGitHubApps": true,
11572
+ "category": "reactions",
11552
11573
  "previews": [
11553
11574
  {
11554
11575
  "required": true,
11555
11576
  "name": "squirrel-girl",
11556
11577
  "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.0/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.0/rest/reference/reactions) reactions."
11557
11578
  }
11558
- ],
11559
- "category": "reactions",
11560
- "subcategory": null
11579
+ ]
11561
11580
  },
11562
11581
  "x-octokit": {}
11563
11582
  }
@@ -11618,15 +11637,14 @@
11618
11637
  "x-github": {
11619
11638
  "githubCloudOnly": false,
11620
11639
  "enabledForGitHubApps": true,
11640
+ "category": "reactions",
11621
11641
  "previews": [
11622
11642
  {
11623
11643
  "required": true,
11624
11644
  "name": "squirrel-girl",
11625
11645
  "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.0/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.0/rest/reference/reactions) reactions."
11626
11646
  }
11627
- ],
11628
- "category": "reactions",
11629
- "subcategory": null
11647
+ ]
11630
11648
  },
11631
11649
  "x-octokit": {}
11632
11650
  },
@@ -11699,15 +11717,14 @@
11699
11717
  "x-github": {
11700
11718
  "githubCloudOnly": false,
11701
11719
  "enabledForGitHubApps": false,
11720
+ "category": "reactions",
11702
11721
  "previews": [
11703
11722
  {
11704
11723
  "required": true,
11705
11724
  "name": "squirrel-girl",
11706
11725
  "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.0/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.0/rest/reference/reactions) reactions."
11707
11726
  }
11708
- ],
11709
- "category": "reactions",
11710
- "subcategory": null
11727
+ ]
11711
11728
  },
11712
11729
  "x-octokit": {}
11713
11730
  }
@@ -11732,15 +11749,14 @@
11732
11749
  "x-github": {
11733
11750
  "githubCloudOnly": false,
11734
11751
  "enabledForGitHubApps": true,
11752
+ "category": "reactions",
11735
11753
  "previews": [
11736
11754
  {
11737
11755
  "required": true,
11738
11756
  "name": "squirrel-girl",
11739
11757
  "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.0/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.0/rest/reference/reactions) reactions."
11740
11758
  }
11741
- ],
11742
- "category": "reactions",
11743
- "subcategory": null
11759
+ ]
11744
11760
  },
11745
11761
  "x-octokit": {}
11746
11762
  }
@@ -13560,23 +13576,21 @@
13560
13576
  "304": { "$ref": "#/components/responses/not_modified" },
13561
13577
  "401": { "$ref": "#/components/responses/requires_authentication" },
13562
13578
  "403": { "$ref": "#/components/responses/forbidden" },
13563
- "410": { "$ref": "#/components/responses/gone" },
13564
- "415": { "$ref": "#/components/responses/preview_header_missing" }
13579
+ "410": { "$ref": "#/components/responses/gone" }
13565
13580
  },
13566
13581
  "x-github": {
13567
13582
  "githubCloudOnly": false,
13568
13583
  "enabledForGitHubApps": true,
13584
+ "removalDate": "2021-02-21",
13585
+ "deprecationDate": "2020-02-26",
13586
+ "category": "reactions",
13569
13587
  "previews": [
13570
13588
  {
13571
13589
  "required": true,
13572
13590
  "name": "squirrel-girl",
13573
13591
  "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.0/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.0/rest/reference/reactions) reactions."
13574
13592
  }
13575
- ],
13576
- "removalDate": "2021-02-21",
13577
- "deprecationDate": "2020-02-26",
13578
- "category": "reactions",
13579
- "subcategory": null
13593
+ ]
13580
13594
  },
13581
13595
  "deprecated": true,
13582
13596
  "x-octokit": {}
@@ -13632,8 +13646,7 @@
13632
13646
  "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.0/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.scarlet-witch-preview+json\n```"
13633
13647
  }
13634
13648
  ],
13635
- "category": "repos",
13636
- "subcategory": null
13649
+ "category": "repos"
13637
13650
  },
13638
13651
  "x-octokit": {}
13639
13652
  },
@@ -17946,6 +17959,7 @@
17946
17959
  { "$ref": "#/components/parameters/repo" }
17947
17960
  ],
17948
17961
  "requestBody": {
17962
+ "required": true,
17949
17963
  "content": {
17950
17964
  "application/json": {
17951
17965
  "schema": {
@@ -18809,15 +18823,15 @@
18809
18823
  "x-github": {
18810
18824
  "githubCloudOnly": false,
18811
18825
  "enabledForGitHubApps": true,
18826
+ "category": "repos",
18827
+ "subcategory": "comments",
18812
18828
  "previews": [
18813
18829
  {
18814
18830
  "required": false,
18815
18831
  "name": "squirrel-girl",
18816
18832
  "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.0/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.0/rest/reference/reactions) reactions."
18817
18833
  }
18818
- ],
18819
- "category": "repos",
18820
- "subcategory": "comments"
18834
+ ]
18821
18835
  },
18822
18836
  "x-octokit": {}
18823
18837
  }
@@ -18854,15 +18868,15 @@
18854
18868
  "x-github": {
18855
18869
  "githubCloudOnly": false,
18856
18870
  "enabledForGitHubApps": true,
18871
+ "category": "repos",
18872
+ "subcategory": "comments",
18857
18873
  "previews": [
18858
18874
  {
18859
18875
  "required": false,
18860
18876
  "name": "squirrel-girl",
18861
18877
  "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.0/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.0/rest/reference/reactions) reactions."
18862
18878
  }
18863
- ],
18864
- "category": "repos",
18865
- "subcategory": "comments"
18879
+ ]
18866
18880
  },
18867
18881
  "x-octokit": {}
18868
18882
  },
@@ -19003,21 +19017,19 @@
19003
19017
  },
19004
19018
  "headers": { "Link": { "$ref": "#/components/headers/link" } }
19005
19019
  },
19006
- "404": { "$ref": "#/components/responses/not_found" },
19007
- "415": { "$ref": "#/components/responses/preview_header_missing" }
19020
+ "404": { "$ref": "#/components/responses/not_found" }
19008
19021
  },
19009
19022
  "x-github": {
19010
19023
  "githubCloudOnly": false,
19011
19024
  "enabledForGitHubApps": true,
19025
+ "category": "reactions",
19012
19026
  "previews": [
19013
19027
  {
19014
19028
  "required": true,
19015
19029
  "name": "squirrel-girl",
19016
19030
  "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.0/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.0/rest/reference/reactions) reactions."
19017
19031
  }
19018
- ],
19019
- "category": "reactions",
19020
- "subcategory": null
19032
+ ]
19021
19033
  },
19022
19034
  "x-octokit": {}
19023
19035
  },
@@ -19092,15 +19104,14 @@
19092
19104
  "x-github": {
19093
19105
  "githubCloudOnly": false,
19094
19106
  "enabledForGitHubApps": true,
19107
+ "category": "reactions",
19095
19108
  "previews": [
19096
19109
  {
19097
19110
  "required": true,
19098
19111
  "name": "squirrel-girl",
19099
19112
  "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.0/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.0/rest/reference/reactions) reactions."
19100
19113
  }
19101
- ],
19102
- "category": "reactions",
19103
- "subcategory": null
19114
+ ]
19104
19115
  },
19105
19116
  "x-octokit": {}
19106
19117
  }
@@ -19125,15 +19136,14 @@
19125
19136
  "x-github": {
19126
19137
  "githubCloudOnly": false,
19127
19138
  "enabledForGitHubApps": true,
19139
+ "category": "reactions",
19128
19140
  "previews": [
19129
19141
  {
19130
19142
  "required": true,
19131
19143
  "name": "squirrel-girl",
19132
19144
  "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.0/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.0/rest/reference/reactions) reactions."
19133
19145
  }
19134
- ],
19135
- "category": "reactions",
19136
- "subcategory": null
19146
+ ]
19137
19147
  },
19138
19148
  "x-octokit": {}
19139
19149
  }
@@ -19303,15 +19313,15 @@
19303
19313
  "x-github": {
19304
19314
  "githubCloudOnly": false,
19305
19315
  "enabledForGitHubApps": true,
19316
+ "category": "repos",
19317
+ "subcategory": "comments",
19306
19318
  "previews": [
19307
19319
  {
19308
19320
  "required": false,
19309
19321
  "name": "squirrel-girl",
19310
19322
  "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.0/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.0/rest/reference/reactions) reactions."
19311
19323
  }
19312
- ],
19313
- "category": "repos",
19314
- "subcategory": "comments"
19324
+ ]
19315
19325
  },
19316
19326
  "x-octokit": {}
19317
19327
  },
@@ -20355,15 +20365,15 @@
20355
20365
  "x-github": {
20356
20366
  "githubCloudOnly": false,
20357
20367
  "enabledForGitHubApps": true,
20368
+ "category": "repos",
20369
+ "subcategory": "deployments",
20358
20370
  "previews": [
20359
20371
  {
20360
20372
  "required": false,
20361
20373
  "name": "ant-man",
20362
20374
  "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.0/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
20363
20375
  }
20364
- ],
20365
- "category": "repos",
20366
- "subcategory": "deployments"
20376
+ ]
20367
20377
  },
20368
20378
  "x-octokit": {}
20369
20379
  },
@@ -20502,15 +20512,15 @@
20502
20512
  "x-github": {
20503
20513
  "githubCloudOnly": false,
20504
20514
  "enabledForGitHubApps": true,
20515
+ "category": "repos",
20516
+ "subcategory": "deployments",
20505
20517
  "previews": [
20506
20518
  {
20507
20519
  "required": false,
20508
20520
  "name": "ant-man",
20509
20521
  "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.0/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
20510
20522
  }
20511
- ],
20512
- "category": "repos",
20513
- "subcategory": "deployments"
20523
+ ]
20514
20524
  },
20515
20525
  "x-octokit": {}
20516
20526
  }
@@ -20547,15 +20557,20 @@
20547
20557
  "x-github": {
20548
20558
  "githubCloudOnly": false,
20549
20559
  "enabledForGitHubApps": true,
20560
+ "category": "repos",
20561
+ "subcategory": "deployments",
20550
20562
  "previews": [
20563
+ {
20564
+ "required": false,
20565
+ "name": "flash",
20566
+ "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.0/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.flash-preview+json\n```"
20567
+ },
20551
20568
  {
20552
20569
  "required": false,
20553
20570
  "name": "ant-man",
20554
20571
  "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.0/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
20555
20572
  }
20556
- ],
20557
- "category": "repos",
20558
- "subcategory": "deployments"
20573
+ ]
20559
20574
  },
20560
20575
  "x-octokit": {}
20561
20576
  },
@@ -20628,6 +20643,8 @@
20628
20643
  "x-github": {
20629
20644
  "githubCloudOnly": false,
20630
20645
  "enabledForGitHubApps": true,
20646
+ "category": "repos",
20647
+ "subcategory": "deployments",
20631
20648
  "previews": [
20632
20649
  {
20633
20650
  "required": false,
@@ -20639,9 +20656,7 @@
20639
20656
  "name": "ant-man",
20640
20657
  "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.0/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
20641
20658
  }
20642
- ],
20643
- "category": "repos",
20644
- "subcategory": "deployments"
20659
+ ]
20645
20660
  },
20646
20661
  "x-octokit": {}
20647
20662
  },
@@ -20668,7 +20683,7 @@
20668
20683
  "properties": {
20669
20684
  "state": {
20670
20685
  "type": "string",
20671
- "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.0/rest/overview/api-previews#enhanced-deployments) custom media type. To use the `in_progress` and `queued` states, you must provide the [`application/vnd.github.flash-preview+json`](https://docs.github.com/enterprise-server@3.0/rest/overview/api-previews#deployment-statuses) custom media type. When you set a transient deployment to `inactive`, the deployment will be shown as `destroyed` in GitHub.",
20686
+ "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.0/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.",
20672
20687
  "enum": [
20673
20688
  "error",
20674
20689
  "failure",
@@ -20696,7 +20711,7 @@
20696
20711
  },
20697
20712
  "environment": {
20698
20713
  "type": "string",
20699
- "description": "Name for the target deployment environment, which can be changed when setting a deploy status. For example, `production`, `staging`, or `qa`. **Note:** This parameter requires you to use the [`application/vnd.github.flash-preview+json`](https://docs.github.com/enterprise-server@3.0/rest/overview/api-previews#deployment-statuses) custom media type.",
20714
+ "description": "Name for the target deployment environment, which can be changed when setting a deploy status. For example, `production`, `staging`, or `qa`.",
20700
20715
  "enum": ["production", "staging", "qa"]
20701
20716
  },
20702
20717
  "environment_url": {
@@ -20706,7 +20721,7 @@
20706
20721
  },
20707
20722
  "auto_inactive": {
20708
20723
  "type": "boolean",
20709
- "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:** To add an `inactive` status to `production` environments, you must use the [`application/vnd.github.flash-preview+json`](https://docs.github.com/enterprise-server@3.0/rest/overview/api-previews#deployment-statuses) custom media type. \n**Note:** This parameter requires you to use the [`application/vnd.github.ant-man-preview+json`](https://docs.github.com/enterprise-server@3.0/rest/overview/api-previews#enhanced-deployments) custom media type."
20724
+ "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.0/rest/overview/api-previews#enhanced-deployments) custom media type."
20710
20725
  }
20711
20726
  },
20712
20727
  "required": ["state"]
@@ -20745,6 +20760,8 @@
20745
20760
  "x-github": {
20746
20761
  "githubCloudOnly": false,
20747
20762
  "enabledForGitHubApps": true,
20763
+ "category": "repos",
20764
+ "subcategory": "deployments",
20748
20765
  "previews": [
20749
20766
  {
20750
20767
  "required": false,
@@ -20756,9 +20773,7 @@
20756
20773
  "name": "ant-man",
20757
20774
  "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.0/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
20758
20775
  }
20759
- ],
20760
- "category": "repos",
20761
- "subcategory": "deployments"
20776
+ ]
20762
20777
  },
20763
20778
  "x-octokit": {}
20764
20779
  }
@@ -20798,12 +20813,13 @@
20798
20813
  }
20799
20814
  }
20800
20815
  },
20801
- "404": { "$ref": "#/components/responses/not_found" },
20802
- "415": { "$ref": "#/components/responses/preview_header_missing" }
20816
+ "404": { "$ref": "#/components/responses/not_found" }
20803
20817
  },
20804
20818
  "x-github": {
20805
20819
  "githubCloudOnly": false,
20806
20820
  "enabledForGitHubApps": true,
20821
+ "category": "repos",
20822
+ "subcategory": "deployments",
20807
20823
  "previews": [
20808
20824
  {
20809
20825
  "required": false,
@@ -20815,9 +20831,7 @@
20815
20831
  "name": "ant-man",
20816
20832
  "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.0/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
20817
20833
  }
20818
- ],
20819
- "category": "repos",
20820
- "subcategory": "deployments"
20834
+ ]
20821
20835
  },
20822
20836
  "x-octokit": {}
20823
20837
  }
@@ -22622,12 +22636,10 @@
22622
22636
  "application/json": {
22623
22637
  "schema": {
22624
22638
  "type": "array",
22625
- "items": { "$ref": "#/components/schemas/issue-simple" }
22639
+ "items": { "$ref": "#/components/schemas/issue" }
22626
22640
  },
22627
22641
  "examples": {
22628
- "default": {
22629
- "$ref": "#/components/examples/issue-simple-items"
22630
- }
22642
+ "default": { "$ref": "#/components/examples/issue-items" }
22631
22643
  }
22632
22644
  }
22633
22645
  },
@@ -22640,15 +22652,19 @@
22640
22652
  "x-github": {
22641
22653
  "githubCloudOnly": false,
22642
22654
  "enabledForGitHubApps": true,
22655
+ "category": "issues",
22643
22656
  "previews": [
22657
+ {
22658
+ "required": false,
22659
+ "name": "machine-man",
22660
+ "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.0/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.machine-man-preview\n```"
22661
+ },
22644
22662
  {
22645
22663
  "required": false,
22646
22664
  "name": "squirrel-girl",
22647
22665
  "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.0/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.0/rest/reference/reactions) reactions."
22648
22666
  }
22649
- ],
22650
- "category": "issues",
22651
- "subcategory": null
22667
+ ]
22652
22668
  },
22653
22669
  "x-octokit": {}
22654
22670
  },
@@ -22818,15 +22834,15 @@
22818
22834
  "x-github": {
22819
22835
  "githubCloudOnly": false,
22820
22836
  "enabledForGitHubApps": true,
22837
+ "category": "issues",
22838
+ "subcategory": "comments",
22821
22839
  "previews": [
22822
22840
  {
22823
22841
  "required": false,
22824
22842
  "name": "squirrel-girl",
22825
22843
  "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.0/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.0/rest/reference/reactions) reactions."
22826
22844
  }
22827
- ],
22828
- "category": "issues",
22829
- "subcategory": "comments"
22845
+ ]
22830
22846
  },
22831
22847
  "x-octokit": {}
22832
22848
  }
@@ -22863,15 +22879,20 @@
22863
22879
  "x-github": {
22864
22880
  "githubCloudOnly": false,
22865
22881
  "enabledForGitHubApps": true,
22882
+ "category": "issues",
22883
+ "subcategory": "comments",
22866
22884
  "previews": [
22885
+ {
22886
+ "required": false,
22887
+ "name": "machine-man",
22888
+ "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.0/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.machine-man-preview\n```"
22889
+ },
22867
22890
  {
22868
22891
  "required": false,
22869
22892
  "name": "squirrel-girl",
22870
22893
  "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.0/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.0/rest/reference/reactions) reactions."
22871
22894
  }
22872
- ],
22873
- "category": "issues",
22874
- "subcategory": "comments"
22895
+ ]
22875
22896
  },
22876
22897
  "x-octokit": {}
22877
22898
  },
@@ -23007,21 +23028,19 @@
23007
23028
  },
23008
23029
  "headers": { "Link": { "$ref": "#/components/headers/link" } }
23009
23030
  },
23010
- "404": { "$ref": "#/components/responses/not_found" },
23011
- "415": { "$ref": "#/components/responses/preview_header_missing" }
23031
+ "404": { "$ref": "#/components/responses/not_found" }
23012
23032
  },
23013
23033
  "x-github": {
23014
23034
  "githubCloudOnly": false,
23015
23035
  "enabledForGitHubApps": true,
23036
+ "category": "reactions",
23016
23037
  "previews": [
23017
23038
  {
23018
23039
  "required": true,
23019
23040
  "name": "squirrel-girl",
23020
23041
  "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.0/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.0/rest/reference/reactions) reactions."
23021
23042
  }
23022
- ],
23023
- "category": "reactions",
23024
- "subcategory": null
23043
+ ]
23025
23044
  },
23026
23045
  "x-octokit": {}
23027
23046
  },
@@ -23090,21 +23109,19 @@
23090
23109
  }
23091
23110
  }
23092
23111
  },
23093
- "415": { "$ref": "#/components/responses/preview_header_missing" },
23094
23112
  "422": { "$ref": "#/components/responses/validation_failed" }
23095
23113
  },
23096
23114
  "x-github": {
23097
23115
  "githubCloudOnly": false,
23098
23116
  "enabledForGitHubApps": true,
23117
+ "category": "reactions",
23099
23118
  "previews": [
23100
23119
  {
23101
23120
  "required": true,
23102
23121
  "name": "squirrel-girl",
23103
23122
  "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.0/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.0/rest/reference/reactions) reactions."
23104
23123
  }
23105
- ],
23106
- "category": "reactions",
23107
- "subcategory": null
23124
+ ]
23108
23125
  },
23109
23126
  "x-octokit": {}
23110
23127
  }
@@ -23129,15 +23146,14 @@
23129
23146
  "x-github": {
23130
23147
  "githubCloudOnly": false,
23131
23148
  "enabledForGitHubApps": true,
23149
+ "category": "reactions",
23132
23150
  "previews": [
23133
23151
  {
23134
23152
  "required": true,
23135
23153
  "name": "squirrel-girl",
23136
23154
  "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.0/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.0/rest/reference/reactions) reactions."
23137
23155
  }
23138
- ],
23139
- "category": "reactions",
23140
- "subcategory": null
23156
+ ]
23141
23157
  },
23142
23158
  "x-octokit": {}
23143
23159
  }
@@ -23281,15 +23297,14 @@
23281
23297
  "x-github": {
23282
23298
  "githubCloudOnly": false,
23283
23299
  "enabledForGitHubApps": true,
23300
+ "category": "issues",
23284
23301
  "previews": [
23285
23302
  {
23286
23303
  "required": false,
23287
23304
  "name": "squirrel-girl",
23288
23305
  "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.0/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.0/rest/reference/reactions) reactions."
23289
23306
  }
23290
- ],
23291
- "category": "issues",
23292
- "subcategory": null
23307
+ ]
23293
23308
  },
23294
23309
  "x-octokit": {}
23295
23310
  },
@@ -23448,9 +23463,9 @@
23448
23463
  "description": "Response",
23449
23464
  "content": {
23450
23465
  "application/json": {
23451
- "schema": { "$ref": "#/components/schemas/issue-simple" },
23466
+ "schema": { "$ref": "#/components/schemas/issue" },
23452
23467
  "examples": {
23453
- "default": { "$ref": "#/components/examples/issue-simple" }
23468
+ "default": { "$ref": "#/components/examples/issue" }
23454
23469
  }
23455
23470
  }
23456
23471
  }
@@ -23501,9 +23516,9 @@
23501
23516
  "description": "Response",
23502
23517
  "content": {
23503
23518
  "application/json": {
23504
- "schema": { "$ref": "#/components/schemas/issue-simple" },
23519
+ "schema": { "$ref": "#/components/schemas/issue" },
23505
23520
  "examples": {
23506
- "default": { "$ref": "#/components/examples/issue-simple" }
23521
+ "default": { "$ref": "#/components/examples/issue" }
23507
23522
  }
23508
23523
  }
23509
23524
  }
@@ -23561,15 +23576,15 @@
23561
23576
  "x-github": {
23562
23577
  "githubCloudOnly": false,
23563
23578
  "enabledForGitHubApps": true,
23579
+ "category": "issues",
23580
+ "subcategory": "comments",
23564
23581
  "previews": [
23565
23582
  {
23566
23583
  "required": false,
23567
23584
  "name": "squirrel-girl",
23568
23585
  "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.0/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.0/rest/reference/reactions) reactions."
23569
23586
  }
23570
- ],
23571
- "category": "issues",
23572
- "subcategory": "comments"
23587
+ ]
23573
23588
  },
23574
23589
  "x-octokit": {}
23575
23590
  },
@@ -24099,21 +24114,19 @@
24099
24114
  "headers": { "Link": { "$ref": "#/components/headers/link" } }
24100
24115
  },
24101
24116
  "404": { "$ref": "#/components/responses/not_found" },
24102
- "410": { "$ref": "#/components/responses/gone" },
24103
- "415": { "$ref": "#/components/responses/preview_header_missing" }
24117
+ "410": { "$ref": "#/components/responses/gone" }
24104
24118
  },
24105
24119
  "x-github": {
24106
24120
  "githubCloudOnly": false,
24107
24121
  "enabledForGitHubApps": true,
24122
+ "category": "reactions",
24108
24123
  "previews": [
24109
24124
  {
24110
24125
  "required": true,
24111
24126
  "name": "squirrel-girl",
24112
24127
  "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.0/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.0/rest/reference/reactions) reactions."
24113
24128
  }
24114
- ],
24115
- "category": "reactions",
24116
- "subcategory": null
24129
+ ]
24117
24130
  },
24118
24131
  "x-octokit": {}
24119
24132
  },
@@ -24182,21 +24195,19 @@
24182
24195
  }
24183
24196
  }
24184
24197
  },
24185
- "415": { "$ref": "#/components/responses/preview_header_missing" },
24186
24198
  "422": { "$ref": "#/components/responses/validation_failed" }
24187
24199
  },
24188
24200
  "x-github": {
24189
24201
  "githubCloudOnly": false,
24190
24202
  "enabledForGitHubApps": false,
24203
+ "category": "reactions",
24191
24204
  "previews": [
24192
24205
  {
24193
24206
  "required": true,
24194
24207
  "name": "squirrel-girl",
24195
24208
  "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.0/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.0/rest/reference/reactions) reactions."
24196
24209
  }
24197
- ],
24198
- "category": "reactions",
24199
- "subcategory": null
24210
+ ]
24200
24211
  },
24201
24212
  "x-octokit": {}
24202
24213
  }
@@ -24221,15 +24232,14 @@
24221
24232
  "x-github": {
24222
24233
  "githubCloudOnly": false,
24223
24234
  "enabledForGitHubApps": true,
24235
+ "category": "reactions",
24224
24236
  "previews": [
24225
24237
  {
24226
24238
  "required": true,
24227
24239
  "name": "squirrel-girl",
24228
24240
  "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.0/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.0/rest/reference/reactions) reactions."
24229
24241
  }
24230
- ],
24231
- "category": "reactions",
24232
- "subcategory": null
24242
+ ]
24233
24243
  },
24234
24244
  "x-octokit": {}
24235
24245
  }
@@ -26248,7 +26258,7 @@
26248
26258
  "category": "pulls",
26249
26259
  "subcategory": null
26250
26260
  },
26251
- "x-octokit": { "diff": { "ghes-3.1.json": { "type": "changed" } } }
26261
+ "x-octokit": {}
26252
26262
  }
26253
26263
  },
26254
26264
  "/repos/{owner}/{repo}/pulls/comments": {
@@ -26309,11 +26319,6 @@
26309
26319
  "githubCloudOnly": false,
26310
26320
  "enabledForGitHubApps": true,
26311
26321
  "previews": [
26312
- {
26313
- "required": false,
26314
- "name": "comfort-fade",
26315
- "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.0/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."
26316
- },
26317
26322
  {
26318
26323
  "required": false,
26319
26324
  "name": "squirrel-girl",
@@ -26363,11 +26368,6 @@
26363
26368
  "githubCloudOnly": false,
26364
26369
  "enabledForGitHubApps": true,
26365
26370
  "previews": [
26366
- {
26367
- "required": false,
26368
- "name": "comfort-fade",
26369
- "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.0/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."
26370
- },
26371
26371
  {
26372
26372
  "required": false,
26373
26373
  "name": "squirrel-girl",
@@ -26523,21 +26523,19 @@
26523
26523
  },
26524
26524
  "headers": { "Link": { "$ref": "#/components/headers/link" } }
26525
26525
  },
26526
- "404": { "$ref": "#/components/responses/not_found" },
26527
- "415": { "$ref": "#/components/responses/preview_header_missing" }
26526
+ "404": { "$ref": "#/components/responses/not_found" }
26528
26527
  },
26529
26528
  "x-github": {
26530
26529
  "githubCloudOnly": false,
26531
26530
  "enabledForGitHubApps": true,
26531
+ "category": "reactions",
26532
26532
  "previews": [
26533
26533
  {
26534
26534
  "required": true,
26535
26535
  "name": "squirrel-girl",
26536
26536
  "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.0/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.0/rest/reference/reactions) reactions."
26537
26537
  }
26538
- ],
26539
- "category": "reactions",
26540
- "subcategory": null
26538
+ ]
26541
26539
  },
26542
26540
  "x-octokit": {}
26543
26541
  },
@@ -26606,21 +26604,19 @@
26606
26604
  }
26607
26605
  }
26608
26606
  },
26609
- "415": { "$ref": "#/components/responses/preview_header_missing" },
26610
26607
  "422": { "$ref": "#/components/responses/validation_failed" }
26611
26608
  },
26612
26609
  "x-github": {
26613
26610
  "githubCloudOnly": false,
26614
26611
  "enabledForGitHubApps": true,
26612
+ "category": "reactions",
26615
26613
  "previews": [
26616
26614
  {
26617
26615
  "required": true,
26618
26616
  "name": "squirrel-girl",
26619
26617
  "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.0/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.0/rest/reference/reactions) reactions."
26620
26618
  }
26621
- ],
26622
- "category": "reactions",
26623
- "subcategory": null
26619
+ ]
26624
26620
  },
26625
26621
  "x-octokit": {}
26626
26622
  }
@@ -26645,15 +26641,14 @@
26645
26641
  "x-github": {
26646
26642
  "githubCloudOnly": false,
26647
26643
  "enabledForGitHubApps": true,
26644
+ "category": "reactions",
26648
26645
  "previews": [
26649
26646
  {
26650
26647
  "required": true,
26651
26648
  "name": "squirrel-girl",
26652
26649
  "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.0/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.0/rest/reference/reactions) reactions."
26653
26650
  }
26654
- ],
26655
- "category": "reactions",
26656
- "subcategory": null
26651
+ ]
26657
26652
  },
26658
26653
  "x-octokit": {}
26659
26654
  }
@@ -26772,7 +26767,7 @@
26772
26767
  "category": "pulls",
26773
26768
  "subcategory": null
26774
26769
  },
26775
- "x-octokit": { "diff": { "ghes-3.1.json": { "type": "changed" } } }
26770
+ "x-octokit": {}
26776
26771
  }
26777
26772
  },
26778
26773
  "/repos/{owner}/{repo}/pulls/{pull_number}/comments": {
@@ -26826,11 +26821,6 @@
26826
26821
  "githubCloudOnly": false,
26827
26822
  "enabledForGitHubApps": true,
26828
26823
  "previews": [
26829
- {
26830
- "required": false,
26831
- "name": "comfort-fade",
26832
- "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.0/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."
26833
- },
26834
26824
  {
26835
26825
  "required": false,
26836
26826
  "name": "squirrel-girl",
@@ -27391,7 +27381,7 @@
27391
27381
  "category": "pulls",
27392
27382
  "subcategory": "review-requests"
27393
27383
  },
27394
- "x-octokit": { "diff": { "ghes-3.1.json": { "type": "changed" } } }
27384
+ "x-octokit": {}
27395
27385
  },
27396
27386
  "delete": {
27397
27387
  "summary": "Remove requested reviewers from a pull request",
@@ -30927,17 +30917,17 @@
30927
30917
  "x-github": {
30928
30918
  "githubCloudOnly": false,
30929
30919
  "enabledForGitHubApps": true,
30920
+ "removalDate": "2021-02-01",
30921
+ "deprecationDate": "2020-01-21",
30922
+ "category": "teams",
30923
+ "subcategory": "discussions",
30930
30924
  "previews": [
30931
30925
  {
30932
30926
  "required": false,
30933
30927
  "name": "squirrel-girl",
30934
30928
  "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.0/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.0/rest/reference/reactions) reactions."
30935
30929
  }
30936
- ],
30937
- "removalDate": "2021-02-01",
30938
- "deprecationDate": "2020-01-21",
30939
- "category": "teams",
30940
- "subcategory": "discussions"
30930
+ ]
30941
30931
  },
30942
30932
  "deprecated": true,
30943
30933
  "x-octokit": {}
@@ -30999,17 +30989,17 @@
30999
30989
  "triggersNotification": true,
31000
30990
  "githubCloudOnly": false,
31001
30991
  "enabledForGitHubApps": true,
30992
+ "removalDate": "2021-02-01",
30993
+ "deprecationDate": "2020-01-21",
30994
+ "category": "teams",
30995
+ "subcategory": "discussions",
31002
30996
  "previews": [
31003
30997
  {
31004
30998
  "required": false,
31005
30999
  "name": "squirrel-girl",
31006
31000
  "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.0/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.0/rest/reference/reactions) reactions."
31007
31001
  }
31008
- ],
31009
- "removalDate": "2021-02-01",
31010
- "deprecationDate": "2020-01-21",
31011
- "category": "teams",
31012
- "subcategory": "discussions"
31002
+ ]
31013
31003
  },
31014
31004
  "deprecated": true,
31015
31005
  "x-octokit": {}
@@ -31045,17 +31035,17 @@
31045
31035
  "x-github": {
31046
31036
  "githubCloudOnly": false,
31047
31037
  "enabledForGitHubApps": true,
31038
+ "removalDate": "2021-02-01",
31039
+ "deprecationDate": "2020-01-21",
31040
+ "category": "teams",
31041
+ "subcategory": "discussions",
31048
31042
  "previews": [
31049
31043
  {
31050
31044
  "required": false,
31051
31045
  "name": "squirrel-girl",
31052
31046
  "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.0/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.0/rest/reference/reactions) reactions."
31053
31047
  }
31054
- ],
31055
- "removalDate": "2021-02-01",
31056
- "deprecationDate": "2020-01-21",
31057
- "category": "teams",
31058
- "subcategory": "discussions"
31048
+ ]
31059
31049
  },
31060
31050
  "deprecated": true,
31061
31051
  "x-octokit": {}
@@ -31111,17 +31101,17 @@
31111
31101
  "x-github": {
31112
31102
  "githubCloudOnly": false,
31113
31103
  "enabledForGitHubApps": true,
31104
+ "removalDate": "2021-02-01",
31105
+ "deprecationDate": "2020-01-21",
31106
+ "category": "teams",
31107
+ "subcategory": "discussions",
31114
31108
  "previews": [
31115
31109
  {
31116
31110
  "required": false,
31117
31111
  "name": "squirrel-girl",
31118
31112
  "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.0/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.0/rest/reference/reactions) reactions."
31119
31113
  }
31120
- ],
31121
- "removalDate": "2021-02-01",
31122
- "deprecationDate": "2020-01-21",
31123
- "category": "teams",
31124
- "subcategory": "discussions"
31114
+ ]
31125
31115
  },
31126
31116
  "deprecated": true,
31127
31117
  "x-octokit": {}
@@ -31194,17 +31184,17 @@
31194
31184
  "x-github": {
31195
31185
  "githubCloudOnly": false,
31196
31186
  "enabledForGitHubApps": true,
31187
+ "removalDate": "2021-02-01",
31188
+ "deprecationDate": "2020-01-21",
31189
+ "category": "teams",
31190
+ "subcategory": "discussion-comments",
31197
31191
  "previews": [
31198
31192
  {
31199
31193
  "required": false,
31200
31194
  "name": "squirrel-girl",
31201
31195
  "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.0/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.0/rest/reference/reactions) reactions."
31202
31196
  }
31203
- ],
31204
- "removalDate": "2021-02-01",
31205
- "deprecationDate": "2020-01-21",
31206
- "category": "teams",
31207
- "subcategory": "discussion-comments"
31197
+ ]
31208
31198
  },
31209
31199
  "deprecated": true,
31210
31200
  "x-octokit": {}
@@ -31261,17 +31251,17 @@
31261
31251
  "triggersNotification": true,
31262
31252
  "githubCloudOnly": false,
31263
31253
  "enabledForGitHubApps": true,
31254
+ "removalDate": "2021-02-01",
31255
+ "deprecationDate": "2020-01-21",
31256
+ "category": "teams",
31257
+ "subcategory": "discussion-comments",
31264
31258
  "previews": [
31265
31259
  {
31266
31260
  "required": false,
31267
31261
  "name": "squirrel-girl",
31268
31262
  "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.0/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.0/rest/reference/reactions) reactions."
31269
31263
  }
31270
- ],
31271
- "removalDate": "2021-02-01",
31272
- "deprecationDate": "2020-01-21",
31273
- "category": "teams",
31274
- "subcategory": "discussion-comments"
31264
+ ]
31275
31265
  },
31276
31266
  "deprecated": true,
31277
31267
  "x-octokit": {}
@@ -31312,17 +31302,17 @@
31312
31302
  "x-github": {
31313
31303
  "githubCloudOnly": false,
31314
31304
  "enabledForGitHubApps": true,
31305
+ "removalDate": "2021-02-01",
31306
+ "deprecationDate": "2020-01-21",
31307
+ "category": "teams",
31308
+ "subcategory": "discussion-comments",
31315
31309
  "previews": [
31316
31310
  {
31317
31311
  "required": false,
31318
31312
  "name": "squirrel-girl",
31319
31313
  "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.0/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.0/rest/reference/reactions) reactions."
31320
31314
  }
31321
- ],
31322
- "removalDate": "2021-02-01",
31323
- "deprecationDate": "2020-01-21",
31324
- "category": "teams",
31325
- "subcategory": "discussion-comments"
31315
+ ]
31326
31316
  },
31327
31317
  "deprecated": true,
31328
31318
  "x-octokit": {}
@@ -31379,17 +31369,17 @@
31379
31369
  "x-github": {
31380
31370
  "githubCloudOnly": false,
31381
31371
  "enabledForGitHubApps": true,
31372
+ "removalDate": "2021-02-01",
31373
+ "deprecationDate": "2020-01-21",
31374
+ "category": "teams",
31375
+ "subcategory": "discussion-comments",
31382
31376
  "previews": [
31383
31377
  {
31384
31378
  "required": false,
31385
31379
  "name": "squirrel-girl",
31386
31380
  "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.0/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.0/rest/reference/reactions) reactions."
31387
31381
  }
31388
- ],
31389
- "removalDate": "2021-02-01",
31390
- "deprecationDate": "2020-01-21",
31391
- "category": "teams",
31392
- "subcategory": "discussion-comments"
31382
+ ]
31393
31383
  },
31394
31384
  "deprecated": true,
31395
31385
  "x-octokit": {}
@@ -31478,17 +31468,16 @@
31478
31468
  "x-github": {
31479
31469
  "githubCloudOnly": false,
31480
31470
  "enabledForGitHubApps": true,
31471
+ "removalDate": "2021-02-21",
31472
+ "deprecationDate": "2020-02-26",
31473
+ "category": "reactions",
31481
31474
  "previews": [
31482
31475
  {
31483
31476
  "required": true,
31484
31477
  "name": "squirrel-girl",
31485
31478
  "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.0/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.0/rest/reference/reactions) reactions."
31486
31479
  }
31487
- ],
31488
- "removalDate": "2021-02-21",
31489
- "deprecationDate": "2020-02-26",
31490
- "category": "reactions",
31491
- "subcategory": null
31480
+ ]
31492
31481
  },
31493
31482
  "deprecated": true,
31494
31483
  "x-octokit": {}
@@ -31551,17 +31540,16 @@
31551
31540
  "x-github": {
31552
31541
  "githubCloudOnly": false,
31553
31542
  "enabledForGitHubApps": true,
31543
+ "removalDate": "2021-02-21",
31544
+ "deprecationDate": "2020-02-26",
31545
+ "category": "reactions",
31554
31546
  "previews": [
31555
31547
  {
31556
31548
  "required": true,
31557
31549
  "name": "squirrel-girl",
31558
31550
  "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.0/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.0/rest/reference/reactions) reactions."
31559
31551
  }
31560
- ],
31561
- "removalDate": "2021-02-21",
31562
- "deprecationDate": "2020-02-26",
31563
- "category": "reactions",
31564
- "subcategory": null
31552
+ ]
31565
31553
  },
31566
31554
  "deprecated": true,
31567
31555
  "x-octokit": {}
@@ -31622,17 +31610,16 @@
31622
31610
  "x-github": {
31623
31611
  "githubCloudOnly": false,
31624
31612
  "enabledForGitHubApps": true,
31613
+ "removalDate": "2021-02-21",
31614
+ "deprecationDate": "2020-02-26",
31615
+ "category": "reactions",
31625
31616
  "previews": [
31626
31617
  {
31627
31618
  "required": true,
31628
31619
  "name": "squirrel-girl",
31629
31620
  "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.0/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.0/rest/reference/reactions) reactions."
31630
31621
  }
31631
- ],
31632
- "removalDate": "2021-02-21",
31633
- "deprecationDate": "2020-02-26",
31634
- "category": "reactions",
31635
- "subcategory": null
31622
+ ]
31636
31623
  },
31637
31624
  "deprecated": true,
31638
31625
  "x-octokit": {}
@@ -31694,17 +31681,16 @@
31694
31681
  "x-github": {
31695
31682
  "githubCloudOnly": false,
31696
31683
  "enabledForGitHubApps": false,
31684
+ "removalDate": "2021-02-21",
31685
+ "deprecationDate": "2020-02-26",
31686
+ "category": "reactions",
31697
31687
  "previews": [
31698
31688
  {
31699
31689
  "required": true,
31700
31690
  "name": "squirrel-girl",
31701
31691
  "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.0/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.0/rest/reference/reactions) reactions."
31702
31692
  }
31703
- ],
31704
- "removalDate": "2021-02-21",
31705
- "deprecationDate": "2020-02-26",
31706
- "category": "reactions",
31707
- "subcategory": null
31693
+ ]
31708
31694
  },
31709
31695
  "deprecated": true,
31710
31696
  "x-octokit": {}
@@ -32557,7 +32543,7 @@
32557
32543
  "category": "users",
32558
32544
  "subcategory": null
32559
32545
  },
32560
- "x-octokit": { "diff": { "ghes-3.1.json": { "type": "changed" } } }
32546
+ "x-octokit": {}
32561
32547
  }
32562
32548
  },
32563
32549
  "/user/emails": {
@@ -33329,15 +33315,19 @@
33329
33315
  "x-github": {
33330
33316
  "githubCloudOnly": false,
33331
33317
  "enabledForGitHubApps": false,
33318
+ "category": "issues",
33332
33319
  "previews": [
33320
+ {
33321
+ "required": false,
33322
+ "name": "machine-man",
33323
+ "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.0/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.machine-man-preview\n```"
33324
+ },
33333
33325
  {
33334
33326
  "required": false,
33335
33327
  "name": "squirrel-girl",
33336
33328
  "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.0/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.0/rest/reference/reactions) reactions."
33337
33329
  }
33338
- ],
33339
- "category": "issues",
33340
- "subcategory": null
33330
+ ]
33341
33331
  },
33342
33332
  "x-octokit": {}
33343
33333
  }
@@ -38580,49 +38570,6 @@
38580
38570
  },
38581
38571
  "required": ["id", "login", "gravatar_id", "url", "avatar_url"]
38582
38572
  },
38583
- "label": {
38584
- "title": "Label",
38585
- "description": "Color-coded labels help you categorize and filter your issues (just like labels in Gmail).",
38586
- "type": "object",
38587
- "properties": {
38588
- "id": { "type": "integer", "format": "int64", "example": 208045946 },
38589
- "node_id": {
38590
- "type": "string",
38591
- "example": "MDU6TGFiZWwyMDgwNDU5NDY="
38592
- },
38593
- "url": {
38594
- "description": "URL for the label",
38595
- "example": "https://api.github.com/repositories/42/labels/bug",
38596
- "type": "string",
38597
- "format": "uri"
38598
- },
38599
- "name": {
38600
- "description": "The name of the label.",
38601
- "example": "bug",
38602
- "type": "string"
38603
- },
38604
- "description": {
38605
- "type": "string",
38606
- "example": "Something isn't working",
38607
- "nullable": true
38608
- },
38609
- "color": {
38610
- "description": "6-character hex code, without the leading #, identifying the color",
38611
- "example": "FFFFFF",
38612
- "type": "string"
38613
- },
38614
- "default": { "type": "boolean", "example": true }
38615
- },
38616
- "required": [
38617
- "id",
38618
- "node_id",
38619
- "url",
38620
- "name",
38621
- "description",
38622
- "color",
38623
- "default"
38624
- ]
38625
- },
38626
38573
  "nullable-milestone": {
38627
38574
  "title": "Milestone",
38628
38575
  "description": "A collection of related issues and pull requests.",
@@ -38716,22 +38663,6 @@
38716
38663
  ],
38717
38664
  "nullable": true
38718
38665
  },
38719
- "author_association": {
38720
- "title": "author_association",
38721
- "type": "string",
38722
- "example": "OWNER",
38723
- "description": "How the author is associated with the repository.",
38724
- "enum": [
38725
- "COLLABORATOR",
38726
- "CONTRIBUTOR",
38727
- "FIRST_TIMER",
38728
- "FIRST_TIME_CONTRIBUTOR",
38729
- "MANNEQUIN",
38730
- "MEMBER",
38731
- "NONE",
38732
- "OWNER"
38733
- ]
38734
- },
38735
38666
  "nullable-integration": {
38736
38667
  "title": "GitHub app",
38737
38668
  "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.",
@@ -38839,53 +38770,111 @@
38839
38770
  ],
38840
38771
  "nullable": true
38841
38772
  },
38842
- "issue-simple": {
38843
- "title": "Issue Simple",
38844
- "description": "Issue Simple",
38773
+ "author_association": {
38774
+ "title": "author_association",
38775
+ "type": "string",
38776
+ "example": "OWNER",
38777
+ "description": "How the author is associated with the repository.",
38778
+ "enum": [
38779
+ "COLLABORATOR",
38780
+ "CONTRIBUTOR",
38781
+ "FIRST_TIMER",
38782
+ "FIRST_TIME_CONTRIBUTOR",
38783
+ "MANNEQUIN",
38784
+ "MEMBER",
38785
+ "NONE",
38786
+ "OWNER"
38787
+ ]
38788
+ },
38789
+ "reaction-rollup": {
38790
+ "title": "Reaction Rollup",
38845
38791
  "type": "object",
38846
38792
  "properties": {
38847
- "id": { "type": "integer", "example": 1 },
38848
- "node_id": { "type": "string", "example": "MDU6SXNzdWUx" },
38793
+ "url": { "type": "string", "format": "uri" },
38794
+ "total_count": { "type": "integer" },
38795
+ "+1": { "type": "integer" },
38796
+ "-1": { "type": "integer" },
38797
+ "laugh": { "type": "integer" },
38798
+ "confused": { "type": "integer" },
38799
+ "heart": { "type": "integer" },
38800
+ "hooray": { "type": "integer" },
38801
+ "eyes": { "type": "integer" },
38802
+ "rocket": { "type": "integer" }
38803
+ },
38804
+ "required": [
38805
+ "url",
38806
+ "total_count",
38807
+ "+1",
38808
+ "-1",
38809
+ "laugh",
38810
+ "confused",
38811
+ "heart",
38812
+ "hooray",
38813
+ "eyes",
38814
+ "rocket"
38815
+ ]
38816
+ },
38817
+ "issue": {
38818
+ "title": "Issue",
38819
+ "description": "Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.",
38820
+ "type": "object",
38821
+ "properties": {
38822
+ "id": { "type": "integer" },
38823
+ "node_id": { "type": "string" },
38849
38824
  "url": {
38825
+ "description": "URL for the issue",
38826
+ "example": "https://api.github.com/repositories/42/issues/1",
38850
38827
  "type": "string",
38851
- "format": "uri",
38852
- "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347"
38853
- },
38854
- "repository_url": {
38855
- "type": "string",
38856
- "format": "uri",
38857
- "example": "https://api.github.com/repos/octocat/Hello-World"
38858
- },
38859
- "labels_url": {
38860
- "type": "string",
38861
- "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}"
38828
+ "format": "uri"
38862
38829
  },
38863
- "comments_url": {
38864
- "type": "string",
38865
- "format": "uri",
38866
- "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments"
38830
+ "repository_url": { "type": "string", "format": "uri" },
38831
+ "labels_url": { "type": "string" },
38832
+ "comments_url": { "type": "string", "format": "uri" },
38833
+ "events_url": { "type": "string", "format": "uri" },
38834
+ "html_url": { "type": "string", "format": "uri" },
38835
+ "number": {
38836
+ "description": "Number uniquely identifying the issue within its repository",
38837
+ "example": 42,
38838
+ "type": "integer"
38867
38839
  },
38868
- "events_url": {
38869
- "type": "string",
38870
- "format": "uri",
38871
- "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/events"
38840
+ "state": {
38841
+ "description": "State of the issue; either 'open' or 'closed'",
38842
+ "example": "open",
38843
+ "type": "string"
38872
38844
  },
38873
- "html_url": {
38874
- "type": "string",
38875
- "format": "uri",
38876
- "example": "https://github.com/octocat/Hello-World/issues/1347"
38845
+ "title": {
38846
+ "description": "Title of the issue",
38847
+ "example": "Widget creation fails in Safari on OS X 10.8",
38848
+ "type": "string"
38877
38849
  },
38878
- "number": { "type": "integer", "example": 1347 },
38879
- "state": { "type": "string", "example": "open" },
38880
- "title": { "type": "string", "example": "Found a bug" },
38881
38850
  "body": {
38851
+ "description": "Contents of the issue",
38852
+ "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?",
38882
38853
  "type": "string",
38883
- "example": "I'm having a problem with this."
38854
+ "nullable": true
38884
38855
  },
38885
38856
  "user": { "$ref": "#/components/schemas/nullable-simple-user" },
38886
38857
  "labels": {
38858
+ "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",
38859
+ "example": ["bug", "registration"],
38887
38860
  "type": "array",
38888
- "items": { "$ref": "#/components/schemas/label" }
38861
+ "items": {
38862
+ "oneOf": [
38863
+ { "type": "string" },
38864
+ {
38865
+ "type": "object",
38866
+ "properties": {
38867
+ "id": { "type": "integer", "format": "int64" },
38868
+ "node_id": { "type": "string" },
38869
+ "url": { "type": "string", "format": "uri" },
38870
+ "name": { "type": "string" },
38871
+ "description": { "type": "string", "nullable": true },
38872
+ "color": { "type": "string", "nullable": true },
38873
+ "default": { "type": "boolean" }
38874
+ }
38875
+ }
38876
+ ]
38877
+ }
38889
38878
  },
38890
38879
  "assignee": { "$ref": "#/components/schemas/nullable-simple-user" },
38891
38880
  "assignees": {
@@ -38894,13 +38883,9 @@
38894
38883
  "nullable": true
38895
38884
  },
38896
38885
  "milestone": { "$ref": "#/components/schemas/nullable-milestone" },
38897
- "locked": { "type": "boolean", "example": true },
38898
- "active_lock_reason": {
38899
- "type": "string",
38900
- "example": "too heated",
38901
- "nullable": true
38902
- },
38903
- "comments": { "type": "integer", "example": 0 },
38886
+ "locked": { "type": "boolean" },
38887
+ "active_lock_reason": { "type": "string", "nullable": true },
38888
+ "comments": { "type": "integer" },
38904
38889
  "pull_request": {
38905
38890
  "type": "object",
38906
38891
  "properties": {
@@ -38933,26 +38918,20 @@
38933
38918
  "format": "date-time",
38934
38919
  "nullable": true
38935
38920
  },
38936
- "created_at": {
38937
- "type": "string",
38938
- "format": "date-time",
38939
- "example": "2011-04-22T13:33:48Z"
38940
- },
38941
- "updated_at": {
38942
- "type": "string",
38943
- "format": "date-time",
38944
- "example": "2011-04-22T13:33:48Z"
38945
- },
38946
- "author_association": {
38947
- "$ref": "#/components/schemas/author_association"
38948
- },
38921
+ "created_at": { "type": "string", "format": "date-time" },
38922
+ "updated_at": { "type": "string", "format": "date-time" },
38923
+ "closed_by": { "$ref": "#/components/schemas/nullable-simple-user" },
38949
38924
  "body_html": { "type": "string" },
38950
38925
  "body_text": { "type": "string" },
38951
38926
  "timeline_url": { "type": "string", "format": "uri" },
38952
38927
  "repository": { "$ref": "#/components/schemas/repository" },
38953
38928
  "performed_via_github_app": {
38954
38929
  "$ref": "#/components/schemas/nullable-integration"
38955
- }
38930
+ },
38931
+ "author_association": {
38932
+ "$ref": "#/components/schemas/author_association"
38933
+ },
38934
+ "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
38956
38935
  },
38957
38936
  "required": [
38958
38937
  "assignee",
@@ -38978,34 +38957,6 @@
38978
38957
  "updated_at"
38979
38958
  ]
38980
38959
  },
38981
- "reaction-rollup": {
38982
- "title": "Reaction Rollup",
38983
- "type": "object",
38984
- "properties": {
38985
- "url": { "type": "string", "format": "uri" },
38986
- "total_count": { "type": "integer" },
38987
- "+1": { "type": "integer" },
38988
- "-1": { "type": "integer" },
38989
- "laugh": { "type": "integer" },
38990
- "confused": { "type": "integer" },
38991
- "heart": { "type": "integer" },
38992
- "hooray": { "type": "integer" },
38993
- "eyes": { "type": "integer" },
38994
- "rocket": { "type": "integer" }
38995
- },
38996
- "required": [
38997
- "url",
38998
- "total_count",
38999
- "+1",
39000
- "-1",
39001
- "laugh",
39002
- "confused",
39003
- "heart",
39004
- "hooray",
39005
- "eyes",
39006
- "rocket"
39007
- ]
39008
- },
39009
38960
  "issue-comment": {
39010
38961
  "title": "Issue Comment",
39011
38962
  "description": "Comments provide a way for people to collaborate on an issue.",
@@ -39085,7 +39036,7 @@
39085
39036
  "type": "object",
39086
39037
  "properties": {
39087
39038
  "action": { "type": "string" },
39088
- "issue": { "$ref": "#/components/schemas/issue-simple" },
39039
+ "issue": { "$ref": "#/components/schemas/issue" },
39089
39040
  "comment": { "$ref": "#/components/schemas/issue-comment" },
39090
39041
  "pages": {
39091
39042
  "type": "array",
@@ -39572,149 +39523,6 @@
39572
39523
  },
39573
39524
  "required": ["name", "source"]
39574
39525
  },
39575
- "issue": {
39576
- "title": "Issue",
39577
- "description": "Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.",
39578
- "type": "object",
39579
- "properties": {
39580
- "id": { "type": "integer" },
39581
- "node_id": { "type": "string" },
39582
- "url": {
39583
- "description": "URL for the issue",
39584
- "example": "https://api.github.com/repositories/42/issues/1",
39585
- "type": "string",
39586
- "format": "uri"
39587
- },
39588
- "repository_url": { "type": "string", "format": "uri" },
39589
- "labels_url": { "type": "string" },
39590
- "comments_url": { "type": "string", "format": "uri" },
39591
- "events_url": { "type": "string", "format": "uri" },
39592
- "html_url": { "type": "string", "format": "uri" },
39593
- "number": {
39594
- "description": "Number uniquely identifying the issue within its repository",
39595
- "example": 42,
39596
- "type": "integer"
39597
- },
39598
- "state": {
39599
- "description": "State of the issue; either 'open' or 'closed'",
39600
- "example": "open",
39601
- "type": "string"
39602
- },
39603
- "title": {
39604
- "description": "Title of the issue",
39605
- "example": "Widget creation fails in Safari on OS X 10.8",
39606
- "type": "string"
39607
- },
39608
- "body": {
39609
- "description": "Contents of the issue",
39610
- "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?",
39611
- "type": "string",
39612
- "nullable": true
39613
- },
39614
- "user": { "$ref": "#/components/schemas/nullable-simple-user" },
39615
- "labels": {
39616
- "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",
39617
- "example": ["bug", "registration"],
39618
- "type": "array",
39619
- "items": {
39620
- "oneOf": [
39621
- { "type": "string" },
39622
- {
39623
- "type": "object",
39624
- "properties": {
39625
- "id": { "type": "integer", "format": "int64" },
39626
- "node_id": { "type": "string" },
39627
- "url": { "type": "string", "format": "uri" },
39628
- "name": { "type": "string" },
39629
- "description": { "type": "string", "nullable": true },
39630
- "color": { "type": "string", "nullable": true },
39631
- "default": { "type": "boolean" }
39632
- }
39633
- }
39634
- ]
39635
- }
39636
- },
39637
- "assignee": { "$ref": "#/components/schemas/nullable-simple-user" },
39638
- "assignees": {
39639
- "type": "array",
39640
- "items": { "$ref": "#/components/schemas/simple-user" },
39641
- "nullable": true
39642
- },
39643
- "milestone": { "$ref": "#/components/schemas/nullable-milestone" },
39644
- "locked": { "type": "boolean" },
39645
- "active_lock_reason": { "type": "string", "nullable": true },
39646
- "comments": { "type": "integer" },
39647
- "pull_request": {
39648
- "type": "object",
39649
- "properties": {
39650
- "merged_at": {
39651
- "type": "string",
39652
- "format": "date-time",
39653
- "nullable": true
39654
- },
39655
- "diff_url": {
39656
- "type": "string",
39657
- "format": "uri",
39658
- "nullable": true
39659
- },
39660
- "html_url": {
39661
- "type": "string",
39662
- "format": "uri",
39663
- "nullable": true
39664
- },
39665
- "patch_url": {
39666
- "type": "string",
39667
- "format": "uri",
39668
- "nullable": true
39669
- },
39670
- "url": { "type": "string", "format": "uri", "nullable": true }
39671
- },
39672
- "required": ["diff_url", "html_url", "patch_url", "url"]
39673
- },
39674
- "closed_at": {
39675
- "type": "string",
39676
- "format": "date-time",
39677
- "nullable": true
39678
- },
39679
- "created_at": { "type": "string", "format": "date-time" },
39680
- "updated_at": { "type": "string", "format": "date-time" },
39681
- "closed_by": { "$ref": "#/components/schemas/nullable-simple-user" },
39682
- "body_html": { "type": "string" },
39683
- "body_text": { "type": "string" },
39684
- "timeline_url": { "type": "string", "format": "uri" },
39685
- "repository": { "$ref": "#/components/schemas/repository" },
39686
- "performed_via_github_app": {
39687
- "$ref": "#/components/schemas/nullable-integration"
39688
- },
39689
- "author_association": {
39690
- "$ref": "#/components/schemas/author_association"
39691
- },
39692
- "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
39693
- },
39694
- "required": [
39695
- "assignee",
39696
- "closed_at",
39697
- "comments",
39698
- "comments_url",
39699
- "events_url",
39700
- "html_url",
39701
- "id",
39702
- "node_id",
39703
- "labels",
39704
- "labels_url",
39705
- "milestone",
39706
- "number",
39707
- "repository_url",
39708
- "state",
39709
- "locked",
39710
- "title",
39711
- "url",
39712
- "user",
39713
- "author_association",
39714
- "created_at",
39715
- "updated_at"
39716
- ]
39717
- },
39718
39526
  "license-simple": {
39719
39527
  "title": "License Simple",
39720
39528
  "description": "License Simple",
@@ -42351,6 +42159,9 @@
42351
42159
  },
42352
42160
  "code_scanning_upload": {
42353
42161
  "$ref": "#/components/schemas/rate-limit"
42162
+ },
42163
+ "actions_runner_registration": {
42164
+ "$ref": "#/components/schemas/rate-limit"
42354
42165
  }
42355
42166
  },
42356
42167
  "required": ["core", "search"]
@@ -44381,6 +44192,10 @@
44381
44192
  "type": "string",
44382
44193
  "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."
44383
44194
  },
44195
+ "code-scanning-analysis-category": {
44196
+ "type": "string",
44197
+ "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."
44198
+ },
44384
44199
  "code-scanning-alert-location": {
44385
44200
  "type": "object",
44386
44201
  "description": "Describe a region within a file for the alert.",
@@ -44408,6 +44223,9 @@
44408
44223
  "environment": {
44409
44224
  "$ref": "#/components/schemas/code-scanning-alert-environment"
44410
44225
  },
44226
+ "category": {
44227
+ "$ref": "#/components/schemas/code-scanning-analysis-category"
44228
+ },
44411
44229
  "state": { "$ref": "#/components/schemas/code-scanning-alert-state" },
44412
44230
  "commit_sha": { "type": "string" },
44413
44231
  "message": {
@@ -44577,10 +44395,6 @@
44577
44395
  "type": "string",
44578
44396
  "description": "Identifies the variable values associated with the environment in which this analysis was performed."
44579
44397
  },
44580
- "code-scanning-analysis-category": {
44581
- "type": "string",
44582
- "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."
44583
- },
44584
44398
  "code-scanning-analysis-created-at": {
44585
44399
  "type": "string",
44586
44400
  "description": "The time that the analysis was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
@@ -46425,7 +46239,7 @@
46425
46239
  "format": "date-time",
46426
46240
  "example": "2011-04-14T16:00:49Z"
46427
46241
  },
46428
- "issue": { "$ref": "#/components/schemas/issue-simple" },
46242
+ "issue": { "$ref": "#/components/schemas/issue" },
46429
46243
  "label": { "$ref": "#/components/schemas/issue-event-label" },
46430
46244
  "assignee": { "$ref": "#/components/schemas/nullable-simple-user" },
46431
46245
  "assigner": { "$ref": "#/components/schemas/nullable-simple-user" },
@@ -47065,6 +46879,49 @@
47065
46879
  { "$ref": "#/components/schemas/converted-note-to-issue-issue-event" }
47066
46880
  ]
47067
46881
  },
46882
+ "label": {
46883
+ "title": "Label",
46884
+ "description": "Color-coded labels help you categorize and filter your issues (just like labels in Gmail).",
46885
+ "type": "object",
46886
+ "properties": {
46887
+ "id": { "type": "integer", "format": "int64", "example": 208045946 },
46888
+ "node_id": {
46889
+ "type": "string",
46890
+ "example": "MDU6TGFiZWwyMDgwNDU5NDY="
46891
+ },
46892
+ "url": {
46893
+ "description": "URL for the label",
46894
+ "example": "https://api.github.com/repositories/42/labels/bug",
46895
+ "type": "string",
46896
+ "format": "uri"
46897
+ },
46898
+ "name": {
46899
+ "description": "The name of the label.",
46900
+ "example": "bug",
46901
+ "type": "string"
46902
+ },
46903
+ "description": {
46904
+ "type": "string",
46905
+ "example": "Something isn't working",
46906
+ "nullable": true
46907
+ },
46908
+ "color": {
46909
+ "description": "6-character hex code, without the leading #, identifying the color",
46910
+ "example": "FFFFFF",
46911
+ "type": "string"
46912
+ },
46913
+ "default": { "type": "boolean", "example": true }
46914
+ },
46915
+ "required": [
46916
+ "id",
46917
+ "node_id",
46918
+ "url",
46919
+ "name",
46920
+ "description",
46921
+ "color",
46922
+ "default"
46923
+ ]
46924
+ },
47068
46925
  "timeline-comment-event": {
47069
46926
  "title": "Timeline Comment Event",
47070
46927
  "description": "Timeline Comment Event",
@@ -47139,7 +46996,7 @@
47139
46996
  "type": "object",
47140
46997
  "properties": {
47141
46998
  "type": { "type": "string" },
47142
- "issue": { "$ref": "#/components/schemas/issue-simple" }
46999
+ "issue": { "$ref": "#/components/schemas/issue" }
47143
47000
  }
47144
47001
  }
47145
47002
  },
@@ -49598,7 +49455,8 @@
49598
49455
  "timeline_url": { "type": "string", "format": "uri" },
49599
49456
  "performed_via_github_app": {
49600
49457
  "$ref": "#/components/schemas/nullable-integration"
49601
- }
49458
+ },
49459
+ "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
49602
49460
  },
49603
49461
  "required": [
49604
49462
  "assignee",
@@ -61128,7 +60986,7 @@
61128
60986
  "html_url": "https://github.com/octocat/Hello-World/invitations"
61129
60987
  }
61130
60988
  },
61131
- "issue-simple-items": {
60989
+ "issue-items": {
61132
60990
  "value": [
61133
60991
  {
61134
60992
  "id": 1,
@@ -61265,6 +61123,26 @@
61265
61123
  "closed_at": null,
61266
61124
  "created_at": "2011-04-22T13:33:48Z",
61267
61125
  "updated_at": "2011-04-22T13:33:48Z",
61126
+ "closed_by": {
61127
+ "login": "octocat",
61128
+ "id": 1,
61129
+ "node_id": "MDQ6VXNlcjE=",
61130
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
61131
+ "gravatar_id": "",
61132
+ "url": "https://api.github.com/users/octocat",
61133
+ "html_url": "https://github.com/octocat",
61134
+ "followers_url": "https://api.github.com/users/octocat/followers",
61135
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
61136
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
61137
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
61138
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
61139
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
61140
+ "repos_url": "https://api.github.com/users/octocat/repos",
61141
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
61142
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
61143
+ "type": "User",
61144
+ "site_admin": false
61145
+ },
61268
61146
  "author_association": "COLLABORATOR"
61269
61147
  }
61270
61148
  ]
@@ -61871,185 +61749,6 @@
61871
61749
  }
61872
61750
  }
61873
61751
  },
61874
- "issue-simple": {
61875
- "value": {
61876
- "id": 1,
61877
- "node_id": "MDU6SXNzdWUx",
61878
- "url": "https://api.github.com/repos/octocat/Hello-World/issues/1347",
61879
- "repository_url": "https://api.github.com/repos/octocat/Hello-World",
61880
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}",
61881
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments",
61882
- "events_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/events",
61883
- "html_url": "https://github.com/octocat/Hello-World/issues/1347",
61884
- "number": 1347,
61885
- "state": "open",
61886
- "title": "Found a bug",
61887
- "body": "I'm having a problem with this.",
61888
- "user": {
61889
- "login": "octocat",
61890
- "id": 1,
61891
- "node_id": "MDQ6VXNlcjE=",
61892
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
61893
- "gravatar_id": "",
61894
- "url": "https://api.github.com/users/octocat",
61895
- "html_url": "https://github.com/octocat",
61896
- "followers_url": "https://api.github.com/users/octocat/followers",
61897
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
61898
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
61899
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
61900
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
61901
- "organizations_url": "https://api.github.com/users/octocat/orgs",
61902
- "repos_url": "https://api.github.com/users/octocat/repos",
61903
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
61904
- "received_events_url": "https://api.github.com/users/octocat/received_events",
61905
- "type": "User",
61906
- "site_admin": false
61907
- },
61908
- "labels": [
61909
- {
61910
- "id": 208045946,
61911
- "node_id": "MDU6TGFiZWwyMDgwNDU5NDY=",
61912
- "url": "https://api.github.com/repos/octocat/Hello-World/labels/bug",
61913
- "name": "bug",
61914
- "description": "Something isn't working",
61915
- "color": "f29513",
61916
- "default": true
61917
- }
61918
- ],
61919
- "assignee": {
61920
- "login": "octocat",
61921
- "id": 1,
61922
- "node_id": "MDQ6VXNlcjE=",
61923
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
61924
- "gravatar_id": "",
61925
- "url": "https://api.github.com/users/octocat",
61926
- "html_url": "https://github.com/octocat",
61927
- "followers_url": "https://api.github.com/users/octocat/followers",
61928
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
61929
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
61930
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
61931
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
61932
- "organizations_url": "https://api.github.com/users/octocat/orgs",
61933
- "repos_url": "https://api.github.com/users/octocat/repos",
61934
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
61935
- "received_events_url": "https://api.github.com/users/octocat/received_events",
61936
- "type": "User",
61937
- "site_admin": false
61938
- },
61939
- "assignees": [
61940
- {
61941
- "login": "octocat",
61942
- "id": 1,
61943
- "node_id": "MDQ6VXNlcjE=",
61944
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
61945
- "gravatar_id": "",
61946
- "url": "https://api.github.com/users/octocat",
61947
- "html_url": "https://github.com/octocat",
61948
- "followers_url": "https://api.github.com/users/octocat/followers",
61949
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
61950
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
61951
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
61952
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
61953
- "organizations_url": "https://api.github.com/users/octocat/orgs",
61954
- "repos_url": "https://api.github.com/users/octocat/repos",
61955
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
61956
- "received_events_url": "https://api.github.com/users/octocat/received_events",
61957
- "type": "User",
61958
- "site_admin": false
61959
- },
61960
- {
61961
- "login": "hubot",
61962
- "id": 1,
61963
- "node_id": "MDQ6VXNlcjE=",
61964
- "avatar_url": "https://github.com/images/error/hubot_happy.gif",
61965
- "gravatar_id": "",
61966
- "url": "https://api.github.com/users/hubot",
61967
- "html_url": "https://github.com/hubot",
61968
- "followers_url": "https://api.github.com/users/hubot/followers",
61969
- "following_url": "https://api.github.com/users/hubot/following{/other_user}",
61970
- "gists_url": "https://api.github.com/users/hubot/gists{/gist_id}",
61971
- "starred_url": "https://api.github.com/users/hubot/starred{/owner}{/repo}",
61972
- "subscriptions_url": "https://api.github.com/users/hubot/subscriptions",
61973
- "organizations_url": "https://api.github.com/users/hubot/orgs",
61974
- "repos_url": "https://api.github.com/users/hubot/repos",
61975
- "events_url": "https://api.github.com/users/hubot/events{/privacy}",
61976
- "received_events_url": "https://api.github.com/users/hubot/received_events",
61977
- "type": "User",
61978
- "site_admin": true
61979
- },
61980
- {
61981
- "login": "other_user",
61982
- "id": 1,
61983
- "node_id": "MDQ6VXNlcjE=",
61984
- "avatar_url": "https://github.com/images/error/other_user_happy.gif",
61985
- "gravatar_id": "",
61986
- "url": "https://api.github.com/users/other_user",
61987
- "html_url": "https://github.com/other_user",
61988
- "followers_url": "https://api.github.com/users/other_user/followers",
61989
- "following_url": "https://api.github.com/users/other_user/following{/other_user}",
61990
- "gists_url": "https://api.github.com/users/other_user/gists{/gist_id}",
61991
- "starred_url": "https://api.github.com/users/other_user/starred{/owner}{/repo}",
61992
- "subscriptions_url": "https://api.github.com/users/other_user/subscriptions",
61993
- "organizations_url": "https://api.github.com/users/other_user/orgs",
61994
- "repos_url": "https://api.github.com/users/other_user/repos",
61995
- "events_url": "https://api.github.com/users/other_user/events{/privacy}",
61996
- "received_events_url": "https://api.github.com/users/other_user/received_events",
61997
- "type": "User",
61998
- "site_admin": false
61999
- }
62000
- ],
62001
- "milestone": {
62002
- "url": "https://api.github.com/repos/octocat/Hello-World/milestones/1",
62003
- "html_url": "https://github.com/octocat/Hello-World/milestones/v1.0",
62004
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/milestones/1/labels",
62005
- "id": 1002604,
62006
- "node_id": "MDk6TWlsZXN0b25lMTAwMjYwNA==",
62007
- "number": 1,
62008
- "state": "open",
62009
- "title": "v1.0",
62010
- "description": "Tracking milestone for version 1.0",
62011
- "creator": {
62012
- "login": "octocat",
62013
- "id": 1,
62014
- "node_id": "MDQ6VXNlcjE=",
62015
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
62016
- "gravatar_id": "",
62017
- "url": "https://api.github.com/users/octocat",
62018
- "html_url": "https://github.com/octocat",
62019
- "followers_url": "https://api.github.com/users/octocat/followers",
62020
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
62021
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
62022
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
62023
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
62024
- "organizations_url": "https://api.github.com/users/octocat/orgs",
62025
- "repos_url": "https://api.github.com/users/octocat/repos",
62026
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
62027
- "received_events_url": "https://api.github.com/users/octocat/received_events",
62028
- "type": "User",
62029
- "site_admin": false
62030
- },
62031
- "open_issues": 4,
62032
- "closed_issues": 8,
62033
- "created_at": "2011-04-10T20:09:31Z",
62034
- "updated_at": "2014-03-03T18:58:10Z",
62035
- "closed_at": "2013-02-12T13:22:01Z",
62036
- "due_on": "2012-10-09T23:39:01Z"
62037
- },
62038
- "locked": true,
62039
- "active_lock_reason": "too heated",
62040
- "comments": 0,
62041
- "pull_request": {
62042
- "url": "https://api.github.com/repos/octocat/Hello-World/pulls/1347",
62043
- "html_url": "https://github.com/octocat/Hello-World/pull/1347",
62044
- "diff_url": "https://github.com/octocat/Hello-World/pull/1347.diff",
62045
- "patch_url": "https://github.com/octocat/Hello-World/pull/1347.patch"
62046
- },
62047
- "closed_at": null,
62048
- "created_at": "2011-04-22T13:33:48Z",
62049
- "updated_at": "2011-04-22T13:33:48Z",
62050
- "author_association": "COLLABORATOR"
62051
- }
62052
- },
62053
61752
  "issue-event-for-issue-items": {
62054
61753
  "value": [
62055
61754
  {