@octokit/openapi 5.6.1 → 5.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +3451 -2749
- package/generated/api.github.com.json +440 -1599
- package/generated/ghes-2.22-diff-to-ghes-3.0.deref.json +1 -1
- package/generated/ghes-2.22-diff-to-ghes-3.0.json +1 -1
- package/generated/ghes-2.22.deref.json +1 -1
- package/generated/ghes-2.22.json +1 -1
- package/generated/ghes-3.0-anicca-diff-to-ghes-3.1.deref.json +0 -145
- package/generated/ghes-3.0-diff-to-ghes-3.1.deref.json +8739 -19455
- package/generated/ghes-3.0-diff-to-ghes-3.1.json +245 -1527
- package/generated/ghes-3.0.deref.json +3494 -1920
- package/generated/ghes-3.0.json +420 -721
- package/generated/ghes-3.1-anicca-diff-to-ghes-3.2.deref.json +286 -1466
- package/generated/ghes-3.1-diff-to-ghes-3.2.deref.json +58842 -105018
- package/generated/ghes-3.1-diff-to-ghes-3.2.json +11129 -16701
- package/generated/ghes-3.1.deref.json +3545 -1951
- package/generated/ghes-3.1.json +467 -752
- package/generated/ghes-3.2-anicca-diff-to-api.github.com.deref.json +7 -136
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +333 -2109
- package/generated/ghes-3.2-diff-to-api.github.com.json +45 -742
- package/generated/ghes-3.2.deref.json +3597 -1953
- package/generated/ghes-3.2.json +474 -752
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +3 -59
- package/generated/github.ae-diff-to-api.github.com.deref.json +4 -4963
- package/generated/github.ae-diff-to-api.github.com.json +109 -2784
- package/generated/github.ae.deref.json +2270 -2214
- package/generated/github.ae.json +337 -1464
- package/package.json +2 -1
package/generated/ghes-3.1.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "5.6.
|
|
4
|
+
"version": "5.6.5",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -808,6 +808,7 @@
|
|
|
808
808
|
}
|
|
809
809
|
},
|
|
810
810
|
"requestBody": {
|
|
811
|
+
"required": true,
|
|
811
812
|
"content": {
|
|
812
813
|
"application/json": {
|
|
813
814
|
"schema": {
|
|
@@ -817,7 +818,8 @@
|
|
|
817
818
|
"type": "string",
|
|
818
819
|
"description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team."
|
|
819
820
|
}
|
|
820
|
-
}
|
|
821
|
+
},
|
|
822
|
+
"required": ["ldap_dn"]
|
|
821
823
|
},
|
|
822
824
|
"example": {
|
|
823
825
|
"ldap_dn": "cn=Enterprise Ops,ou=teams,dc=github,dc=com"
|
|
@@ -903,6 +905,7 @@
|
|
|
903
905
|
}
|
|
904
906
|
},
|
|
905
907
|
"requestBody": {
|
|
908
|
+
"required": true,
|
|
906
909
|
"content": {
|
|
907
910
|
"application/json": {
|
|
908
911
|
"schema": {
|
|
@@ -912,7 +915,8 @@
|
|
|
912
915
|
"type": "string",
|
|
913
916
|
"description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team."
|
|
914
917
|
}
|
|
915
|
-
}
|
|
918
|
+
},
|
|
919
|
+
"required": ["ldap_dn"]
|
|
916
920
|
},
|
|
917
921
|
"example": { "ldap_dn": "uid=asdf,ou=users,dc=github,dc=com" }
|
|
918
922
|
}
|
|
@@ -991,6 +995,7 @@
|
|
|
991
995
|
}
|
|
992
996
|
},
|
|
993
997
|
"requestBody": {
|
|
998
|
+
"required": true,
|
|
994
999
|
"content": {
|
|
995
1000
|
"application/json": {
|
|
996
1001
|
"schema": {
|
|
@@ -2095,6 +2100,7 @@
|
|
|
2095
2100
|
}
|
|
2096
2101
|
},
|
|
2097
2102
|
"requestBody": {
|
|
2103
|
+
"required": true,
|
|
2098
2104
|
"content": {
|
|
2099
2105
|
"application/json": {
|
|
2100
2106
|
"schema": {
|
|
@@ -2117,7 +2123,7 @@
|
|
|
2117
2123
|
"category": "enterprise-admin",
|
|
2118
2124
|
"subcategory": "users"
|
|
2119
2125
|
},
|
|
2120
|
-
"x-octokit": {
|
|
2126
|
+
"x-octokit": {}
|
|
2121
2127
|
},
|
|
2122
2128
|
"delete": {
|
|
2123
2129
|
"summary": "Delete an impersonation OAuth token",
|
|
@@ -2514,7 +2520,7 @@
|
|
|
2514
2520
|
"category": "apps",
|
|
2515
2521
|
"subcategory": null
|
|
2516
2522
|
},
|
|
2517
|
-
"x-octokit": {
|
|
2523
|
+
"x-octokit": {}
|
|
2518
2524
|
}
|
|
2519
2525
|
},
|
|
2520
2526
|
"/app/installations/{installation_id}/suspended": {
|
|
@@ -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"
|
|
@@ -2815,7 +2823,7 @@
|
|
|
2815
2823
|
"category": "apps",
|
|
2816
2824
|
"subcategory": "oauth-applications"
|
|
2817
2825
|
},
|
|
2818
|
-
"x-octokit": {
|
|
2826
|
+
"x-octokit": {}
|
|
2819
2827
|
},
|
|
2820
2828
|
"patch": {
|
|
2821
2829
|
"summary": "Reset a token",
|
|
@@ -2867,7 +2875,7 @@
|
|
|
2867
2875
|
"category": "apps",
|
|
2868
2876
|
"subcategory": "oauth-applications"
|
|
2869
2877
|
},
|
|
2870
|
-
"x-octokit": {
|
|
2878
|
+
"x-octokit": {}
|
|
2871
2879
|
},
|
|
2872
2880
|
"delete": {
|
|
2873
2881
|
"summary": "Delete an app token",
|
|
@@ -2990,7 +2998,7 @@
|
|
|
2990
2998
|
"category": "apps",
|
|
2991
2999
|
"subcategory": "oauth-applications"
|
|
2992
3000
|
},
|
|
2993
|
-
"x-octokit": {
|
|
3001
|
+
"x-octokit": {}
|
|
2994
3002
|
}
|
|
2995
3003
|
},
|
|
2996
3004
|
"/applications/{client_id}/tokens/{access_token}": {
|
|
@@ -3075,7 +3083,7 @@
|
|
|
3075
3083
|
"subcategory": "oauth-applications"
|
|
3076
3084
|
},
|
|
3077
3085
|
"deprecated": true,
|
|
3078
|
-
"x-octokit": {
|
|
3086
|
+
"x-octokit": {}
|
|
3079
3087
|
},
|
|
3080
3088
|
"delete": {
|
|
3081
3089
|
"summary": "Revoke an authorization for an application",
|
|
@@ -3282,7 +3290,7 @@
|
|
|
3282
3290
|
"subcategory": null
|
|
3283
3291
|
},
|
|
3284
3292
|
"deprecated": true,
|
|
3285
|
-
"x-octokit": {
|
|
3293
|
+
"x-octokit": {}
|
|
3286
3294
|
}
|
|
3287
3295
|
},
|
|
3288
3296
|
"/authorizations/clients/{client_id}": {
|
|
@@ -3386,7 +3394,7 @@
|
|
|
3386
3394
|
"subcategory": null
|
|
3387
3395
|
},
|
|
3388
3396
|
"deprecated": true,
|
|
3389
|
-
"x-octokit": {
|
|
3397
|
+
"x-octokit": {}
|
|
3390
3398
|
}
|
|
3391
3399
|
},
|
|
3392
3400
|
"/authorizations/clients/{client_id}/{fingerprint}": {
|
|
@@ -3491,7 +3499,7 @@
|
|
|
3491
3499
|
"subcategory": null
|
|
3492
3500
|
},
|
|
3493
3501
|
"deprecated": true,
|
|
3494
|
-
"x-octokit": {
|
|
3502
|
+
"x-octokit": {}
|
|
3495
3503
|
}
|
|
3496
3504
|
},
|
|
3497
3505
|
"/authorizations/{authorization_id}": {
|
|
@@ -3608,7 +3616,7 @@
|
|
|
3608
3616
|
"subcategory": null
|
|
3609
3617
|
},
|
|
3610
3618
|
"deprecated": true,
|
|
3611
|
-
"x-octokit": {
|
|
3619
|
+
"x-octokit": {}
|
|
3612
3620
|
},
|
|
3613
3621
|
"delete": {
|
|
3614
3622
|
"summary": "Delete an authorization",
|
|
@@ -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" },
|
|
@@ -5191,7 +5201,7 @@
|
|
|
5191
5201
|
"category": "enterprise-admin",
|
|
5192
5202
|
"subcategory": "actions"
|
|
5193
5203
|
},
|
|
5194
|
-
"x-octokit": {
|
|
5204
|
+
"x-octokit": {}
|
|
5195
5205
|
}
|
|
5196
5206
|
},
|
|
5197
5207
|
"/enterprises/{enterprise}/actions/runners/remove-token": {
|
|
@@ -5229,7 +5239,7 @@
|
|
|
5229
5239
|
"category": "enterprise-admin",
|
|
5230
5240
|
"subcategory": "actions"
|
|
5231
5241
|
},
|
|
5232
|
-
"x-octokit": {
|
|
5242
|
+
"x-octokit": {}
|
|
5233
5243
|
}
|
|
5234
5244
|
},
|
|
5235
5245
|
"/enterprises/{enterprise}/actions/runners/{runner_id}": {
|
|
@@ -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.1/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.1/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.1/rest/reference/reactions) reactions."
|
|
6528
6544
|
}
|
|
6529
|
-
]
|
|
6530
|
-
"category": "issues",
|
|
6531
|
-
"subcategory": null
|
|
6545
|
+
]
|
|
6532
6546
|
},
|
|
6533
6547
|
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
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",
|
|
@@ -8336,7 +8352,7 @@
|
|
|
8336
8352
|
"category": "actions",
|
|
8337
8353
|
"subcategory": "self-hosted-runners"
|
|
8338
8354
|
},
|
|
8339
|
-
"x-octokit": {
|
|
8355
|
+
"x-octokit": {}
|
|
8340
8356
|
}
|
|
8341
8357
|
},
|
|
8342
8358
|
"/orgs/{org}/actions/runners/remove-token": {
|
|
@@ -8374,7 +8390,7 @@
|
|
|
8374
8390
|
"category": "actions",
|
|
8375
8391
|
"subcategory": "self-hosted-runners"
|
|
8376
8392
|
},
|
|
8377
|
-
"x-octokit": {
|
|
8393
|
+
"x-octokit": {}
|
|
8378
8394
|
}
|
|
8379
8395
|
},
|
|
8380
8396
|
"/orgs/{org}/actions/runners/{runner_id}": {
|
|
@@ -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.1/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.1/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
|
}
|
|
@@ -9056,7 +9074,7 @@
|
|
|
9056
9074
|
"category": "orgs",
|
|
9057
9075
|
"subcategory": "webhooks"
|
|
9058
9076
|
},
|
|
9059
|
-
"x-octokit": {
|
|
9077
|
+
"x-octokit": {}
|
|
9060
9078
|
}
|
|
9061
9079
|
},
|
|
9062
9080
|
"/orgs/{org}/hooks/{hook_id}": {
|
|
@@ -9174,7 +9192,7 @@
|
|
|
9174
9192
|
"category": "orgs",
|
|
9175
9193
|
"subcategory": "webhooks"
|
|
9176
9194
|
},
|
|
9177
|
-
"x-octokit": {
|
|
9195
|
+
"x-octokit": {}
|
|
9178
9196
|
},
|
|
9179
9197
|
"delete": {
|
|
9180
9198
|
"summary": "Delete an organization webhook",
|
|
@@ -9497,15 +9515,19 @@
|
|
|
9497
9515
|
"x-github": {
|
|
9498
9516
|
"githubCloudOnly": false,
|
|
9499
9517
|
"enabledForGitHubApps": false,
|
|
9518
|
+
"category": "issues",
|
|
9500
9519
|
"previews": [
|
|
9520
|
+
{
|
|
9521
|
+
"required": false,
|
|
9522
|
+
"name": "machine-man",
|
|
9523
|
+
"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.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.machine-man-preview\n```"
|
|
9524
|
+
},
|
|
9501
9525
|
{
|
|
9502
9526
|
"required": false,
|
|
9503
9527
|
"name": "squirrel-girl",
|
|
9504
9528
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
9505
9529
|
}
|
|
9506
|
-
]
|
|
9507
|
-
"category": "issues",
|
|
9508
|
-
"subcategory": null
|
|
9530
|
+
]
|
|
9509
9531
|
},
|
|
9510
9532
|
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
9511
9533
|
}
|
|
@@ -10632,7 +10654,7 @@
|
|
|
10632
10654
|
"category": "repos",
|
|
10633
10655
|
"subcategory": null
|
|
10634
10656
|
},
|
|
10635
|
-
"x-octokit": {
|
|
10657
|
+
"x-octokit": {}
|
|
10636
10658
|
}
|
|
10637
10659
|
},
|
|
10638
10660
|
"/orgs/{org}/teams": {
|
|
@@ -10946,15 +10968,15 @@
|
|
|
10946
10968
|
"x-github": {
|
|
10947
10969
|
"githubCloudOnly": false,
|
|
10948
10970
|
"enabledForGitHubApps": true,
|
|
10971
|
+
"category": "teams",
|
|
10972
|
+
"subcategory": "discussions",
|
|
10949
10973
|
"previews": [
|
|
10950
10974
|
{
|
|
10951
10975
|
"required": false,
|
|
10952
10976
|
"name": "squirrel-girl",
|
|
10953
10977
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
10954
10978
|
}
|
|
10955
|
-
]
|
|
10956
|
-
"category": "teams",
|
|
10957
|
-
"subcategory": "discussions"
|
|
10979
|
+
]
|
|
10958
10980
|
},
|
|
10959
10981
|
"x-octokit": {}
|
|
10960
10982
|
},
|
|
@@ -11018,15 +11040,15 @@
|
|
|
11018
11040
|
"triggersNotification": true,
|
|
11019
11041
|
"githubCloudOnly": false,
|
|
11020
11042
|
"enabledForGitHubApps": true,
|
|
11043
|
+
"category": "teams",
|
|
11044
|
+
"subcategory": "discussions",
|
|
11021
11045
|
"previews": [
|
|
11022
11046
|
{
|
|
11023
11047
|
"required": false,
|
|
11024
11048
|
"name": "squirrel-girl",
|
|
11025
11049
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
11026
11050
|
}
|
|
11027
|
-
]
|
|
11028
|
-
"category": "teams",
|
|
11029
|
-
"subcategory": "discussions"
|
|
11051
|
+
]
|
|
11030
11052
|
},
|
|
11031
11053
|
"x-octokit": {}
|
|
11032
11054
|
}
|
|
@@ -11062,15 +11084,15 @@
|
|
|
11062
11084
|
"x-github": {
|
|
11063
11085
|
"githubCloudOnly": false,
|
|
11064
11086
|
"enabledForGitHubApps": true,
|
|
11087
|
+
"category": "teams",
|
|
11088
|
+
"subcategory": "discussions",
|
|
11065
11089
|
"previews": [
|
|
11066
11090
|
{
|
|
11067
11091
|
"required": false,
|
|
11068
11092
|
"name": "squirrel-girl",
|
|
11069
11093
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
11070
11094
|
}
|
|
11071
|
-
]
|
|
11072
|
-
"category": "teams",
|
|
11073
|
-
"subcategory": "discussions"
|
|
11095
|
+
]
|
|
11074
11096
|
},
|
|
11075
11097
|
"x-octokit": {}
|
|
11076
11098
|
},
|
|
@@ -11126,15 +11148,15 @@
|
|
|
11126
11148
|
"x-github": {
|
|
11127
11149
|
"githubCloudOnly": false,
|
|
11128
11150
|
"enabledForGitHubApps": true,
|
|
11151
|
+
"category": "teams",
|
|
11152
|
+
"subcategory": "discussions",
|
|
11129
11153
|
"previews": [
|
|
11130
11154
|
{
|
|
11131
11155
|
"required": false,
|
|
11132
11156
|
"name": "squirrel-girl",
|
|
11133
11157
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
11134
11158
|
}
|
|
11135
|
-
]
|
|
11136
|
-
"category": "teams",
|
|
11137
|
-
"subcategory": "discussions"
|
|
11159
|
+
]
|
|
11138
11160
|
},
|
|
11139
11161
|
"x-octokit": {}
|
|
11140
11162
|
},
|
|
@@ -11205,15 +11227,15 @@
|
|
|
11205
11227
|
"x-github": {
|
|
11206
11228
|
"githubCloudOnly": false,
|
|
11207
11229
|
"enabledForGitHubApps": true,
|
|
11230
|
+
"category": "teams",
|
|
11231
|
+
"subcategory": "discussion-comments",
|
|
11208
11232
|
"previews": [
|
|
11209
11233
|
{
|
|
11210
11234
|
"required": false,
|
|
11211
11235
|
"name": "squirrel-girl",
|
|
11212
11236
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
11213
11237
|
}
|
|
11214
|
-
]
|
|
11215
|
-
"category": "teams",
|
|
11216
|
-
"subcategory": "discussion-comments"
|
|
11238
|
+
]
|
|
11217
11239
|
},
|
|
11218
11240
|
"x-octokit": {}
|
|
11219
11241
|
},
|
|
@@ -11270,15 +11292,15 @@
|
|
|
11270
11292
|
"triggersNotification": true,
|
|
11271
11293
|
"githubCloudOnly": false,
|
|
11272
11294
|
"enabledForGitHubApps": true,
|
|
11295
|
+
"category": "teams",
|
|
11296
|
+
"subcategory": "discussion-comments",
|
|
11273
11297
|
"previews": [
|
|
11274
11298
|
{
|
|
11275
11299
|
"required": false,
|
|
11276
11300
|
"name": "squirrel-girl",
|
|
11277
11301
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
11278
11302
|
}
|
|
11279
|
-
]
|
|
11280
|
-
"category": "teams",
|
|
11281
|
-
"subcategory": "discussion-comments"
|
|
11303
|
+
]
|
|
11282
11304
|
},
|
|
11283
11305
|
"x-octokit": {}
|
|
11284
11306
|
}
|
|
@@ -11319,15 +11341,15 @@
|
|
|
11319
11341
|
"x-github": {
|
|
11320
11342
|
"githubCloudOnly": false,
|
|
11321
11343
|
"enabledForGitHubApps": true,
|
|
11344
|
+
"category": "teams",
|
|
11345
|
+
"subcategory": "discussion-comments",
|
|
11322
11346
|
"previews": [
|
|
11323
11347
|
{
|
|
11324
11348
|
"required": false,
|
|
11325
11349
|
"name": "squirrel-girl",
|
|
11326
11350
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
11327
11351
|
}
|
|
11328
|
-
]
|
|
11329
|
-
"category": "teams",
|
|
11330
|
-
"subcategory": "discussion-comments"
|
|
11352
|
+
]
|
|
11331
11353
|
},
|
|
11332
11354
|
"x-octokit": {}
|
|
11333
11355
|
},
|
|
@@ -11384,15 +11406,15 @@
|
|
|
11384
11406
|
"x-github": {
|
|
11385
11407
|
"githubCloudOnly": false,
|
|
11386
11408
|
"enabledForGitHubApps": true,
|
|
11409
|
+
"category": "teams",
|
|
11410
|
+
"subcategory": "discussion-comments",
|
|
11387
11411
|
"previews": [
|
|
11388
11412
|
{
|
|
11389
11413
|
"required": false,
|
|
11390
11414
|
"name": "squirrel-girl",
|
|
11391
11415
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
11392
11416
|
}
|
|
11393
|
-
]
|
|
11394
|
-
"category": "teams",
|
|
11395
|
-
"subcategory": "discussion-comments"
|
|
11417
|
+
]
|
|
11396
11418
|
},
|
|
11397
11419
|
"x-octokit": {}
|
|
11398
11420
|
},
|
|
@@ -11479,15 +11501,14 @@
|
|
|
11479
11501
|
"x-github": {
|
|
11480
11502
|
"githubCloudOnly": false,
|
|
11481
11503
|
"enabledForGitHubApps": true,
|
|
11504
|
+
"category": "reactions",
|
|
11482
11505
|
"previews": [
|
|
11483
11506
|
{
|
|
11484
11507
|
"required": true,
|
|
11485
11508
|
"name": "squirrel-girl",
|
|
11486
11509
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
11487
11510
|
}
|
|
11488
|
-
]
|
|
11489
|
-
"category": "reactions",
|
|
11490
|
-
"subcategory": null
|
|
11511
|
+
]
|
|
11491
11512
|
},
|
|
11492
11513
|
"x-octokit": {}
|
|
11493
11514
|
},
|
|
@@ -11561,15 +11582,14 @@
|
|
|
11561
11582
|
"x-github": {
|
|
11562
11583
|
"githubCloudOnly": false,
|
|
11563
11584
|
"enabledForGitHubApps": true,
|
|
11585
|
+
"category": "reactions",
|
|
11564
11586
|
"previews": [
|
|
11565
11587
|
{
|
|
11566
11588
|
"required": true,
|
|
11567
11589
|
"name": "squirrel-girl",
|
|
11568
11590
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
11569
11591
|
}
|
|
11570
|
-
]
|
|
11571
|
-
"category": "reactions",
|
|
11572
|
-
"subcategory": null
|
|
11592
|
+
]
|
|
11573
11593
|
},
|
|
11574
11594
|
"x-octokit": {}
|
|
11575
11595
|
}
|
|
@@ -11595,15 +11615,14 @@
|
|
|
11595
11615
|
"x-github": {
|
|
11596
11616
|
"githubCloudOnly": false,
|
|
11597
11617
|
"enabledForGitHubApps": true,
|
|
11618
|
+
"category": "reactions",
|
|
11598
11619
|
"previews": [
|
|
11599
11620
|
{
|
|
11600
11621
|
"required": true,
|
|
11601
11622
|
"name": "squirrel-girl",
|
|
11602
11623
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
11603
11624
|
}
|
|
11604
|
-
]
|
|
11605
|
-
"category": "reactions",
|
|
11606
|
-
"subcategory": null
|
|
11625
|
+
]
|
|
11607
11626
|
},
|
|
11608
11627
|
"x-octokit": {}
|
|
11609
11628
|
}
|
|
@@ -11664,15 +11683,14 @@
|
|
|
11664
11683
|
"x-github": {
|
|
11665
11684
|
"githubCloudOnly": false,
|
|
11666
11685
|
"enabledForGitHubApps": true,
|
|
11686
|
+
"category": "reactions",
|
|
11667
11687
|
"previews": [
|
|
11668
11688
|
{
|
|
11669
11689
|
"required": true,
|
|
11670
11690
|
"name": "squirrel-girl",
|
|
11671
11691
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
11672
11692
|
}
|
|
11673
|
-
]
|
|
11674
|
-
"category": "reactions",
|
|
11675
|
-
"subcategory": null
|
|
11693
|
+
]
|
|
11676
11694
|
},
|
|
11677
11695
|
"x-octokit": {}
|
|
11678
11696
|
},
|
|
@@ -11745,15 +11763,14 @@
|
|
|
11745
11763
|
"x-github": {
|
|
11746
11764
|
"githubCloudOnly": false,
|
|
11747
11765
|
"enabledForGitHubApps": false,
|
|
11766
|
+
"category": "reactions",
|
|
11748
11767
|
"previews": [
|
|
11749
11768
|
{
|
|
11750
11769
|
"required": true,
|
|
11751
11770
|
"name": "squirrel-girl",
|
|
11752
11771
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
11753
11772
|
}
|
|
11754
|
-
]
|
|
11755
|
-
"category": "reactions",
|
|
11756
|
-
"subcategory": null
|
|
11773
|
+
]
|
|
11757
11774
|
},
|
|
11758
11775
|
"x-octokit": {}
|
|
11759
11776
|
}
|
|
@@ -11778,15 +11795,14 @@
|
|
|
11778
11795
|
"x-github": {
|
|
11779
11796
|
"githubCloudOnly": false,
|
|
11780
11797
|
"enabledForGitHubApps": true,
|
|
11798
|
+
"category": "reactions",
|
|
11781
11799
|
"previews": [
|
|
11782
11800
|
{
|
|
11783
11801
|
"required": true,
|
|
11784
11802
|
"name": "squirrel-girl",
|
|
11785
11803
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
11786
11804
|
}
|
|
11787
|
-
]
|
|
11788
|
-
"category": "reactions",
|
|
11789
|
-
"subcategory": null
|
|
11805
|
+
]
|
|
11790
11806
|
},
|
|
11791
11807
|
"x-octokit": {}
|
|
11792
11808
|
}
|
|
@@ -13606,23 +13622,21 @@
|
|
|
13606
13622
|
"304": { "$ref": "#/components/responses/not_modified" },
|
|
13607
13623
|
"401": { "$ref": "#/components/responses/requires_authentication" },
|
|
13608
13624
|
"403": { "$ref": "#/components/responses/forbidden" },
|
|
13609
|
-
"410": { "$ref": "#/components/responses/gone" }
|
|
13610
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" }
|
|
13625
|
+
"410": { "$ref": "#/components/responses/gone" }
|
|
13611
13626
|
},
|
|
13612
13627
|
"x-github": {
|
|
13613
13628
|
"githubCloudOnly": false,
|
|
13614
13629
|
"enabledForGitHubApps": true,
|
|
13630
|
+
"removalDate": "2021-02-21",
|
|
13631
|
+
"deprecationDate": "2020-02-26",
|
|
13632
|
+
"category": "reactions",
|
|
13615
13633
|
"previews": [
|
|
13616
13634
|
{
|
|
13617
13635
|
"required": true,
|
|
13618
13636
|
"name": "squirrel-girl",
|
|
13619
13637
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
13620
13638
|
}
|
|
13621
|
-
]
|
|
13622
|
-
"removalDate": "2021-02-21",
|
|
13623
|
-
"deprecationDate": "2020-02-26",
|
|
13624
|
-
"category": "reactions",
|
|
13625
|
-
"subcategory": null
|
|
13639
|
+
]
|
|
13626
13640
|
},
|
|
13627
13641
|
"deprecated": true,
|
|
13628
13642
|
"x-octokit": {}
|
|
@@ -13678,8 +13692,7 @@
|
|
|
13678
13692
|
"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.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.scarlet-witch-preview+json\n```"
|
|
13679
13693
|
}
|
|
13680
13694
|
],
|
|
13681
|
-
"category": "repos"
|
|
13682
|
-
"subcategory": null
|
|
13695
|
+
"category": "repos"
|
|
13683
13696
|
},
|
|
13684
13697
|
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
13685
13698
|
},
|
|
@@ -13827,7 +13840,7 @@
|
|
|
13827
13840
|
"category": "repos",
|
|
13828
13841
|
"subcategory": null
|
|
13829
13842
|
},
|
|
13830
|
-
"x-octokit": {
|
|
13843
|
+
"x-octokit": {}
|
|
13831
13844
|
},
|
|
13832
13845
|
"delete": {
|
|
13833
13846
|
"summary": "Delete a repository",
|
|
@@ -14398,7 +14411,7 @@
|
|
|
14398
14411
|
"category": "actions",
|
|
14399
14412
|
"subcategory": "self-hosted-runners"
|
|
14400
14413
|
},
|
|
14401
|
-
"x-octokit": {
|
|
14414
|
+
"x-octokit": {}
|
|
14402
14415
|
}
|
|
14403
14416
|
},
|
|
14404
14417
|
"/repos/{owner}/{repo}/actions/runners/remove-token": {
|
|
@@ -14439,7 +14452,7 @@
|
|
|
14439
14452
|
"category": "actions",
|
|
14440
14453
|
"subcategory": "self-hosted-runners"
|
|
14441
14454
|
},
|
|
14442
|
-
"x-octokit": {
|
|
14455
|
+
"x-octokit": {}
|
|
14443
14456
|
}
|
|
14444
14457
|
},
|
|
14445
14458
|
"/repos/{owner}/{repo}/actions/runners/{runner_id}": {
|
|
@@ -18054,6 +18067,7 @@
|
|
|
18054
18067
|
{ "$ref": "#/components/parameters/repo" }
|
|
18055
18068
|
],
|
|
18056
18069
|
"requestBody": {
|
|
18070
|
+
"required": true,
|
|
18057
18071
|
"content": {
|
|
18058
18072
|
"application/json": {
|
|
18059
18073
|
"schema": {
|
|
@@ -18103,7 +18117,7 @@
|
|
|
18103
18117
|
"category": "checks",
|
|
18104
18118
|
"subcategory": "suites"
|
|
18105
18119
|
},
|
|
18106
|
-
"x-octokit": {
|
|
18120
|
+
"x-octokit": {}
|
|
18107
18121
|
}
|
|
18108
18122
|
},
|
|
18109
18123
|
"/repos/{owner}/{repo}/check-suites/preferences": {
|
|
@@ -18178,7 +18192,7 @@
|
|
|
18178
18192
|
"category": "checks",
|
|
18179
18193
|
"subcategory": "suites"
|
|
18180
18194
|
},
|
|
18181
|
-
"x-octokit": {
|
|
18195
|
+
"x-octokit": {}
|
|
18182
18196
|
}
|
|
18183
18197
|
},
|
|
18184
18198
|
"/repos/{owner}/{repo}/check-suites/{check_suite_id}": {
|
|
@@ -18508,7 +18522,7 @@
|
|
|
18508
18522
|
"previews": [],
|
|
18509
18523
|
"category": "code-scanning"
|
|
18510
18524
|
},
|
|
18511
|
-
"x-octokit": {
|
|
18525
|
+
"x-octokit": {}
|
|
18512
18526
|
}
|
|
18513
18527
|
},
|
|
18514
18528
|
"/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances": {
|
|
@@ -19036,7 +19050,7 @@
|
|
|
19036
19050
|
"category": "repos",
|
|
19037
19051
|
"subcategory": "collaborators"
|
|
19038
19052
|
},
|
|
19039
|
-
"x-octokit": {
|
|
19053
|
+
"x-octokit": {}
|
|
19040
19054
|
},
|
|
19041
19055
|
"delete": {
|
|
19042
19056
|
"summary": "Remove a repository collaborator",
|
|
@@ -19144,15 +19158,15 @@
|
|
|
19144
19158
|
"x-github": {
|
|
19145
19159
|
"githubCloudOnly": false,
|
|
19146
19160
|
"enabledForGitHubApps": true,
|
|
19161
|
+
"category": "repos",
|
|
19162
|
+
"subcategory": "comments",
|
|
19147
19163
|
"previews": [
|
|
19148
19164
|
{
|
|
19149
19165
|
"required": false,
|
|
19150
19166
|
"name": "squirrel-girl",
|
|
19151
19167
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
19152
19168
|
}
|
|
19153
|
-
]
|
|
19154
|
-
"category": "repos",
|
|
19155
|
-
"subcategory": "comments"
|
|
19169
|
+
]
|
|
19156
19170
|
},
|
|
19157
19171
|
"x-octokit": {}
|
|
19158
19172
|
}
|
|
@@ -19189,15 +19203,15 @@
|
|
|
19189
19203
|
"x-github": {
|
|
19190
19204
|
"githubCloudOnly": false,
|
|
19191
19205
|
"enabledForGitHubApps": true,
|
|
19206
|
+
"category": "repos",
|
|
19207
|
+
"subcategory": "comments",
|
|
19192
19208
|
"previews": [
|
|
19193
19209
|
{
|
|
19194
19210
|
"required": false,
|
|
19195
19211
|
"name": "squirrel-girl",
|
|
19196
19212
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
19197
19213
|
}
|
|
19198
|
-
]
|
|
19199
|
-
"category": "repos",
|
|
19200
|
-
"subcategory": "comments"
|
|
19214
|
+
]
|
|
19201
19215
|
},
|
|
19202
19216
|
"x-octokit": {}
|
|
19203
19217
|
},
|
|
@@ -19338,21 +19352,19 @@
|
|
|
19338
19352
|
},
|
|
19339
19353
|
"headers": { "Link": { "$ref": "#/components/headers/link" } }
|
|
19340
19354
|
},
|
|
19341
|
-
"404": { "$ref": "#/components/responses/not_found" }
|
|
19342
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" }
|
|
19355
|
+
"404": { "$ref": "#/components/responses/not_found" }
|
|
19343
19356
|
},
|
|
19344
19357
|
"x-github": {
|
|
19345
19358
|
"githubCloudOnly": false,
|
|
19346
19359
|
"enabledForGitHubApps": true,
|
|
19360
|
+
"category": "reactions",
|
|
19347
19361
|
"previews": [
|
|
19348
19362
|
{
|
|
19349
19363
|
"required": true,
|
|
19350
19364
|
"name": "squirrel-girl",
|
|
19351
19365
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
19352
19366
|
}
|
|
19353
|
-
]
|
|
19354
|
-
"category": "reactions",
|
|
19355
|
-
"subcategory": null
|
|
19367
|
+
]
|
|
19356
19368
|
},
|
|
19357
19369
|
"x-octokit": {}
|
|
19358
19370
|
},
|
|
@@ -19427,15 +19439,14 @@
|
|
|
19427
19439
|
"x-github": {
|
|
19428
19440
|
"githubCloudOnly": false,
|
|
19429
19441
|
"enabledForGitHubApps": true,
|
|
19442
|
+
"category": "reactions",
|
|
19430
19443
|
"previews": [
|
|
19431
19444
|
{
|
|
19432
19445
|
"required": true,
|
|
19433
19446
|
"name": "squirrel-girl",
|
|
19434
19447
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
19435
19448
|
}
|
|
19436
|
-
]
|
|
19437
|
-
"category": "reactions",
|
|
19438
|
-
"subcategory": null
|
|
19449
|
+
]
|
|
19439
19450
|
},
|
|
19440
19451
|
"x-octokit": {}
|
|
19441
19452
|
}
|
|
@@ -19460,15 +19471,14 @@
|
|
|
19460
19471
|
"x-github": {
|
|
19461
19472
|
"githubCloudOnly": false,
|
|
19462
19473
|
"enabledForGitHubApps": true,
|
|
19474
|
+
"category": "reactions",
|
|
19463
19475
|
"previews": [
|
|
19464
19476
|
{
|
|
19465
19477
|
"required": true,
|
|
19466
19478
|
"name": "squirrel-girl",
|
|
19467
19479
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
19468
19480
|
}
|
|
19469
|
-
]
|
|
19470
|
-
"category": "reactions",
|
|
19471
|
-
"subcategory": null
|
|
19481
|
+
]
|
|
19472
19482
|
},
|
|
19473
19483
|
"x-octokit": {}
|
|
19474
19484
|
}
|
|
@@ -19638,15 +19648,15 @@
|
|
|
19638
19648
|
"x-github": {
|
|
19639
19649
|
"githubCloudOnly": false,
|
|
19640
19650
|
"enabledForGitHubApps": true,
|
|
19651
|
+
"category": "repos",
|
|
19652
|
+
"subcategory": "comments",
|
|
19641
19653
|
"previews": [
|
|
19642
19654
|
{
|
|
19643
19655
|
"required": false,
|
|
19644
19656
|
"name": "squirrel-girl",
|
|
19645
19657
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
19646
19658
|
}
|
|
19647
|
-
]
|
|
19648
|
-
"category": "repos",
|
|
19649
|
-
"subcategory": "comments"
|
|
19659
|
+
]
|
|
19650
19660
|
},
|
|
19651
19661
|
"x-octokit": {}
|
|
19652
19662
|
},
|
|
@@ -20690,15 +20700,15 @@
|
|
|
20690
20700
|
"x-github": {
|
|
20691
20701
|
"githubCloudOnly": false,
|
|
20692
20702
|
"enabledForGitHubApps": true,
|
|
20703
|
+
"category": "repos",
|
|
20704
|
+
"subcategory": "deployments",
|
|
20693
20705
|
"previews": [
|
|
20694
20706
|
{
|
|
20695
20707
|
"required": false,
|
|
20696
20708
|
"name": "ant-man",
|
|
20697
20709
|
"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.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
|
|
20698
20710
|
}
|
|
20699
|
-
]
|
|
20700
|
-
"category": "repos",
|
|
20701
|
-
"subcategory": "deployments"
|
|
20711
|
+
]
|
|
20702
20712
|
},
|
|
20703
20713
|
"x-octokit": {}
|
|
20704
20714
|
},
|
|
@@ -20837,15 +20847,15 @@
|
|
|
20837
20847
|
"x-github": {
|
|
20838
20848
|
"githubCloudOnly": false,
|
|
20839
20849
|
"enabledForGitHubApps": true,
|
|
20850
|
+
"category": "repos",
|
|
20851
|
+
"subcategory": "deployments",
|
|
20840
20852
|
"previews": [
|
|
20841
20853
|
{
|
|
20842
20854
|
"required": false,
|
|
20843
20855
|
"name": "ant-man",
|
|
20844
20856
|
"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.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
|
|
20845
20857
|
}
|
|
20846
|
-
]
|
|
20847
|
-
"category": "repos",
|
|
20848
|
-
"subcategory": "deployments"
|
|
20858
|
+
]
|
|
20849
20859
|
},
|
|
20850
20860
|
"x-octokit": {}
|
|
20851
20861
|
}
|
|
@@ -20882,15 +20892,20 @@
|
|
|
20882
20892
|
"x-github": {
|
|
20883
20893
|
"githubCloudOnly": false,
|
|
20884
20894
|
"enabledForGitHubApps": true,
|
|
20895
|
+
"category": "repos",
|
|
20896
|
+
"subcategory": "deployments",
|
|
20885
20897
|
"previews": [
|
|
20898
|
+
{
|
|
20899
|
+
"required": false,
|
|
20900
|
+
"name": "flash",
|
|
20901
|
+
"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.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.flash-preview+json\n```"
|
|
20902
|
+
},
|
|
20886
20903
|
{
|
|
20887
20904
|
"required": false,
|
|
20888
20905
|
"name": "ant-man",
|
|
20889
20906
|
"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.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
|
|
20890
20907
|
}
|
|
20891
|
-
]
|
|
20892
|
-
"category": "repos",
|
|
20893
|
-
"subcategory": "deployments"
|
|
20908
|
+
]
|
|
20894
20909
|
},
|
|
20895
20910
|
"x-octokit": {}
|
|
20896
20911
|
},
|
|
@@ -20963,6 +20978,8 @@
|
|
|
20963
20978
|
"x-github": {
|
|
20964
20979
|
"githubCloudOnly": false,
|
|
20965
20980
|
"enabledForGitHubApps": true,
|
|
20981
|
+
"category": "repos",
|
|
20982
|
+
"subcategory": "deployments",
|
|
20966
20983
|
"previews": [
|
|
20967
20984
|
{
|
|
20968
20985
|
"required": false,
|
|
@@ -20974,9 +20991,7 @@
|
|
|
20974
20991
|
"name": "ant-man",
|
|
20975
20992
|
"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.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
|
|
20976
20993
|
}
|
|
20977
|
-
]
|
|
20978
|
-
"category": "repos",
|
|
20979
|
-
"subcategory": "deployments"
|
|
20994
|
+
]
|
|
20980
20995
|
},
|
|
20981
20996
|
"x-octokit": {}
|
|
20982
20997
|
},
|
|
@@ -21003,7 +21018,7 @@
|
|
|
21003
21018
|
"properties": {
|
|
21004
21019
|
"state": {
|
|
21005
21020
|
"type": "string",
|
|
21006
|
-
"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.1/rest/overview/api-previews#enhanced-deployments) custom media type.
|
|
21021
|
+
"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.1/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.",
|
|
21007
21022
|
"enum": [
|
|
21008
21023
|
"error",
|
|
21009
21024
|
"failure",
|
|
@@ -21031,7 +21046,7 @@
|
|
|
21031
21046
|
},
|
|
21032
21047
|
"environment": {
|
|
21033
21048
|
"type": "string",
|
|
21034
|
-
"description": "Name for the target deployment environment, which can be changed when setting a deploy status. For example, `production`, `staging`, or `qa`.
|
|
21049
|
+
"description": "Name for the target deployment environment, which can be changed when setting a deploy status. For example, `production`, `staging`, or `qa`.",
|
|
21035
21050
|
"enum": ["production", "staging", "qa"]
|
|
21036
21051
|
},
|
|
21037
21052
|
"environment_url": {
|
|
@@ -21041,7 +21056,7 @@
|
|
|
21041
21056
|
},
|
|
21042
21057
|
"auto_inactive": {
|
|
21043
21058
|
"type": "boolean",
|
|
21044
|
-
"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`
|
|
21059
|
+
"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.1/rest/overview/api-previews#enhanced-deployments) custom media type."
|
|
21045
21060
|
}
|
|
21046
21061
|
},
|
|
21047
21062
|
"required": ["state"]
|
|
@@ -21080,6 +21095,8 @@
|
|
|
21080
21095
|
"x-github": {
|
|
21081
21096
|
"githubCloudOnly": false,
|
|
21082
21097
|
"enabledForGitHubApps": true,
|
|
21098
|
+
"category": "repos",
|
|
21099
|
+
"subcategory": "deployments",
|
|
21083
21100
|
"previews": [
|
|
21084
21101
|
{
|
|
21085
21102
|
"required": false,
|
|
@@ -21091,9 +21108,7 @@
|
|
|
21091
21108
|
"name": "ant-man",
|
|
21092
21109
|
"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.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
|
|
21093
21110
|
}
|
|
21094
|
-
]
|
|
21095
|
-
"category": "repos",
|
|
21096
|
-
"subcategory": "deployments"
|
|
21111
|
+
]
|
|
21097
21112
|
},
|
|
21098
21113
|
"x-octokit": {}
|
|
21099
21114
|
}
|
|
@@ -21133,12 +21148,13 @@
|
|
|
21133
21148
|
}
|
|
21134
21149
|
}
|
|
21135
21150
|
},
|
|
21136
|
-
"404": { "$ref": "#/components/responses/not_found" }
|
|
21137
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" }
|
|
21151
|
+
"404": { "$ref": "#/components/responses/not_found" }
|
|
21138
21152
|
},
|
|
21139
21153
|
"x-github": {
|
|
21140
21154
|
"githubCloudOnly": false,
|
|
21141
21155
|
"enabledForGitHubApps": true,
|
|
21156
|
+
"category": "repos",
|
|
21157
|
+
"subcategory": "deployments",
|
|
21142
21158
|
"previews": [
|
|
21143
21159
|
{
|
|
21144
21160
|
"required": false,
|
|
@@ -21150,9 +21166,7 @@
|
|
|
21150
21166
|
"name": "ant-man",
|
|
21151
21167
|
"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.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
|
|
21152
21168
|
}
|
|
21153
|
-
]
|
|
21154
|
-
"category": "repos",
|
|
21155
|
-
"subcategory": "deployments"
|
|
21169
|
+
]
|
|
21156
21170
|
},
|
|
21157
21171
|
"x-octokit": {}
|
|
21158
21172
|
}
|
|
@@ -21362,7 +21376,7 @@
|
|
|
21362
21376
|
"category": "repos",
|
|
21363
21377
|
"subcategory": "forks"
|
|
21364
21378
|
},
|
|
21365
|
-
"x-octokit": {
|
|
21379
|
+
"x-octokit": {}
|
|
21366
21380
|
}
|
|
21367
21381
|
},
|
|
21368
21382
|
"/repos/{owner}/{repo}/git/blobs": {
|
|
@@ -22386,7 +22400,7 @@
|
|
|
22386
22400
|
"category": "repos",
|
|
22387
22401
|
"subcategory": "webhooks"
|
|
22388
22402
|
},
|
|
22389
|
-
"x-octokit": {
|
|
22403
|
+
"x-octokit": {}
|
|
22390
22404
|
}
|
|
22391
22405
|
},
|
|
22392
22406
|
"/repos/{owner}/{repo}/hooks/{hook_id}": {
|
|
@@ -22523,7 +22537,7 @@
|
|
|
22523
22537
|
"category": "repos",
|
|
22524
22538
|
"subcategory": "webhooks"
|
|
22525
22539
|
},
|
|
22526
|
-
"x-octokit": {
|
|
22540
|
+
"x-octokit": {}
|
|
22527
22541
|
},
|
|
22528
22542
|
"delete": {
|
|
22529
22543
|
"summary": "Delete a repository webhook",
|
|
@@ -22854,7 +22868,7 @@
|
|
|
22854
22868
|
"category": "repos",
|
|
22855
22869
|
"subcategory": "invitations"
|
|
22856
22870
|
},
|
|
22857
|
-
"x-octokit": {
|
|
22871
|
+
"x-octokit": {}
|
|
22858
22872
|
},
|
|
22859
22873
|
"delete": {
|
|
22860
22874
|
"summary": "Delete a repository invitation",
|
|
@@ -22957,12 +22971,10 @@
|
|
|
22957
22971
|
"application/json": {
|
|
22958
22972
|
"schema": {
|
|
22959
22973
|
"type": "array",
|
|
22960
|
-
"items": { "$ref": "#/components/schemas/issue
|
|
22974
|
+
"items": { "$ref": "#/components/schemas/issue" }
|
|
22961
22975
|
},
|
|
22962
22976
|
"examples": {
|
|
22963
|
-
"default": {
|
|
22964
|
-
"$ref": "#/components/examples/issue-simple-items"
|
|
22965
|
-
}
|
|
22977
|
+
"default": { "$ref": "#/components/examples/issue-items" }
|
|
22966
22978
|
}
|
|
22967
22979
|
}
|
|
22968
22980
|
},
|
|
@@ -22975,15 +22987,19 @@
|
|
|
22975
22987
|
"x-github": {
|
|
22976
22988
|
"githubCloudOnly": false,
|
|
22977
22989
|
"enabledForGitHubApps": true,
|
|
22990
|
+
"category": "issues",
|
|
22978
22991
|
"previews": [
|
|
22992
|
+
{
|
|
22993
|
+
"required": false,
|
|
22994
|
+
"name": "machine-man",
|
|
22995
|
+
"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.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.machine-man-preview\n```"
|
|
22996
|
+
},
|
|
22979
22997
|
{
|
|
22980
22998
|
"required": false,
|
|
22981
22999
|
"name": "squirrel-girl",
|
|
22982
23000
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
22983
23001
|
}
|
|
22984
|
-
]
|
|
22985
|
-
"category": "issues",
|
|
22986
|
-
"subcategory": null
|
|
23002
|
+
]
|
|
22987
23003
|
},
|
|
22988
23004
|
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
22989
23005
|
},
|
|
@@ -23101,7 +23117,7 @@
|
|
|
23101
23117
|
"category": "issues",
|
|
23102
23118
|
"subcategory": null
|
|
23103
23119
|
},
|
|
23104
|
-
"x-octokit": {
|
|
23120
|
+
"x-octokit": {}
|
|
23105
23121
|
}
|
|
23106
23122
|
},
|
|
23107
23123
|
"/repos/{owner}/{repo}/issues/comments": {
|
|
@@ -23153,15 +23169,15 @@
|
|
|
23153
23169
|
"x-github": {
|
|
23154
23170
|
"githubCloudOnly": false,
|
|
23155
23171
|
"enabledForGitHubApps": true,
|
|
23172
|
+
"category": "issues",
|
|
23173
|
+
"subcategory": "comments",
|
|
23156
23174
|
"previews": [
|
|
23157
23175
|
{
|
|
23158
23176
|
"required": false,
|
|
23159
23177
|
"name": "squirrel-girl",
|
|
23160
23178
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
23161
23179
|
}
|
|
23162
|
-
]
|
|
23163
|
-
"category": "issues",
|
|
23164
|
-
"subcategory": "comments"
|
|
23180
|
+
]
|
|
23165
23181
|
},
|
|
23166
23182
|
"x-octokit": {}
|
|
23167
23183
|
}
|
|
@@ -23198,15 +23214,20 @@
|
|
|
23198
23214
|
"x-github": {
|
|
23199
23215
|
"githubCloudOnly": false,
|
|
23200
23216
|
"enabledForGitHubApps": true,
|
|
23217
|
+
"category": "issues",
|
|
23218
|
+
"subcategory": "comments",
|
|
23201
23219
|
"previews": [
|
|
23220
|
+
{
|
|
23221
|
+
"required": false,
|
|
23222
|
+
"name": "machine-man",
|
|
23223
|
+
"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.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.machine-man-preview\n```"
|
|
23224
|
+
},
|
|
23202
23225
|
{
|
|
23203
23226
|
"required": false,
|
|
23204
23227
|
"name": "squirrel-girl",
|
|
23205
23228
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
23206
23229
|
}
|
|
23207
|
-
]
|
|
23208
|
-
"category": "issues",
|
|
23209
|
-
"subcategory": "comments"
|
|
23230
|
+
]
|
|
23210
23231
|
},
|
|
23211
23232
|
"x-octokit": {}
|
|
23212
23233
|
},
|
|
@@ -23342,21 +23363,19 @@
|
|
|
23342
23363
|
},
|
|
23343
23364
|
"headers": { "Link": { "$ref": "#/components/headers/link" } }
|
|
23344
23365
|
},
|
|
23345
|
-
"404": { "$ref": "#/components/responses/not_found" }
|
|
23346
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" }
|
|
23366
|
+
"404": { "$ref": "#/components/responses/not_found" }
|
|
23347
23367
|
},
|
|
23348
23368
|
"x-github": {
|
|
23349
23369
|
"githubCloudOnly": false,
|
|
23350
23370
|
"enabledForGitHubApps": true,
|
|
23371
|
+
"category": "reactions",
|
|
23351
23372
|
"previews": [
|
|
23352
23373
|
{
|
|
23353
23374
|
"required": true,
|
|
23354
23375
|
"name": "squirrel-girl",
|
|
23355
23376
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
23356
23377
|
}
|
|
23357
|
-
]
|
|
23358
|
-
"category": "reactions",
|
|
23359
|
-
"subcategory": null
|
|
23378
|
+
]
|
|
23360
23379
|
},
|
|
23361
23380
|
"x-octokit": {}
|
|
23362
23381
|
},
|
|
@@ -23425,21 +23444,19 @@
|
|
|
23425
23444
|
}
|
|
23426
23445
|
}
|
|
23427
23446
|
},
|
|
23428
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" },
|
|
23429
23447
|
"422": { "$ref": "#/components/responses/validation_failed" }
|
|
23430
23448
|
},
|
|
23431
23449
|
"x-github": {
|
|
23432
23450
|
"githubCloudOnly": false,
|
|
23433
23451
|
"enabledForGitHubApps": true,
|
|
23452
|
+
"category": "reactions",
|
|
23434
23453
|
"previews": [
|
|
23435
23454
|
{
|
|
23436
23455
|
"required": true,
|
|
23437
23456
|
"name": "squirrel-girl",
|
|
23438
23457
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
23439
23458
|
}
|
|
23440
|
-
]
|
|
23441
|
-
"category": "reactions",
|
|
23442
|
-
"subcategory": null
|
|
23459
|
+
]
|
|
23443
23460
|
},
|
|
23444
23461
|
"x-octokit": {}
|
|
23445
23462
|
}
|
|
@@ -23464,15 +23481,14 @@
|
|
|
23464
23481
|
"x-github": {
|
|
23465
23482
|
"githubCloudOnly": false,
|
|
23466
23483
|
"enabledForGitHubApps": true,
|
|
23484
|
+
"category": "reactions",
|
|
23467
23485
|
"previews": [
|
|
23468
23486
|
{
|
|
23469
23487
|
"required": true,
|
|
23470
23488
|
"name": "squirrel-girl",
|
|
23471
23489
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
23472
23490
|
}
|
|
23473
|
-
]
|
|
23474
|
-
"category": "reactions",
|
|
23475
|
-
"subcategory": null
|
|
23491
|
+
]
|
|
23476
23492
|
},
|
|
23477
23493
|
"x-octokit": {}
|
|
23478
23494
|
}
|
|
@@ -23616,15 +23632,14 @@
|
|
|
23616
23632
|
"x-github": {
|
|
23617
23633
|
"githubCloudOnly": false,
|
|
23618
23634
|
"enabledForGitHubApps": true,
|
|
23635
|
+
"category": "issues",
|
|
23619
23636
|
"previews": [
|
|
23620
23637
|
{
|
|
23621
23638
|
"required": false,
|
|
23622
23639
|
"name": "squirrel-girl",
|
|
23623
23640
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
23624
23641
|
}
|
|
23625
|
-
]
|
|
23626
|
-
"category": "issues",
|
|
23627
|
-
"subcategory": null
|
|
23642
|
+
]
|
|
23628
23643
|
},
|
|
23629
23644
|
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
23630
23645
|
},
|
|
@@ -23743,7 +23758,7 @@
|
|
|
23743
23758
|
"category": "issues",
|
|
23744
23759
|
"subcategory": null
|
|
23745
23760
|
},
|
|
23746
|
-
"x-octokit": {
|
|
23761
|
+
"x-octokit": {}
|
|
23747
23762
|
}
|
|
23748
23763
|
},
|
|
23749
23764
|
"/repos/{owner}/{repo}/issues/{issue_number}/assignees": {
|
|
@@ -23783,9 +23798,9 @@
|
|
|
23783
23798
|
"description": "Response",
|
|
23784
23799
|
"content": {
|
|
23785
23800
|
"application/json": {
|
|
23786
|
-
"schema": { "$ref": "#/components/schemas/issue
|
|
23801
|
+
"schema": { "$ref": "#/components/schemas/issue" },
|
|
23787
23802
|
"examples": {
|
|
23788
|
-
"default": { "$ref": "#/components/examples/issue
|
|
23803
|
+
"default": { "$ref": "#/components/examples/issue" }
|
|
23789
23804
|
}
|
|
23790
23805
|
}
|
|
23791
23806
|
}
|
|
@@ -23798,7 +23813,7 @@
|
|
|
23798
23813
|
"category": "issues",
|
|
23799
23814
|
"subcategory": "assignees"
|
|
23800
23815
|
},
|
|
23801
|
-
"x-octokit": {
|
|
23816
|
+
"x-octokit": {}
|
|
23802
23817
|
},
|
|
23803
23818
|
"delete": {
|
|
23804
23819
|
"summary": "Remove assignees from an issue",
|
|
@@ -23836,9 +23851,9 @@
|
|
|
23836
23851
|
"description": "Response",
|
|
23837
23852
|
"content": {
|
|
23838
23853
|
"application/json": {
|
|
23839
|
-
"schema": { "$ref": "#/components/schemas/issue
|
|
23854
|
+
"schema": { "$ref": "#/components/schemas/issue" },
|
|
23840
23855
|
"examples": {
|
|
23841
|
-
"default": { "$ref": "#/components/examples/issue
|
|
23856
|
+
"default": { "$ref": "#/components/examples/issue" }
|
|
23842
23857
|
}
|
|
23843
23858
|
}
|
|
23844
23859
|
}
|
|
@@ -23896,15 +23911,15 @@
|
|
|
23896
23911
|
"x-github": {
|
|
23897
23912
|
"githubCloudOnly": false,
|
|
23898
23913
|
"enabledForGitHubApps": true,
|
|
23914
|
+
"category": "issues",
|
|
23915
|
+
"subcategory": "comments",
|
|
23899
23916
|
"previews": [
|
|
23900
23917
|
{
|
|
23901
23918
|
"required": false,
|
|
23902
23919
|
"name": "squirrel-girl",
|
|
23903
23920
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
23904
23921
|
}
|
|
23905
|
-
]
|
|
23906
|
-
"category": "issues",
|
|
23907
|
-
"subcategory": "comments"
|
|
23922
|
+
]
|
|
23908
23923
|
},
|
|
23909
23924
|
"x-octokit": {}
|
|
23910
23925
|
},
|
|
@@ -24434,21 +24449,19 @@
|
|
|
24434
24449
|
"headers": { "Link": { "$ref": "#/components/headers/link" } }
|
|
24435
24450
|
},
|
|
24436
24451
|
"404": { "$ref": "#/components/responses/not_found" },
|
|
24437
|
-
"410": { "$ref": "#/components/responses/gone" }
|
|
24438
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" }
|
|
24452
|
+
"410": { "$ref": "#/components/responses/gone" }
|
|
24439
24453
|
},
|
|
24440
24454
|
"x-github": {
|
|
24441
24455
|
"githubCloudOnly": false,
|
|
24442
24456
|
"enabledForGitHubApps": true,
|
|
24457
|
+
"category": "reactions",
|
|
24443
24458
|
"previews": [
|
|
24444
24459
|
{
|
|
24445
24460
|
"required": true,
|
|
24446
24461
|
"name": "squirrel-girl",
|
|
24447
24462
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
24448
24463
|
}
|
|
24449
|
-
]
|
|
24450
|
-
"category": "reactions",
|
|
24451
|
-
"subcategory": null
|
|
24464
|
+
]
|
|
24452
24465
|
},
|
|
24453
24466
|
"x-octokit": {}
|
|
24454
24467
|
},
|
|
@@ -24517,21 +24530,19 @@
|
|
|
24517
24530
|
}
|
|
24518
24531
|
}
|
|
24519
24532
|
},
|
|
24520
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" },
|
|
24521
24533
|
"422": { "$ref": "#/components/responses/validation_failed" }
|
|
24522
24534
|
},
|
|
24523
24535
|
"x-github": {
|
|
24524
24536
|
"githubCloudOnly": false,
|
|
24525
24537
|
"enabledForGitHubApps": false,
|
|
24538
|
+
"category": "reactions",
|
|
24526
24539
|
"previews": [
|
|
24527
24540
|
{
|
|
24528
24541
|
"required": true,
|
|
24529
24542
|
"name": "squirrel-girl",
|
|
24530
24543
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
24531
24544
|
}
|
|
24532
|
-
]
|
|
24533
|
-
"category": "reactions",
|
|
24534
|
-
"subcategory": null
|
|
24545
|
+
]
|
|
24535
24546
|
},
|
|
24536
24547
|
"x-octokit": {}
|
|
24537
24548
|
}
|
|
@@ -24556,15 +24567,14 @@
|
|
|
24556
24567
|
"x-github": {
|
|
24557
24568
|
"githubCloudOnly": false,
|
|
24558
24569
|
"enabledForGitHubApps": true,
|
|
24570
|
+
"category": "reactions",
|
|
24559
24571
|
"previews": [
|
|
24560
24572
|
{
|
|
24561
24573
|
"required": true,
|
|
24562
24574
|
"name": "squirrel-girl",
|
|
24563
24575
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
24564
24576
|
}
|
|
24565
|
-
]
|
|
24566
|
-
"category": "reactions",
|
|
24567
|
-
"subcategory": null
|
|
24577
|
+
]
|
|
24568
24578
|
},
|
|
24569
24579
|
"x-octokit": {}
|
|
24570
24580
|
}
|
|
@@ -26644,11 +26654,6 @@
|
|
|
26644
26654
|
"githubCloudOnly": false,
|
|
26645
26655
|
"enabledForGitHubApps": true,
|
|
26646
26656
|
"previews": [
|
|
26647
|
-
{
|
|
26648
|
-
"required": false,
|
|
26649
|
-
"name": "comfort-fade",
|
|
26650
|
-
"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.1/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."
|
|
26651
|
-
},
|
|
26652
26657
|
{
|
|
26653
26658
|
"required": false,
|
|
26654
26659
|
"name": "squirrel-girl",
|
|
@@ -26698,11 +26703,6 @@
|
|
|
26698
26703
|
"githubCloudOnly": false,
|
|
26699
26704
|
"enabledForGitHubApps": true,
|
|
26700
26705
|
"previews": [
|
|
26701
|
-
{
|
|
26702
|
-
"required": false,
|
|
26703
|
-
"name": "comfort-fade",
|
|
26704
|
-
"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.1/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."
|
|
26705
|
-
},
|
|
26706
26706
|
{
|
|
26707
26707
|
"required": false,
|
|
26708
26708
|
"name": "squirrel-girl",
|
|
@@ -26858,21 +26858,19 @@
|
|
|
26858
26858
|
},
|
|
26859
26859
|
"headers": { "Link": { "$ref": "#/components/headers/link" } }
|
|
26860
26860
|
},
|
|
26861
|
-
"404": { "$ref": "#/components/responses/not_found" }
|
|
26862
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" }
|
|
26861
|
+
"404": { "$ref": "#/components/responses/not_found" }
|
|
26863
26862
|
},
|
|
26864
26863
|
"x-github": {
|
|
26865
26864
|
"githubCloudOnly": false,
|
|
26866
26865
|
"enabledForGitHubApps": true,
|
|
26866
|
+
"category": "reactions",
|
|
26867
26867
|
"previews": [
|
|
26868
26868
|
{
|
|
26869
26869
|
"required": true,
|
|
26870
26870
|
"name": "squirrel-girl",
|
|
26871
26871
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
26872
26872
|
}
|
|
26873
|
-
]
|
|
26874
|
-
"category": "reactions",
|
|
26875
|
-
"subcategory": null
|
|
26873
|
+
]
|
|
26876
26874
|
},
|
|
26877
26875
|
"x-octokit": {}
|
|
26878
26876
|
},
|
|
@@ -26941,21 +26939,19 @@
|
|
|
26941
26939
|
}
|
|
26942
26940
|
}
|
|
26943
26941
|
},
|
|
26944
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" },
|
|
26945
26942
|
"422": { "$ref": "#/components/responses/validation_failed" }
|
|
26946
26943
|
},
|
|
26947
26944
|
"x-github": {
|
|
26948
26945
|
"githubCloudOnly": false,
|
|
26949
26946
|
"enabledForGitHubApps": true,
|
|
26947
|
+
"category": "reactions",
|
|
26950
26948
|
"previews": [
|
|
26951
26949
|
{
|
|
26952
26950
|
"required": true,
|
|
26953
26951
|
"name": "squirrel-girl",
|
|
26954
26952
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
26955
26953
|
}
|
|
26956
|
-
]
|
|
26957
|
-
"category": "reactions",
|
|
26958
|
-
"subcategory": null
|
|
26954
|
+
]
|
|
26959
26955
|
},
|
|
26960
26956
|
"x-octokit": {}
|
|
26961
26957
|
}
|
|
@@ -26980,15 +26976,14 @@
|
|
|
26980
26976
|
"x-github": {
|
|
26981
26977
|
"githubCloudOnly": false,
|
|
26982
26978
|
"enabledForGitHubApps": true,
|
|
26979
|
+
"category": "reactions",
|
|
26983
26980
|
"previews": [
|
|
26984
26981
|
{
|
|
26985
26982
|
"required": true,
|
|
26986
26983
|
"name": "squirrel-girl",
|
|
26987
26984
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
26988
26985
|
}
|
|
26989
|
-
]
|
|
26990
|
-
"category": "reactions",
|
|
26991
|
-
"subcategory": null
|
|
26986
|
+
]
|
|
26992
26987
|
},
|
|
26993
26988
|
"x-octokit": {}
|
|
26994
26989
|
}
|
|
@@ -27161,11 +27156,6 @@
|
|
|
27161
27156
|
"githubCloudOnly": false,
|
|
27162
27157
|
"enabledForGitHubApps": true,
|
|
27163
27158
|
"previews": [
|
|
27164
|
-
{
|
|
27165
|
-
"required": false,
|
|
27166
|
-
"name": "comfort-fade",
|
|
27167
|
-
"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.1/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."
|
|
27168
|
-
},
|
|
27169
27159
|
{
|
|
27170
27160
|
"required": false,
|
|
27171
27161
|
"name": "squirrel-girl",
|
|
@@ -27726,7 +27716,7 @@
|
|
|
27726
27716
|
"category": "pulls",
|
|
27727
27717
|
"subcategory": "review-requests"
|
|
27728
27718
|
},
|
|
27729
|
-
"x-octokit": {
|
|
27719
|
+
"x-octokit": {}
|
|
27730
27720
|
},
|
|
27731
27721
|
"delete": {
|
|
27732
27722
|
"summary": "Remove requested reviewers from a pull request",
|
|
@@ -28573,7 +28563,7 @@
|
|
|
28573
28563
|
"category": "repos",
|
|
28574
28564
|
"subcategory": "releases"
|
|
28575
28565
|
},
|
|
28576
|
-
"x-octokit": {
|
|
28566
|
+
"x-octokit": {}
|
|
28577
28567
|
}
|
|
28578
28568
|
},
|
|
28579
28569
|
"/repos/{owner}/{repo}/releases/assets/{asset_id}": {
|
|
@@ -28896,7 +28886,7 @@
|
|
|
28896
28886
|
"category": "repos",
|
|
28897
28887
|
"subcategory": "releases"
|
|
28898
28888
|
},
|
|
28899
|
-
"x-octokit": {
|
|
28889
|
+
"x-octokit": {}
|
|
28900
28890
|
},
|
|
28901
28891
|
"delete": {
|
|
28902
28892
|
"summary": "Delete a release",
|
|
@@ -29984,7 +29974,7 @@
|
|
|
29984
29974
|
"category": "repos",
|
|
29985
29975
|
"subcategory": null
|
|
29986
29976
|
},
|
|
29987
|
-
"x-octokit": {
|
|
29977
|
+
"x-octokit": {}
|
|
29988
29978
|
}
|
|
29989
29979
|
},
|
|
29990
29980
|
"/repos/{owner}/{repo}/zipball/{ref}": {
|
|
@@ -30134,7 +30124,7 @@
|
|
|
30134
30124
|
"category": "repos",
|
|
30135
30125
|
"subcategory": null
|
|
30136
30126
|
},
|
|
30137
|
-
"x-octokit": {
|
|
30127
|
+
"x-octokit": {}
|
|
30138
30128
|
}
|
|
30139
30129
|
},
|
|
30140
30130
|
"/repositories": {
|
|
@@ -31372,17 +31362,17 @@
|
|
|
31372
31362
|
"x-github": {
|
|
31373
31363
|
"githubCloudOnly": false,
|
|
31374
31364
|
"enabledForGitHubApps": true,
|
|
31365
|
+
"removalDate": "2021-02-01",
|
|
31366
|
+
"deprecationDate": "2020-01-21",
|
|
31367
|
+
"category": "teams",
|
|
31368
|
+
"subcategory": "discussions",
|
|
31375
31369
|
"previews": [
|
|
31376
31370
|
{
|
|
31377
31371
|
"required": false,
|
|
31378
31372
|
"name": "squirrel-girl",
|
|
31379
31373
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
31380
31374
|
}
|
|
31381
|
-
]
|
|
31382
|
-
"removalDate": "2021-02-01",
|
|
31383
|
-
"deprecationDate": "2020-01-21",
|
|
31384
|
-
"category": "teams",
|
|
31385
|
-
"subcategory": "discussions"
|
|
31375
|
+
]
|
|
31386
31376
|
},
|
|
31387
31377
|
"deprecated": true,
|
|
31388
31378
|
"x-octokit": {}
|
|
@@ -31444,17 +31434,17 @@
|
|
|
31444
31434
|
"triggersNotification": true,
|
|
31445
31435
|
"githubCloudOnly": false,
|
|
31446
31436
|
"enabledForGitHubApps": true,
|
|
31437
|
+
"removalDate": "2021-02-01",
|
|
31438
|
+
"deprecationDate": "2020-01-21",
|
|
31439
|
+
"category": "teams",
|
|
31440
|
+
"subcategory": "discussions",
|
|
31447
31441
|
"previews": [
|
|
31448
31442
|
{
|
|
31449
31443
|
"required": false,
|
|
31450
31444
|
"name": "squirrel-girl",
|
|
31451
31445
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
31452
31446
|
}
|
|
31453
|
-
]
|
|
31454
|
-
"removalDate": "2021-02-01",
|
|
31455
|
-
"deprecationDate": "2020-01-21",
|
|
31456
|
-
"category": "teams",
|
|
31457
|
-
"subcategory": "discussions"
|
|
31447
|
+
]
|
|
31458
31448
|
},
|
|
31459
31449
|
"deprecated": true,
|
|
31460
31450
|
"x-octokit": {}
|
|
@@ -31490,17 +31480,17 @@
|
|
|
31490
31480
|
"x-github": {
|
|
31491
31481
|
"githubCloudOnly": false,
|
|
31492
31482
|
"enabledForGitHubApps": true,
|
|
31483
|
+
"removalDate": "2021-02-01",
|
|
31484
|
+
"deprecationDate": "2020-01-21",
|
|
31485
|
+
"category": "teams",
|
|
31486
|
+
"subcategory": "discussions",
|
|
31493
31487
|
"previews": [
|
|
31494
31488
|
{
|
|
31495
31489
|
"required": false,
|
|
31496
31490
|
"name": "squirrel-girl",
|
|
31497
31491
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
31498
31492
|
}
|
|
31499
|
-
]
|
|
31500
|
-
"removalDate": "2021-02-01",
|
|
31501
|
-
"deprecationDate": "2020-01-21",
|
|
31502
|
-
"category": "teams",
|
|
31503
|
-
"subcategory": "discussions"
|
|
31493
|
+
]
|
|
31504
31494
|
},
|
|
31505
31495
|
"deprecated": true,
|
|
31506
31496
|
"x-octokit": {}
|
|
@@ -31556,17 +31546,17 @@
|
|
|
31556
31546
|
"x-github": {
|
|
31557
31547
|
"githubCloudOnly": false,
|
|
31558
31548
|
"enabledForGitHubApps": true,
|
|
31549
|
+
"removalDate": "2021-02-01",
|
|
31550
|
+
"deprecationDate": "2020-01-21",
|
|
31551
|
+
"category": "teams",
|
|
31552
|
+
"subcategory": "discussions",
|
|
31559
31553
|
"previews": [
|
|
31560
31554
|
{
|
|
31561
31555
|
"required": false,
|
|
31562
31556
|
"name": "squirrel-girl",
|
|
31563
31557
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
31564
31558
|
}
|
|
31565
|
-
]
|
|
31566
|
-
"removalDate": "2021-02-01",
|
|
31567
|
-
"deprecationDate": "2020-01-21",
|
|
31568
|
-
"category": "teams",
|
|
31569
|
-
"subcategory": "discussions"
|
|
31559
|
+
]
|
|
31570
31560
|
},
|
|
31571
31561
|
"deprecated": true,
|
|
31572
31562
|
"x-octokit": {}
|
|
@@ -31639,17 +31629,17 @@
|
|
|
31639
31629
|
"x-github": {
|
|
31640
31630
|
"githubCloudOnly": false,
|
|
31641
31631
|
"enabledForGitHubApps": true,
|
|
31632
|
+
"removalDate": "2021-02-01",
|
|
31633
|
+
"deprecationDate": "2020-01-21",
|
|
31634
|
+
"category": "teams",
|
|
31635
|
+
"subcategory": "discussion-comments",
|
|
31642
31636
|
"previews": [
|
|
31643
31637
|
{
|
|
31644
31638
|
"required": false,
|
|
31645
31639
|
"name": "squirrel-girl",
|
|
31646
31640
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
31647
31641
|
}
|
|
31648
|
-
]
|
|
31649
|
-
"removalDate": "2021-02-01",
|
|
31650
|
-
"deprecationDate": "2020-01-21",
|
|
31651
|
-
"category": "teams",
|
|
31652
|
-
"subcategory": "discussion-comments"
|
|
31642
|
+
]
|
|
31653
31643
|
},
|
|
31654
31644
|
"deprecated": true,
|
|
31655
31645
|
"x-octokit": {}
|
|
@@ -31706,17 +31696,17 @@
|
|
|
31706
31696
|
"triggersNotification": true,
|
|
31707
31697
|
"githubCloudOnly": false,
|
|
31708
31698
|
"enabledForGitHubApps": true,
|
|
31699
|
+
"removalDate": "2021-02-01",
|
|
31700
|
+
"deprecationDate": "2020-01-21",
|
|
31701
|
+
"category": "teams",
|
|
31702
|
+
"subcategory": "discussion-comments",
|
|
31709
31703
|
"previews": [
|
|
31710
31704
|
{
|
|
31711
31705
|
"required": false,
|
|
31712
31706
|
"name": "squirrel-girl",
|
|
31713
31707
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
31714
31708
|
}
|
|
31715
|
-
]
|
|
31716
|
-
"removalDate": "2021-02-01",
|
|
31717
|
-
"deprecationDate": "2020-01-21",
|
|
31718
|
-
"category": "teams",
|
|
31719
|
-
"subcategory": "discussion-comments"
|
|
31709
|
+
]
|
|
31720
31710
|
},
|
|
31721
31711
|
"deprecated": true,
|
|
31722
31712
|
"x-octokit": {}
|
|
@@ -31757,17 +31747,17 @@
|
|
|
31757
31747
|
"x-github": {
|
|
31758
31748
|
"githubCloudOnly": false,
|
|
31759
31749
|
"enabledForGitHubApps": true,
|
|
31750
|
+
"removalDate": "2021-02-01",
|
|
31751
|
+
"deprecationDate": "2020-01-21",
|
|
31752
|
+
"category": "teams",
|
|
31753
|
+
"subcategory": "discussion-comments",
|
|
31760
31754
|
"previews": [
|
|
31761
31755
|
{
|
|
31762
31756
|
"required": false,
|
|
31763
31757
|
"name": "squirrel-girl",
|
|
31764
31758
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
31765
31759
|
}
|
|
31766
|
-
]
|
|
31767
|
-
"removalDate": "2021-02-01",
|
|
31768
|
-
"deprecationDate": "2020-01-21",
|
|
31769
|
-
"category": "teams",
|
|
31770
|
-
"subcategory": "discussion-comments"
|
|
31760
|
+
]
|
|
31771
31761
|
},
|
|
31772
31762
|
"deprecated": true,
|
|
31773
31763
|
"x-octokit": {}
|
|
@@ -31824,17 +31814,17 @@
|
|
|
31824
31814
|
"x-github": {
|
|
31825
31815
|
"githubCloudOnly": false,
|
|
31826
31816
|
"enabledForGitHubApps": true,
|
|
31817
|
+
"removalDate": "2021-02-01",
|
|
31818
|
+
"deprecationDate": "2020-01-21",
|
|
31819
|
+
"category": "teams",
|
|
31820
|
+
"subcategory": "discussion-comments",
|
|
31827
31821
|
"previews": [
|
|
31828
31822
|
{
|
|
31829
31823
|
"required": false,
|
|
31830
31824
|
"name": "squirrel-girl",
|
|
31831
31825
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
31832
31826
|
}
|
|
31833
|
-
]
|
|
31834
|
-
"removalDate": "2021-02-01",
|
|
31835
|
-
"deprecationDate": "2020-01-21",
|
|
31836
|
-
"category": "teams",
|
|
31837
|
-
"subcategory": "discussion-comments"
|
|
31827
|
+
]
|
|
31838
31828
|
},
|
|
31839
31829
|
"deprecated": true,
|
|
31840
31830
|
"x-octokit": {}
|
|
@@ -31923,17 +31913,16 @@
|
|
|
31923
31913
|
"x-github": {
|
|
31924
31914
|
"githubCloudOnly": false,
|
|
31925
31915
|
"enabledForGitHubApps": true,
|
|
31916
|
+
"removalDate": "2021-02-21",
|
|
31917
|
+
"deprecationDate": "2020-02-26",
|
|
31918
|
+
"category": "reactions",
|
|
31926
31919
|
"previews": [
|
|
31927
31920
|
{
|
|
31928
31921
|
"required": true,
|
|
31929
31922
|
"name": "squirrel-girl",
|
|
31930
31923
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
31931
31924
|
}
|
|
31932
|
-
]
|
|
31933
|
-
"removalDate": "2021-02-21",
|
|
31934
|
-
"deprecationDate": "2020-02-26",
|
|
31935
|
-
"category": "reactions",
|
|
31936
|
-
"subcategory": null
|
|
31925
|
+
]
|
|
31937
31926
|
},
|
|
31938
31927
|
"deprecated": true,
|
|
31939
31928
|
"x-octokit": {}
|
|
@@ -31996,17 +31985,16 @@
|
|
|
31996
31985
|
"x-github": {
|
|
31997
31986
|
"githubCloudOnly": false,
|
|
31998
31987
|
"enabledForGitHubApps": true,
|
|
31988
|
+
"removalDate": "2021-02-21",
|
|
31989
|
+
"deprecationDate": "2020-02-26",
|
|
31990
|
+
"category": "reactions",
|
|
31999
31991
|
"previews": [
|
|
32000
31992
|
{
|
|
32001
31993
|
"required": true,
|
|
32002
31994
|
"name": "squirrel-girl",
|
|
32003
31995
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
32004
31996
|
}
|
|
32005
|
-
]
|
|
32006
|
-
"removalDate": "2021-02-21",
|
|
32007
|
-
"deprecationDate": "2020-02-26",
|
|
32008
|
-
"category": "reactions",
|
|
32009
|
-
"subcategory": null
|
|
31997
|
+
]
|
|
32010
31998
|
},
|
|
32011
31999
|
"deprecated": true,
|
|
32012
32000
|
"x-octokit": {}
|
|
@@ -32067,17 +32055,16 @@
|
|
|
32067
32055
|
"x-github": {
|
|
32068
32056
|
"githubCloudOnly": false,
|
|
32069
32057
|
"enabledForGitHubApps": true,
|
|
32058
|
+
"removalDate": "2021-02-21",
|
|
32059
|
+
"deprecationDate": "2020-02-26",
|
|
32060
|
+
"category": "reactions",
|
|
32070
32061
|
"previews": [
|
|
32071
32062
|
{
|
|
32072
32063
|
"required": true,
|
|
32073
32064
|
"name": "squirrel-girl",
|
|
32074
32065
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
32075
32066
|
}
|
|
32076
|
-
]
|
|
32077
|
-
"removalDate": "2021-02-21",
|
|
32078
|
-
"deprecationDate": "2020-02-26",
|
|
32079
|
-
"category": "reactions",
|
|
32080
|
-
"subcategory": null
|
|
32067
|
+
]
|
|
32081
32068
|
},
|
|
32082
32069
|
"deprecated": true,
|
|
32083
32070
|
"x-octokit": {}
|
|
@@ -32139,17 +32126,16 @@
|
|
|
32139
32126
|
"x-github": {
|
|
32140
32127
|
"githubCloudOnly": false,
|
|
32141
32128
|
"enabledForGitHubApps": false,
|
|
32129
|
+
"removalDate": "2021-02-21",
|
|
32130
|
+
"deprecationDate": "2020-02-26",
|
|
32131
|
+
"category": "reactions",
|
|
32142
32132
|
"previews": [
|
|
32143
32133
|
{
|
|
32144
32134
|
"required": true,
|
|
32145
32135
|
"name": "squirrel-girl",
|
|
32146
32136
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
32147
32137
|
}
|
|
32148
|
-
]
|
|
32149
|
-
"removalDate": "2021-02-21",
|
|
32150
|
-
"deprecationDate": "2020-02-26",
|
|
32151
|
-
"category": "reactions",
|
|
32152
|
-
"subcategory": null
|
|
32138
|
+
]
|
|
32153
32139
|
},
|
|
32154
32140
|
"deprecated": true,
|
|
32155
32141
|
"x-octokit": {}
|
|
@@ -33774,15 +33760,19 @@
|
|
|
33774
33760
|
"x-github": {
|
|
33775
33761
|
"githubCloudOnly": false,
|
|
33776
33762
|
"enabledForGitHubApps": false,
|
|
33763
|
+
"category": "issues",
|
|
33777
33764
|
"previews": [
|
|
33765
|
+
{
|
|
33766
|
+
"required": false,
|
|
33767
|
+
"name": "machine-man",
|
|
33768
|
+
"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.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.machine-man-preview\n```"
|
|
33769
|
+
},
|
|
33778
33770
|
{
|
|
33779
33771
|
"required": false,
|
|
33780
33772
|
"name": "squirrel-girl",
|
|
33781
33773
|
"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.1/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.1/rest/reference/reactions) reactions."
|
|
33782
33774
|
}
|
|
33783
|
-
]
|
|
33784
|
-
"category": "issues",
|
|
33785
|
-
"subcategory": null
|
|
33775
|
+
]
|
|
33786
33776
|
},
|
|
33787
33777
|
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
33788
33778
|
}
|
|
@@ -34517,7 +34507,7 @@
|
|
|
34517
34507
|
"category": "repos",
|
|
34518
34508
|
"subcategory": null
|
|
34519
34509
|
},
|
|
34520
|
-
"x-octokit": {
|
|
34510
|
+
"x-octokit": {}
|
|
34521
34511
|
}
|
|
34522
34512
|
},
|
|
34523
34513
|
"/user/repository_invitations": {
|
|
@@ -36179,6 +36169,21 @@
|
|
|
36179
36169
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
36180
36170
|
}
|
|
36181
36171
|
},
|
|
36172
|
+
"/repos/{owner}/{repo}/community/code_of_conduct": {
|
|
36173
|
+
"get": {
|
|
36174
|
+
"summary": "Get the code of conduct for a repository",
|
|
36175
|
+
"description": "This endpoint does not exist ghes-3.1.json. It was added in ghes-3.2.json",
|
|
36176
|
+
"tags": ["codes-of-conduct"],
|
|
36177
|
+
"operationId": "codes-of-conduct/get-for-repo",
|
|
36178
|
+
"externalDocs": {
|
|
36179
|
+
"description": "API method documentation",
|
|
36180
|
+
"url": "https://docs.github.com/rest/reference/codes-of-conduct#get-the-code-of-conduct-for-a-repository"
|
|
36181
|
+
},
|
|
36182
|
+
"deprecated": true,
|
|
36183
|
+
"x-octokit": { "ghes-3.2.json": "removed" },
|
|
36184
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
36185
|
+
}
|
|
36186
|
+
},
|
|
36182
36187
|
"/repos/{owner}/{repo}/environments": {
|
|
36183
36188
|
"get": {
|
|
36184
36189
|
"summary": "Get all environments",
|
|
@@ -39248,49 +39253,6 @@
|
|
|
39248
39253
|
},
|
|
39249
39254
|
"required": ["id", "login", "gravatar_id", "url", "avatar_url"]
|
|
39250
39255
|
},
|
|
39251
|
-
"label": {
|
|
39252
|
-
"title": "Label",
|
|
39253
|
-
"description": "Color-coded labels help you categorize and filter your issues (just like labels in Gmail).",
|
|
39254
|
-
"type": "object",
|
|
39255
|
-
"properties": {
|
|
39256
|
-
"id": { "type": "integer", "format": "int64", "example": 208045946 },
|
|
39257
|
-
"node_id": {
|
|
39258
|
-
"type": "string",
|
|
39259
|
-
"example": "MDU6TGFiZWwyMDgwNDU5NDY="
|
|
39260
|
-
},
|
|
39261
|
-
"url": {
|
|
39262
|
-
"description": "URL for the label",
|
|
39263
|
-
"example": "https://api.github.com/repositories/42/labels/bug",
|
|
39264
|
-
"type": "string",
|
|
39265
|
-
"format": "uri"
|
|
39266
|
-
},
|
|
39267
|
-
"name": {
|
|
39268
|
-
"description": "The name of the label.",
|
|
39269
|
-
"example": "bug",
|
|
39270
|
-
"type": "string"
|
|
39271
|
-
},
|
|
39272
|
-
"description": {
|
|
39273
|
-
"type": "string",
|
|
39274
|
-
"example": "Something isn't working",
|
|
39275
|
-
"nullable": true
|
|
39276
|
-
},
|
|
39277
|
-
"color": {
|
|
39278
|
-
"description": "6-character hex code, without the leading #, identifying the color",
|
|
39279
|
-
"example": "FFFFFF",
|
|
39280
|
-
"type": "string"
|
|
39281
|
-
},
|
|
39282
|
-
"default": { "type": "boolean", "example": true }
|
|
39283
|
-
},
|
|
39284
|
-
"required": [
|
|
39285
|
-
"id",
|
|
39286
|
-
"node_id",
|
|
39287
|
-
"url",
|
|
39288
|
-
"name",
|
|
39289
|
-
"description",
|
|
39290
|
-
"color",
|
|
39291
|
-
"default"
|
|
39292
|
-
]
|
|
39293
|
-
},
|
|
39294
39256
|
"nullable-milestone": {
|
|
39295
39257
|
"title": "Milestone",
|
|
39296
39258
|
"description": "A collection of related issues and pull requests.",
|
|
@@ -39384,22 +39346,6 @@
|
|
|
39384
39346
|
],
|
|
39385
39347
|
"nullable": true
|
|
39386
39348
|
},
|
|
39387
|
-
"author_association": {
|
|
39388
|
-
"title": "author_association",
|
|
39389
|
-
"type": "string",
|
|
39390
|
-
"example": "OWNER",
|
|
39391
|
-
"description": "How the author is associated with the repository.",
|
|
39392
|
-
"enum": [
|
|
39393
|
-
"COLLABORATOR",
|
|
39394
|
-
"CONTRIBUTOR",
|
|
39395
|
-
"FIRST_TIMER",
|
|
39396
|
-
"FIRST_TIME_CONTRIBUTOR",
|
|
39397
|
-
"MANNEQUIN",
|
|
39398
|
-
"MEMBER",
|
|
39399
|
-
"NONE",
|
|
39400
|
-
"OWNER"
|
|
39401
|
-
]
|
|
39402
|
-
},
|
|
39403
39349
|
"nullable-integration": {
|
|
39404
39350
|
"title": "GitHub app",
|
|
39405
39351
|
"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.",
|
|
@@ -39507,53 +39453,111 @@
|
|
|
39507
39453
|
],
|
|
39508
39454
|
"nullable": true
|
|
39509
39455
|
},
|
|
39510
|
-
"
|
|
39511
|
-
"title": "
|
|
39512
|
-
"
|
|
39456
|
+
"author_association": {
|
|
39457
|
+
"title": "author_association",
|
|
39458
|
+
"type": "string",
|
|
39459
|
+
"example": "OWNER",
|
|
39460
|
+
"description": "How the author is associated with the repository.",
|
|
39461
|
+
"enum": [
|
|
39462
|
+
"COLLABORATOR",
|
|
39463
|
+
"CONTRIBUTOR",
|
|
39464
|
+
"FIRST_TIMER",
|
|
39465
|
+
"FIRST_TIME_CONTRIBUTOR",
|
|
39466
|
+
"MANNEQUIN",
|
|
39467
|
+
"MEMBER",
|
|
39468
|
+
"NONE",
|
|
39469
|
+
"OWNER"
|
|
39470
|
+
]
|
|
39471
|
+
},
|
|
39472
|
+
"reaction-rollup": {
|
|
39473
|
+
"title": "Reaction Rollup",
|
|
39513
39474
|
"type": "object",
|
|
39514
39475
|
"properties": {
|
|
39515
|
-
"
|
|
39516
|
-
"
|
|
39476
|
+
"url": { "type": "string", "format": "uri" },
|
|
39477
|
+
"total_count": { "type": "integer" },
|
|
39478
|
+
"+1": { "type": "integer" },
|
|
39479
|
+
"-1": { "type": "integer" },
|
|
39480
|
+
"laugh": { "type": "integer" },
|
|
39481
|
+
"confused": { "type": "integer" },
|
|
39482
|
+
"heart": { "type": "integer" },
|
|
39483
|
+
"hooray": { "type": "integer" },
|
|
39484
|
+
"eyes": { "type": "integer" },
|
|
39485
|
+
"rocket": { "type": "integer" }
|
|
39486
|
+
},
|
|
39487
|
+
"required": [
|
|
39488
|
+
"url",
|
|
39489
|
+
"total_count",
|
|
39490
|
+
"+1",
|
|
39491
|
+
"-1",
|
|
39492
|
+
"laugh",
|
|
39493
|
+
"confused",
|
|
39494
|
+
"heart",
|
|
39495
|
+
"hooray",
|
|
39496
|
+
"eyes",
|
|
39497
|
+
"rocket"
|
|
39498
|
+
]
|
|
39499
|
+
},
|
|
39500
|
+
"issue": {
|
|
39501
|
+
"title": "Issue",
|
|
39502
|
+
"description": "Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.",
|
|
39503
|
+
"type": "object",
|
|
39504
|
+
"properties": {
|
|
39505
|
+
"id": { "type": "integer" },
|
|
39506
|
+
"node_id": { "type": "string" },
|
|
39517
39507
|
"url": {
|
|
39508
|
+
"description": "URL for the issue",
|
|
39509
|
+
"example": "https://api.github.com/repositories/42/issues/1",
|
|
39518
39510
|
"type": "string",
|
|
39519
|
-
"format": "uri"
|
|
39520
|
-
"example": "https://api.github.com/repos/octocat/Hello-World/issues/1347"
|
|
39521
|
-
},
|
|
39522
|
-
"repository_url": {
|
|
39523
|
-
"type": "string",
|
|
39524
|
-
"format": "uri",
|
|
39525
|
-
"example": "https://api.github.com/repos/octocat/Hello-World"
|
|
39526
|
-
},
|
|
39527
|
-
"labels_url": {
|
|
39528
|
-
"type": "string",
|
|
39529
|
-
"example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}"
|
|
39511
|
+
"format": "uri"
|
|
39530
39512
|
},
|
|
39531
|
-
"
|
|
39532
|
-
|
|
39533
|
-
|
|
39534
|
-
|
|
39513
|
+
"repository_url": { "type": "string", "format": "uri" },
|
|
39514
|
+
"labels_url": { "type": "string" },
|
|
39515
|
+
"comments_url": { "type": "string", "format": "uri" },
|
|
39516
|
+
"events_url": { "type": "string", "format": "uri" },
|
|
39517
|
+
"html_url": { "type": "string", "format": "uri" },
|
|
39518
|
+
"number": {
|
|
39519
|
+
"description": "Number uniquely identifying the issue within its repository",
|
|
39520
|
+
"example": 42,
|
|
39521
|
+
"type": "integer"
|
|
39535
39522
|
},
|
|
39536
|
-
"
|
|
39537
|
-
"
|
|
39538
|
-
"
|
|
39539
|
-
"
|
|
39523
|
+
"state": {
|
|
39524
|
+
"description": "State of the issue; either 'open' or 'closed'",
|
|
39525
|
+
"example": "open",
|
|
39526
|
+
"type": "string"
|
|
39540
39527
|
},
|
|
39541
|
-
"
|
|
39542
|
-
"
|
|
39543
|
-
"
|
|
39544
|
-
"
|
|
39528
|
+
"title": {
|
|
39529
|
+
"description": "Title of the issue",
|
|
39530
|
+
"example": "Widget creation fails in Safari on OS X 10.8",
|
|
39531
|
+
"type": "string"
|
|
39545
39532
|
},
|
|
39546
|
-
"number": { "type": "integer", "example": 1347 },
|
|
39547
|
-
"state": { "type": "string", "example": "open" },
|
|
39548
|
-
"title": { "type": "string", "example": "Found a bug" },
|
|
39549
39533
|
"body": {
|
|
39534
|
+
"description": "Contents of the issue",
|
|
39535
|
+
"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?",
|
|
39550
39536
|
"type": "string",
|
|
39551
|
-
"
|
|
39537
|
+
"nullable": true
|
|
39552
39538
|
},
|
|
39553
39539
|
"user": { "$ref": "#/components/schemas/nullable-simple-user" },
|
|
39554
39540
|
"labels": {
|
|
39541
|
+
"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",
|
|
39542
|
+
"example": ["bug", "registration"],
|
|
39555
39543
|
"type": "array",
|
|
39556
|
-
"items": {
|
|
39544
|
+
"items": {
|
|
39545
|
+
"oneOf": [
|
|
39546
|
+
{ "type": "string" },
|
|
39547
|
+
{
|
|
39548
|
+
"type": "object",
|
|
39549
|
+
"properties": {
|
|
39550
|
+
"id": { "type": "integer", "format": "int64" },
|
|
39551
|
+
"node_id": { "type": "string" },
|
|
39552
|
+
"url": { "type": "string", "format": "uri" },
|
|
39553
|
+
"name": { "type": "string" },
|
|
39554
|
+
"description": { "type": "string", "nullable": true },
|
|
39555
|
+
"color": { "type": "string", "nullable": true },
|
|
39556
|
+
"default": { "type": "boolean" }
|
|
39557
|
+
}
|
|
39558
|
+
}
|
|
39559
|
+
]
|
|
39560
|
+
}
|
|
39557
39561
|
},
|
|
39558
39562
|
"assignee": { "$ref": "#/components/schemas/nullable-simple-user" },
|
|
39559
39563
|
"assignees": {
|
|
@@ -39562,13 +39566,9 @@
|
|
|
39562
39566
|
"nullable": true
|
|
39563
39567
|
},
|
|
39564
39568
|
"milestone": { "$ref": "#/components/schemas/nullable-milestone" },
|
|
39565
|
-
"locked": { "type": "boolean"
|
|
39566
|
-
"active_lock_reason": {
|
|
39567
|
-
|
|
39568
|
-
"example": "too heated",
|
|
39569
|
-
"nullable": true
|
|
39570
|
-
},
|
|
39571
|
-
"comments": { "type": "integer", "example": 0 },
|
|
39569
|
+
"locked": { "type": "boolean" },
|
|
39570
|
+
"active_lock_reason": { "type": "string", "nullable": true },
|
|
39571
|
+
"comments": { "type": "integer" },
|
|
39572
39572
|
"pull_request": {
|
|
39573
39573
|
"type": "object",
|
|
39574
39574
|
"properties": {
|
|
@@ -39601,26 +39601,20 @@
|
|
|
39601
39601
|
"format": "date-time",
|
|
39602
39602
|
"nullable": true
|
|
39603
39603
|
},
|
|
39604
|
-
"created_at": {
|
|
39605
|
-
|
|
39606
|
-
|
|
39607
|
-
"example": "2011-04-22T13:33:48Z"
|
|
39608
|
-
},
|
|
39609
|
-
"updated_at": {
|
|
39610
|
-
"type": "string",
|
|
39611
|
-
"format": "date-time",
|
|
39612
|
-
"example": "2011-04-22T13:33:48Z"
|
|
39613
|
-
},
|
|
39614
|
-
"author_association": {
|
|
39615
|
-
"$ref": "#/components/schemas/author_association"
|
|
39616
|
-
},
|
|
39604
|
+
"created_at": { "type": "string", "format": "date-time" },
|
|
39605
|
+
"updated_at": { "type": "string", "format": "date-time" },
|
|
39606
|
+
"closed_by": { "$ref": "#/components/schemas/nullable-simple-user" },
|
|
39617
39607
|
"body_html": { "type": "string" },
|
|
39618
39608
|
"body_text": { "type": "string" },
|
|
39619
39609
|
"timeline_url": { "type": "string", "format": "uri" },
|
|
39620
39610
|
"repository": { "$ref": "#/components/schemas/repository" },
|
|
39621
39611
|
"performed_via_github_app": {
|
|
39622
39612
|
"$ref": "#/components/schemas/nullable-integration"
|
|
39623
|
-
}
|
|
39613
|
+
},
|
|
39614
|
+
"author_association": {
|
|
39615
|
+
"$ref": "#/components/schemas/author_association"
|
|
39616
|
+
},
|
|
39617
|
+
"reactions": { "$ref": "#/components/schemas/reaction-rollup" }
|
|
39624
39618
|
},
|
|
39625
39619
|
"required": [
|
|
39626
39620
|
"assignee",
|
|
@@ -39646,34 +39640,6 @@
|
|
|
39646
39640
|
"updated_at"
|
|
39647
39641
|
]
|
|
39648
39642
|
},
|
|
39649
|
-
"reaction-rollup": {
|
|
39650
|
-
"title": "Reaction Rollup",
|
|
39651
|
-
"type": "object",
|
|
39652
|
-
"properties": {
|
|
39653
|
-
"url": { "type": "string", "format": "uri" },
|
|
39654
|
-
"total_count": { "type": "integer" },
|
|
39655
|
-
"+1": { "type": "integer" },
|
|
39656
|
-
"-1": { "type": "integer" },
|
|
39657
|
-
"laugh": { "type": "integer" },
|
|
39658
|
-
"confused": { "type": "integer" },
|
|
39659
|
-
"heart": { "type": "integer" },
|
|
39660
|
-
"hooray": { "type": "integer" },
|
|
39661
|
-
"eyes": { "type": "integer" },
|
|
39662
|
-
"rocket": { "type": "integer" }
|
|
39663
|
-
},
|
|
39664
|
-
"required": [
|
|
39665
|
-
"url",
|
|
39666
|
-
"total_count",
|
|
39667
|
-
"+1",
|
|
39668
|
-
"-1",
|
|
39669
|
-
"laugh",
|
|
39670
|
-
"confused",
|
|
39671
|
-
"heart",
|
|
39672
|
-
"hooray",
|
|
39673
|
-
"eyes",
|
|
39674
|
-
"rocket"
|
|
39675
|
-
]
|
|
39676
|
-
},
|
|
39677
39643
|
"issue-comment": {
|
|
39678
39644
|
"title": "Issue Comment",
|
|
39679
39645
|
"description": "Comments provide a way for people to collaborate on an issue.",
|
|
@@ -39753,7 +39719,7 @@
|
|
|
39753
39719
|
"type": "object",
|
|
39754
39720
|
"properties": {
|
|
39755
39721
|
"action": { "type": "string" },
|
|
39756
|
-
"issue": { "$ref": "#/components/schemas/issue
|
|
39722
|
+
"issue": { "$ref": "#/components/schemas/issue" },
|
|
39757
39723
|
"comment": { "$ref": "#/components/schemas/issue-comment" },
|
|
39758
39724
|
"pages": {
|
|
39759
39725
|
"type": "array",
|
|
@@ -40245,149 +40211,6 @@
|
|
|
40245
40211
|
},
|
|
40246
40212
|
"required": ["name", "source"]
|
|
40247
40213
|
},
|
|
40248
|
-
"issue": {
|
|
40249
|
-
"title": "Issue",
|
|
40250
|
-
"description": "Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.",
|
|
40251
|
-
"type": "object",
|
|
40252
|
-
"properties": {
|
|
40253
|
-
"id": { "type": "integer" },
|
|
40254
|
-
"node_id": { "type": "string" },
|
|
40255
|
-
"url": {
|
|
40256
|
-
"description": "URL for the issue",
|
|
40257
|
-
"example": "https://api.github.com/repositories/42/issues/1",
|
|
40258
|
-
"type": "string",
|
|
40259
|
-
"format": "uri"
|
|
40260
|
-
},
|
|
40261
|
-
"repository_url": { "type": "string", "format": "uri" },
|
|
40262
|
-
"labels_url": { "type": "string" },
|
|
40263
|
-
"comments_url": { "type": "string", "format": "uri" },
|
|
40264
|
-
"events_url": { "type": "string", "format": "uri" },
|
|
40265
|
-
"html_url": { "type": "string", "format": "uri" },
|
|
40266
|
-
"number": {
|
|
40267
|
-
"description": "Number uniquely identifying the issue within its repository",
|
|
40268
|
-
"example": 42,
|
|
40269
|
-
"type": "integer"
|
|
40270
|
-
},
|
|
40271
|
-
"state": {
|
|
40272
|
-
"description": "State of the issue; either 'open' or 'closed'",
|
|
40273
|
-
"example": "open",
|
|
40274
|
-
"type": "string"
|
|
40275
|
-
},
|
|
40276
|
-
"title": {
|
|
40277
|
-
"description": "Title of the issue",
|
|
40278
|
-
"example": "Widget creation fails in Safari on OS X 10.8",
|
|
40279
|
-
"type": "string"
|
|
40280
|
-
},
|
|
40281
|
-
"body": {
|
|
40282
|
-
"description": "Contents of the issue",
|
|
40283
|
-
"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?",
|
|
40284
|
-
"type": "string",
|
|
40285
|
-
"nullable": true
|
|
40286
|
-
},
|
|
40287
|
-
"user": { "$ref": "#/components/schemas/nullable-simple-user" },
|
|
40288
|
-
"labels": {
|
|
40289
|
-
"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",
|
|
40290
|
-
"example": ["bug", "registration"],
|
|
40291
|
-
"type": "array",
|
|
40292
|
-
"items": {
|
|
40293
|
-
"oneOf": [
|
|
40294
|
-
{ "type": "string" },
|
|
40295
|
-
{
|
|
40296
|
-
"type": "object",
|
|
40297
|
-
"properties": {
|
|
40298
|
-
"id": { "type": "integer", "format": "int64" },
|
|
40299
|
-
"node_id": { "type": "string" },
|
|
40300
|
-
"url": { "type": "string", "format": "uri" },
|
|
40301
|
-
"name": { "type": "string" },
|
|
40302
|
-
"description": { "type": "string", "nullable": true },
|
|
40303
|
-
"color": { "type": "string", "nullable": true },
|
|
40304
|
-
"default": { "type": "boolean" }
|
|
40305
|
-
}
|
|
40306
|
-
}
|
|
40307
|
-
]
|
|
40308
|
-
}
|
|
40309
|
-
},
|
|
40310
|
-
"assignee": { "$ref": "#/components/schemas/nullable-simple-user" },
|
|
40311
|
-
"assignees": {
|
|
40312
|
-
"type": "array",
|
|
40313
|
-
"items": { "$ref": "#/components/schemas/simple-user" },
|
|
40314
|
-
"nullable": true
|
|
40315
|
-
},
|
|
40316
|
-
"milestone": { "$ref": "#/components/schemas/nullable-milestone" },
|
|
40317
|
-
"locked": { "type": "boolean" },
|
|
40318
|
-
"active_lock_reason": { "type": "string", "nullable": true },
|
|
40319
|
-
"comments": { "type": "integer" },
|
|
40320
|
-
"pull_request": {
|
|
40321
|
-
"type": "object",
|
|
40322
|
-
"properties": {
|
|
40323
|
-
"merged_at": {
|
|
40324
|
-
"type": "string",
|
|
40325
|
-
"format": "date-time",
|
|
40326
|
-
"nullable": true
|
|
40327
|
-
},
|
|
40328
|
-
"diff_url": {
|
|
40329
|
-
"type": "string",
|
|
40330
|
-
"format": "uri",
|
|
40331
|
-
"nullable": true
|
|
40332
|
-
},
|
|
40333
|
-
"html_url": {
|
|
40334
|
-
"type": "string",
|
|
40335
|
-
"format": "uri",
|
|
40336
|
-
"nullable": true
|
|
40337
|
-
},
|
|
40338
|
-
"patch_url": {
|
|
40339
|
-
"type": "string",
|
|
40340
|
-
"format": "uri",
|
|
40341
|
-
"nullable": true
|
|
40342
|
-
},
|
|
40343
|
-
"url": { "type": "string", "format": "uri", "nullable": true }
|
|
40344
|
-
},
|
|
40345
|
-
"required": ["diff_url", "html_url", "patch_url", "url"]
|
|
40346
|
-
},
|
|
40347
|
-
"closed_at": {
|
|
40348
|
-
"type": "string",
|
|
40349
|
-
"format": "date-time",
|
|
40350
|
-
"nullable": true
|
|
40351
|
-
},
|
|
40352
|
-
"created_at": { "type": "string", "format": "date-time" },
|
|
40353
|
-
"updated_at": { "type": "string", "format": "date-time" },
|
|
40354
|
-
"closed_by": { "$ref": "#/components/schemas/nullable-simple-user" },
|
|
40355
|
-
"body_html": { "type": "string" },
|
|
40356
|
-
"body_text": { "type": "string" },
|
|
40357
|
-
"timeline_url": { "type": "string", "format": "uri" },
|
|
40358
|
-
"repository": { "$ref": "#/components/schemas/repository" },
|
|
40359
|
-
"performed_via_github_app": {
|
|
40360
|
-
"$ref": "#/components/schemas/nullable-integration"
|
|
40361
|
-
},
|
|
40362
|
-
"author_association": {
|
|
40363
|
-
"$ref": "#/components/schemas/author_association"
|
|
40364
|
-
},
|
|
40365
|
-
"reactions": { "$ref": "#/components/schemas/reaction-rollup" }
|
|
40366
|
-
},
|
|
40367
|
-
"required": [
|
|
40368
|
-
"assignee",
|
|
40369
|
-
"closed_at",
|
|
40370
|
-
"comments",
|
|
40371
|
-
"comments_url",
|
|
40372
|
-
"events_url",
|
|
40373
|
-
"html_url",
|
|
40374
|
-
"id",
|
|
40375
|
-
"node_id",
|
|
40376
|
-
"labels",
|
|
40377
|
-
"labels_url",
|
|
40378
|
-
"milestone",
|
|
40379
|
-
"number",
|
|
40380
|
-
"repository_url",
|
|
40381
|
-
"state",
|
|
40382
|
-
"locked",
|
|
40383
|
-
"title",
|
|
40384
|
-
"url",
|
|
40385
|
-
"user",
|
|
40386
|
-
"author_association",
|
|
40387
|
-
"created_at",
|
|
40388
|
-
"updated_at"
|
|
40389
|
-
]
|
|
40390
|
-
},
|
|
40391
40214
|
"license-simple": {
|
|
40392
40215
|
"title": "License Simple",
|
|
40393
40216
|
"description": "License Simple",
|
|
@@ -43111,6 +42934,9 @@
|
|
|
43111
42934
|
},
|
|
43112
42935
|
"code_scanning_upload": {
|
|
43113
42936
|
"$ref": "#/components/schemas/rate-limit"
|
|
42937
|
+
},
|
|
42938
|
+
"actions_runner_registration": {
|
|
42939
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
43114
42940
|
}
|
|
43115
42941
|
},
|
|
43116
42942
|
"required": ["core", "search"]
|
|
@@ -45141,6 +44967,10 @@
|
|
|
45141
44967
|
"type": "string",
|
|
45142
44968
|
"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."
|
|
45143
44969
|
},
|
|
44970
|
+
"code-scanning-analysis-category": {
|
|
44971
|
+
"type": "string",
|
|
44972
|
+
"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."
|
|
44973
|
+
},
|
|
45144
44974
|
"code-scanning-alert-location": {
|
|
45145
44975
|
"type": "object",
|
|
45146
44976
|
"description": "Describe a region within a file for the alert.",
|
|
@@ -45168,6 +44998,9 @@
|
|
|
45168
44998
|
"environment": {
|
|
45169
44999
|
"$ref": "#/components/schemas/code-scanning-alert-environment"
|
|
45170
45000
|
},
|
|
45001
|
+
"category": {
|
|
45002
|
+
"$ref": "#/components/schemas/code-scanning-analysis-category"
|
|
45003
|
+
},
|
|
45171
45004
|
"state": { "$ref": "#/components/schemas/code-scanning-alert-state" },
|
|
45172
45005
|
"commit_sha": { "type": "string" },
|
|
45173
45006
|
"message": {
|
|
@@ -45337,10 +45170,6 @@
|
|
|
45337
45170
|
"type": "string",
|
|
45338
45171
|
"description": "Identifies the variable values associated with the environment in which this analysis was performed."
|
|
45339
45172
|
},
|
|
45340
|
-
"code-scanning-analysis-category": {
|
|
45341
|
-
"type": "string",
|
|
45342
|
-
"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."
|
|
45343
|
-
},
|
|
45344
45173
|
"code-scanning-analysis-created-at": {
|
|
45345
45174
|
"type": "string",
|
|
45346
45175
|
"description": "The time that the analysis was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
|
|
@@ -47254,7 +47083,7 @@
|
|
|
47254
47083
|
"format": "date-time",
|
|
47255
47084
|
"example": "2011-04-14T16:00:49Z"
|
|
47256
47085
|
},
|
|
47257
|
-
"issue": { "$ref": "#/components/schemas/issue
|
|
47086
|
+
"issue": { "$ref": "#/components/schemas/issue" },
|
|
47258
47087
|
"label": { "$ref": "#/components/schemas/issue-event-label" },
|
|
47259
47088
|
"assignee": { "$ref": "#/components/schemas/nullable-simple-user" },
|
|
47260
47089
|
"assigner": { "$ref": "#/components/schemas/nullable-simple-user" },
|
|
@@ -47894,6 +47723,49 @@
|
|
|
47894
47723
|
{ "$ref": "#/components/schemas/converted-note-to-issue-issue-event" }
|
|
47895
47724
|
]
|
|
47896
47725
|
},
|
|
47726
|
+
"label": {
|
|
47727
|
+
"title": "Label",
|
|
47728
|
+
"description": "Color-coded labels help you categorize and filter your issues (just like labels in Gmail).",
|
|
47729
|
+
"type": "object",
|
|
47730
|
+
"properties": {
|
|
47731
|
+
"id": { "type": "integer", "format": "int64", "example": 208045946 },
|
|
47732
|
+
"node_id": {
|
|
47733
|
+
"type": "string",
|
|
47734
|
+
"example": "MDU6TGFiZWwyMDgwNDU5NDY="
|
|
47735
|
+
},
|
|
47736
|
+
"url": {
|
|
47737
|
+
"description": "URL for the label",
|
|
47738
|
+
"example": "https://api.github.com/repositories/42/labels/bug",
|
|
47739
|
+
"type": "string",
|
|
47740
|
+
"format": "uri"
|
|
47741
|
+
},
|
|
47742
|
+
"name": {
|
|
47743
|
+
"description": "The name of the label.",
|
|
47744
|
+
"example": "bug",
|
|
47745
|
+
"type": "string"
|
|
47746
|
+
},
|
|
47747
|
+
"description": {
|
|
47748
|
+
"type": "string",
|
|
47749
|
+
"example": "Something isn't working",
|
|
47750
|
+
"nullable": true
|
|
47751
|
+
},
|
|
47752
|
+
"color": {
|
|
47753
|
+
"description": "6-character hex code, without the leading #, identifying the color",
|
|
47754
|
+
"example": "FFFFFF",
|
|
47755
|
+
"type": "string"
|
|
47756
|
+
},
|
|
47757
|
+
"default": { "type": "boolean", "example": true }
|
|
47758
|
+
},
|
|
47759
|
+
"required": [
|
|
47760
|
+
"id",
|
|
47761
|
+
"node_id",
|
|
47762
|
+
"url",
|
|
47763
|
+
"name",
|
|
47764
|
+
"description",
|
|
47765
|
+
"color",
|
|
47766
|
+
"default"
|
|
47767
|
+
]
|
|
47768
|
+
},
|
|
47897
47769
|
"timeline-comment-event": {
|
|
47898
47770
|
"title": "Timeline Comment Event",
|
|
47899
47771
|
"description": "Timeline Comment Event",
|
|
@@ -47968,7 +47840,7 @@
|
|
|
47968
47840
|
"type": "object",
|
|
47969
47841
|
"properties": {
|
|
47970
47842
|
"type": { "type": "string" },
|
|
47971
|
-
"issue": { "$ref": "#/components/schemas/issue
|
|
47843
|
+
"issue": { "$ref": "#/components/schemas/issue" }
|
|
47972
47844
|
}
|
|
47973
47845
|
}
|
|
47974
47846
|
},
|
|
@@ -50477,7 +50349,8 @@
|
|
|
50477
50349
|
"timeline_url": { "type": "string", "format": "uri" },
|
|
50478
50350
|
"performed_via_github_app": {
|
|
50479
50351
|
"$ref": "#/components/schemas/nullable-integration"
|
|
50480
|
-
}
|
|
50352
|
+
},
|
|
50353
|
+
"reactions": { "$ref": "#/components/schemas/reaction-rollup" }
|
|
50481
50354
|
},
|
|
50482
50355
|
"required": [
|
|
50483
50356
|
"assignee",
|
|
@@ -59488,6 +59361,7 @@
|
|
|
59488
59361
|
"ref": "refs/pull/3740/merge",
|
|
59489
59362
|
"analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
|
|
59490
59363
|
"environment": "",
|
|
59364
|
+
"category": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
|
|
59491
59365
|
"state": "fixed",
|
|
59492
59366
|
"commit_sha": "b09da05606e27f463a2b49287684b4ae777092f2",
|
|
59493
59367
|
"message": {
|
|
@@ -62220,7 +62094,7 @@
|
|
|
62220
62094
|
"html_url": "https://github.com/octocat/Hello-World/invitations"
|
|
62221
62095
|
}
|
|
62222
62096
|
},
|
|
62223
|
-
"issue-
|
|
62097
|
+
"issue-items": {
|
|
62224
62098
|
"value": [
|
|
62225
62099
|
{
|
|
62226
62100
|
"id": 1,
|
|
@@ -62357,6 +62231,26 @@
|
|
|
62357
62231
|
"closed_at": null,
|
|
62358
62232
|
"created_at": "2011-04-22T13:33:48Z",
|
|
62359
62233
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
62234
|
+
"closed_by": {
|
|
62235
|
+
"login": "octocat",
|
|
62236
|
+
"id": 1,
|
|
62237
|
+
"node_id": "MDQ6VXNlcjE=",
|
|
62238
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
62239
|
+
"gravatar_id": "",
|
|
62240
|
+
"url": "https://api.github.com/users/octocat",
|
|
62241
|
+
"html_url": "https://github.com/octocat",
|
|
62242
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
62243
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
62244
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
62245
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
62246
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
62247
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
62248
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
62249
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
62250
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
62251
|
+
"type": "User",
|
|
62252
|
+
"site_admin": false
|
|
62253
|
+
},
|
|
62360
62254
|
"author_association": "COLLABORATOR"
|
|
62361
62255
|
}
|
|
62362
62256
|
]
|
|
@@ -62963,185 +62857,6 @@
|
|
|
62963
62857
|
}
|
|
62964
62858
|
}
|
|
62965
62859
|
},
|
|
62966
|
-
"issue-simple": {
|
|
62967
|
-
"value": {
|
|
62968
|
-
"id": 1,
|
|
62969
|
-
"node_id": "MDU6SXNzdWUx",
|
|
62970
|
-
"url": "https://api.github.com/repos/octocat/Hello-World/issues/1347",
|
|
62971
|
-
"repository_url": "https://api.github.com/repos/octocat/Hello-World",
|
|
62972
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}",
|
|
62973
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments",
|
|
62974
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/events",
|
|
62975
|
-
"html_url": "https://github.com/octocat/Hello-World/issues/1347",
|
|
62976
|
-
"number": 1347,
|
|
62977
|
-
"state": "open",
|
|
62978
|
-
"title": "Found a bug",
|
|
62979
|
-
"body": "I'm having a problem with this.",
|
|
62980
|
-
"user": {
|
|
62981
|
-
"login": "octocat",
|
|
62982
|
-
"id": 1,
|
|
62983
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
62984
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
62985
|
-
"gravatar_id": "",
|
|
62986
|
-
"url": "https://api.github.com/users/octocat",
|
|
62987
|
-
"html_url": "https://github.com/octocat",
|
|
62988
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
62989
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
62990
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
62991
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
62992
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
62993
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
62994
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
62995
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
62996
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
62997
|
-
"type": "User",
|
|
62998
|
-
"site_admin": false
|
|
62999
|
-
},
|
|
63000
|
-
"labels": [
|
|
63001
|
-
{
|
|
63002
|
-
"id": 208045946,
|
|
63003
|
-
"node_id": "MDU6TGFiZWwyMDgwNDU5NDY=",
|
|
63004
|
-
"url": "https://api.github.com/repos/octocat/Hello-World/labels/bug",
|
|
63005
|
-
"name": "bug",
|
|
63006
|
-
"description": "Something isn't working",
|
|
63007
|
-
"color": "f29513",
|
|
63008
|
-
"default": true
|
|
63009
|
-
}
|
|
63010
|
-
],
|
|
63011
|
-
"assignee": {
|
|
63012
|
-
"login": "octocat",
|
|
63013
|
-
"id": 1,
|
|
63014
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
63015
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
63016
|
-
"gravatar_id": "",
|
|
63017
|
-
"url": "https://api.github.com/users/octocat",
|
|
63018
|
-
"html_url": "https://github.com/octocat",
|
|
63019
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
63020
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
63021
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
63022
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
63023
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
63024
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
63025
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
63026
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
63027
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
63028
|
-
"type": "User",
|
|
63029
|
-
"site_admin": false
|
|
63030
|
-
},
|
|
63031
|
-
"assignees": [
|
|
63032
|
-
{
|
|
63033
|
-
"login": "octocat",
|
|
63034
|
-
"id": 1,
|
|
63035
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
63036
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
63037
|
-
"gravatar_id": "",
|
|
63038
|
-
"url": "https://api.github.com/users/octocat",
|
|
63039
|
-
"html_url": "https://github.com/octocat",
|
|
63040
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
63041
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
63042
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
63043
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
63044
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
63045
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
63046
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
63047
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
63048
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
63049
|
-
"type": "User",
|
|
63050
|
-
"site_admin": false
|
|
63051
|
-
},
|
|
63052
|
-
{
|
|
63053
|
-
"login": "hubot",
|
|
63054
|
-
"id": 1,
|
|
63055
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
63056
|
-
"avatar_url": "https://github.com/images/error/hubot_happy.gif",
|
|
63057
|
-
"gravatar_id": "",
|
|
63058
|
-
"url": "https://api.github.com/users/hubot",
|
|
63059
|
-
"html_url": "https://github.com/hubot",
|
|
63060
|
-
"followers_url": "https://api.github.com/users/hubot/followers",
|
|
63061
|
-
"following_url": "https://api.github.com/users/hubot/following{/other_user}",
|
|
63062
|
-
"gists_url": "https://api.github.com/users/hubot/gists{/gist_id}",
|
|
63063
|
-
"starred_url": "https://api.github.com/users/hubot/starred{/owner}{/repo}",
|
|
63064
|
-
"subscriptions_url": "https://api.github.com/users/hubot/subscriptions",
|
|
63065
|
-
"organizations_url": "https://api.github.com/users/hubot/orgs",
|
|
63066
|
-
"repos_url": "https://api.github.com/users/hubot/repos",
|
|
63067
|
-
"events_url": "https://api.github.com/users/hubot/events{/privacy}",
|
|
63068
|
-
"received_events_url": "https://api.github.com/users/hubot/received_events",
|
|
63069
|
-
"type": "User",
|
|
63070
|
-
"site_admin": true
|
|
63071
|
-
},
|
|
63072
|
-
{
|
|
63073
|
-
"login": "other_user",
|
|
63074
|
-
"id": 1,
|
|
63075
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
63076
|
-
"avatar_url": "https://github.com/images/error/other_user_happy.gif",
|
|
63077
|
-
"gravatar_id": "",
|
|
63078
|
-
"url": "https://api.github.com/users/other_user",
|
|
63079
|
-
"html_url": "https://github.com/other_user",
|
|
63080
|
-
"followers_url": "https://api.github.com/users/other_user/followers",
|
|
63081
|
-
"following_url": "https://api.github.com/users/other_user/following{/other_user}",
|
|
63082
|
-
"gists_url": "https://api.github.com/users/other_user/gists{/gist_id}",
|
|
63083
|
-
"starred_url": "https://api.github.com/users/other_user/starred{/owner}{/repo}",
|
|
63084
|
-
"subscriptions_url": "https://api.github.com/users/other_user/subscriptions",
|
|
63085
|
-
"organizations_url": "https://api.github.com/users/other_user/orgs",
|
|
63086
|
-
"repos_url": "https://api.github.com/users/other_user/repos",
|
|
63087
|
-
"events_url": "https://api.github.com/users/other_user/events{/privacy}",
|
|
63088
|
-
"received_events_url": "https://api.github.com/users/other_user/received_events",
|
|
63089
|
-
"type": "User",
|
|
63090
|
-
"site_admin": false
|
|
63091
|
-
}
|
|
63092
|
-
],
|
|
63093
|
-
"milestone": {
|
|
63094
|
-
"url": "https://api.github.com/repos/octocat/Hello-World/milestones/1",
|
|
63095
|
-
"html_url": "https://github.com/octocat/Hello-World/milestones/v1.0",
|
|
63096
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World/milestones/1/labels",
|
|
63097
|
-
"id": 1002604,
|
|
63098
|
-
"node_id": "MDk6TWlsZXN0b25lMTAwMjYwNA==",
|
|
63099
|
-
"number": 1,
|
|
63100
|
-
"state": "open",
|
|
63101
|
-
"title": "v1.0",
|
|
63102
|
-
"description": "Tracking milestone for version 1.0",
|
|
63103
|
-
"creator": {
|
|
63104
|
-
"login": "octocat",
|
|
63105
|
-
"id": 1,
|
|
63106
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
63107
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
63108
|
-
"gravatar_id": "",
|
|
63109
|
-
"url": "https://api.github.com/users/octocat",
|
|
63110
|
-
"html_url": "https://github.com/octocat",
|
|
63111
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
63112
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
63113
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
63114
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
63115
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
63116
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
63117
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
63118
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
63119
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
63120
|
-
"type": "User",
|
|
63121
|
-
"site_admin": false
|
|
63122
|
-
},
|
|
63123
|
-
"open_issues": 4,
|
|
63124
|
-
"closed_issues": 8,
|
|
63125
|
-
"created_at": "2011-04-10T20:09:31Z",
|
|
63126
|
-
"updated_at": "2014-03-03T18:58:10Z",
|
|
63127
|
-
"closed_at": "2013-02-12T13:22:01Z",
|
|
63128
|
-
"due_on": "2012-10-09T23:39:01Z"
|
|
63129
|
-
},
|
|
63130
|
-
"locked": true,
|
|
63131
|
-
"active_lock_reason": "too heated",
|
|
63132
|
-
"comments": 0,
|
|
63133
|
-
"pull_request": {
|
|
63134
|
-
"url": "https://api.github.com/repos/octocat/Hello-World/pulls/1347",
|
|
63135
|
-
"html_url": "https://github.com/octocat/Hello-World/pull/1347",
|
|
63136
|
-
"diff_url": "https://github.com/octocat/Hello-World/pull/1347.diff",
|
|
63137
|
-
"patch_url": "https://github.com/octocat/Hello-World/pull/1347.patch"
|
|
63138
|
-
},
|
|
63139
|
-
"closed_at": null,
|
|
63140
|
-
"created_at": "2011-04-22T13:33:48Z",
|
|
63141
|
-
"updated_at": "2011-04-22T13:33:48Z",
|
|
63142
|
-
"author_association": "COLLABORATOR"
|
|
63143
|
-
}
|
|
63144
|
-
},
|
|
63145
62860
|
"issue-event-for-issue-items": {
|
|
63146
62861
|
"value": [
|
|
63147
62862
|
{
|