@octokit/openapi 18.1.0 → 18.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +4294 -322
- package/generated/api.github.com.json +538 -9
- package/generated/ghec.deref.json +11926 -3270
- package/generated/ghec.json +1041 -86
- package/generated/ghes-3.12.deref.json +2809 -282
- package/generated/ghes-3.12.json +175 -5
- package/generated/ghes-3.13.deref.json +2820 -283
- package/generated/ghes-3.13.json +186 -6
- package/generated/ghes-3.14.deref.json +2842 -65
- package/generated/ghes-3.14.json +242 -8
- package/generated/ghes-3.15.deref.json +3227 -363
- package/generated/ghes-3.15.json +399 -78
- package/generated/ghes-3.16.deref.json +3249 -145
- package/generated/ghes-3.16.json +399 -78
- package/package.json +1 -1
package/generated/ghes-3.16.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "18.
|
|
4
|
+
"version": "18.2.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -20976,6 +20976,15 @@
|
|
|
20976
20976
|
{
|
|
20977
20977
|
"$ref": "#/components/parameters/labels"
|
|
20978
20978
|
},
|
|
20979
|
+
{
|
|
20980
|
+
"name": "type",
|
|
20981
|
+
"description": "Can be the name of an issue type.",
|
|
20982
|
+
"in": "query",
|
|
20983
|
+
"required": false,
|
|
20984
|
+
"schema": {
|
|
20985
|
+
"type": "string"
|
|
20986
|
+
}
|
|
20987
|
+
},
|
|
20979
20988
|
{
|
|
20980
20989
|
"name": "sort",
|
|
20981
20990
|
"description": "What to sort results by.",
|
|
@@ -23313,6 +23322,9 @@
|
|
|
23313
23322
|
},
|
|
23314
23323
|
{
|
|
23315
23324
|
"$ref": "#/components/parameters/personal-access-token-after"
|
|
23325
|
+
},
|
|
23326
|
+
{
|
|
23327
|
+
"$ref": "#/components/parameters/personal-access-token-token-id"
|
|
23316
23328
|
}
|
|
23317
23329
|
],
|
|
23318
23330
|
"responses": {
|
|
@@ -23660,6 +23672,9 @@
|
|
|
23660
23672
|
},
|
|
23661
23673
|
{
|
|
23662
23674
|
"$ref": "#/components/parameters/personal-access-token-after"
|
|
23675
|
+
},
|
|
23676
|
+
{
|
|
23677
|
+
"$ref": "#/components/parameters/personal-access-token-token-id"
|
|
23663
23678
|
}
|
|
23664
23679
|
],
|
|
23665
23680
|
"responses": {
|
|
@@ -24636,7 +24651,7 @@
|
|
|
24636
24651
|
"/orgs/{org}/projects": {
|
|
24637
24652
|
"get": {
|
|
24638
24653
|
"summary": "List organization projects",
|
|
24639
|
-
"description": "
|
|
24654
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
24640
24655
|
"tags": [
|
|
24641
24656
|
"projects"
|
|
24642
24657
|
],
|
|
@@ -24703,13 +24718,16 @@
|
|
|
24703
24718
|
"githubCloudOnly": false,
|
|
24704
24719
|
"enabledForGitHubApps": true,
|
|
24705
24720
|
"category": "projects",
|
|
24706
|
-
"subcategory": "projects"
|
|
24721
|
+
"subcategory": "projects",
|
|
24722
|
+
"deprecationDate": "2024-05-23",
|
|
24723
|
+
"removalDate": "2025-04-01"
|
|
24707
24724
|
},
|
|
24725
|
+
"deprecated": true,
|
|
24708
24726
|
"x-octokit": {}
|
|
24709
24727
|
},
|
|
24710
24728
|
"post": {
|
|
24711
24729
|
"summary": "Create an organization project",
|
|
24712
|
-
"description": "
|
|
24730
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
24713
24731
|
"tags": [
|
|
24714
24732
|
"projects"
|
|
24715
24733
|
],
|
|
@@ -24790,8 +24808,11 @@
|
|
|
24790
24808
|
"githubCloudOnly": false,
|
|
24791
24809
|
"enabledForGitHubApps": true,
|
|
24792
24810
|
"category": "projects",
|
|
24793
|
-
"subcategory": "projects"
|
|
24811
|
+
"subcategory": "projects",
|
|
24812
|
+
"deprecationDate": "2024-05-23",
|
|
24813
|
+
"removalDate": "2025-04-01"
|
|
24794
24814
|
},
|
|
24815
|
+
"deprecated": true,
|
|
24795
24816
|
"x-octokit": {}
|
|
24796
24817
|
}
|
|
24797
24818
|
},
|
|
@@ -24848,7 +24869,7 @@
|
|
|
24848
24869
|
},
|
|
24849
24870
|
"patch": {
|
|
24850
24871
|
"summary": "Create or update custom properties for an organization",
|
|
24851
|
-
"description": "Creates new or updates existing custom properties defined for an organization in a batch.\n\nTo use this endpoint, the authenticated user must be one of:\n - An administrator for the organization.\n - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_definitions_manager` in the organization.",
|
|
24872
|
+
"description": "Creates new or updates existing custom properties defined for an organization in a batch.\n\nIf the property already exists, the existing property will be replaced with the new values.\nMissing optional values will fall back to default values, previous values will be overwritten.\nE.g. if a property exists with `values_editable_by: org_and_repo_actors` and it's updated without specifying `values_editable_by`, it will be updated to default value `org_actors`.\n\nTo use this endpoint, the authenticated user must be one of:\n - An administrator for the organization.\n - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_definitions_manager` in the organization.",
|
|
24852
24873
|
"tags": [
|
|
24853
24874
|
"orgs"
|
|
24854
24875
|
],
|
|
@@ -28503,7 +28524,7 @@
|
|
|
28503
28524
|
"/orgs/{org}/teams/{team_slug}/projects": {
|
|
28504
28525
|
"get": {
|
|
28505
28526
|
"summary": "List team projects",
|
|
28506
|
-
"description": "
|
|
28527
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
28507
28528
|
"tags": [
|
|
28508
28529
|
"teams"
|
|
28509
28530
|
],
|
|
@@ -28555,15 +28576,18 @@
|
|
|
28555
28576
|
"githubCloudOnly": false,
|
|
28556
28577
|
"enabledForGitHubApps": true,
|
|
28557
28578
|
"category": "teams",
|
|
28558
|
-
"subcategory": "teams"
|
|
28579
|
+
"subcategory": "teams",
|
|
28580
|
+
"deprecationDate": "2024-05-23",
|
|
28581
|
+
"removalDate": "2025-04-01"
|
|
28559
28582
|
},
|
|
28583
|
+
"deprecated": true,
|
|
28560
28584
|
"x-octokit": {}
|
|
28561
28585
|
}
|
|
28562
28586
|
},
|
|
28563
28587
|
"/orgs/{org}/teams/{team_slug}/projects/{project_id}": {
|
|
28564
28588
|
"get": {
|
|
28565
28589
|
"summary": "Check team permissions for a project",
|
|
28566
|
-
"description": "
|
|
28590
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
28567
28591
|
"tags": [
|
|
28568
28592
|
"teams"
|
|
28569
28593
|
],
|
|
@@ -28607,13 +28631,16 @@
|
|
|
28607
28631
|
"githubCloudOnly": false,
|
|
28608
28632
|
"enabledForGitHubApps": true,
|
|
28609
28633
|
"category": "teams",
|
|
28610
|
-
"subcategory": "teams"
|
|
28634
|
+
"subcategory": "teams",
|
|
28635
|
+
"deprecationDate": "2024-05-23",
|
|
28636
|
+
"removalDate": "2025-04-01"
|
|
28611
28637
|
},
|
|
28638
|
+
"deprecated": true,
|
|
28612
28639
|
"x-octokit": {}
|
|
28613
28640
|
},
|
|
28614
28641
|
"put": {
|
|
28615
28642
|
"summary": "Add or update team project permissions",
|
|
28616
|
-
"description": "
|
|
28643
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
28617
28644
|
"tags": [
|
|
28618
28645
|
"teams"
|
|
28619
28646
|
],
|
|
@@ -28698,13 +28725,16 @@
|
|
|
28698
28725
|
"githubCloudOnly": false,
|
|
28699
28726
|
"enabledForGitHubApps": true,
|
|
28700
28727
|
"category": "teams",
|
|
28701
|
-
"subcategory": "teams"
|
|
28728
|
+
"subcategory": "teams",
|
|
28729
|
+
"deprecationDate": "2024-05-23",
|
|
28730
|
+
"removalDate": "2025-04-01"
|
|
28702
28731
|
},
|
|
28732
|
+
"deprecated": true,
|
|
28703
28733
|
"x-octokit": {}
|
|
28704
28734
|
},
|
|
28705
28735
|
"delete": {
|
|
28706
28736
|
"summary": "Remove a project from a team",
|
|
28707
|
-
"description": "
|
|
28737
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
28708
28738
|
"tags": [
|
|
28709
28739
|
"teams"
|
|
28710
28740
|
],
|
|
@@ -28733,8 +28763,11 @@
|
|
|
28733
28763
|
"githubCloudOnly": false,
|
|
28734
28764
|
"enabledForGitHubApps": true,
|
|
28735
28765
|
"category": "teams",
|
|
28736
|
-
"subcategory": "teams"
|
|
28766
|
+
"subcategory": "teams",
|
|
28767
|
+
"deprecationDate": "2024-05-23",
|
|
28768
|
+
"removalDate": "2025-04-01"
|
|
28737
28769
|
},
|
|
28770
|
+
"deprecated": true,
|
|
28738
28771
|
"x-octokit": {}
|
|
28739
28772
|
}
|
|
28740
28773
|
},
|
|
@@ -29087,7 +29120,7 @@
|
|
|
29087
29120
|
"/projects/columns/cards/{card_id}": {
|
|
29088
29121
|
"get": {
|
|
29089
29122
|
"summary": "Get a project card",
|
|
29090
|
-
"description": "
|
|
29123
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
29091
29124
|
"tags": [
|
|
29092
29125
|
"projects"
|
|
29093
29126
|
],
|
|
@@ -29134,13 +29167,16 @@
|
|
|
29134
29167
|
"githubCloudOnly": false,
|
|
29135
29168
|
"enabledForGitHubApps": true,
|
|
29136
29169
|
"category": "projects",
|
|
29137
|
-
"subcategory": "cards"
|
|
29170
|
+
"subcategory": "cards",
|
|
29171
|
+
"deprecationDate": "2024-05-23",
|
|
29172
|
+
"removalDate": "2025-04-01"
|
|
29138
29173
|
},
|
|
29174
|
+
"deprecated": true,
|
|
29139
29175
|
"x-octokit": {}
|
|
29140
29176
|
},
|
|
29141
29177
|
"patch": {
|
|
29142
29178
|
"summary": "Update an existing project card",
|
|
29143
|
-
"description": "",
|
|
29179
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
29144
29180
|
"tags": [
|
|
29145
29181
|
"projects"
|
|
29146
29182
|
],
|
|
@@ -29221,13 +29257,16 @@
|
|
|
29221
29257
|
"githubCloudOnly": false,
|
|
29222
29258
|
"enabledForGitHubApps": true,
|
|
29223
29259
|
"category": "projects",
|
|
29224
|
-
"subcategory": "cards"
|
|
29260
|
+
"subcategory": "cards",
|
|
29261
|
+
"deprecationDate": "2024-05-23",
|
|
29262
|
+
"removalDate": "2025-04-01"
|
|
29225
29263
|
},
|
|
29264
|
+
"deprecated": true,
|
|
29226
29265
|
"x-octokit": {}
|
|
29227
29266
|
},
|
|
29228
29267
|
"delete": {
|
|
29229
29268
|
"summary": "Delete a project card",
|
|
29230
|
-
"description": "
|
|
29269
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
29231
29270
|
"tags": [
|
|
29232
29271
|
"projects"
|
|
29233
29272
|
],
|
|
@@ -29283,15 +29322,18 @@
|
|
|
29283
29322
|
"githubCloudOnly": false,
|
|
29284
29323
|
"enabledForGitHubApps": true,
|
|
29285
29324
|
"category": "projects",
|
|
29286
|
-
"subcategory": "cards"
|
|
29325
|
+
"subcategory": "cards",
|
|
29326
|
+
"deprecationDate": "2024-05-23",
|
|
29327
|
+
"removalDate": "2025-04-01"
|
|
29287
29328
|
},
|
|
29329
|
+
"deprecated": true,
|
|
29288
29330
|
"x-octokit": {}
|
|
29289
29331
|
}
|
|
29290
29332
|
},
|
|
29291
29333
|
"/projects/columns/cards/{card_id}/moves": {
|
|
29292
29334
|
"post": {
|
|
29293
29335
|
"summary": "Move a project card",
|
|
29294
|
-
"description": "",
|
|
29336
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
29295
29337
|
"tags": [
|
|
29296
29338
|
"projects"
|
|
29297
29339
|
],
|
|
@@ -29445,15 +29487,18 @@
|
|
|
29445
29487
|
"githubCloudOnly": false,
|
|
29446
29488
|
"enabledForGitHubApps": true,
|
|
29447
29489
|
"category": "projects",
|
|
29448
|
-
"subcategory": "cards"
|
|
29490
|
+
"subcategory": "cards",
|
|
29491
|
+
"deprecationDate": "2024-05-23",
|
|
29492
|
+
"removalDate": "2025-04-01"
|
|
29449
29493
|
},
|
|
29494
|
+
"deprecated": true,
|
|
29450
29495
|
"x-octokit": {}
|
|
29451
29496
|
}
|
|
29452
29497
|
},
|
|
29453
29498
|
"/projects/columns/{column_id}": {
|
|
29454
29499
|
"get": {
|
|
29455
29500
|
"summary": "Get a project column",
|
|
29456
|
-
"description": "
|
|
29501
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
29457
29502
|
"tags": [
|
|
29458
29503
|
"projects"
|
|
29459
29504
|
],
|
|
@@ -29500,13 +29545,16 @@
|
|
|
29500
29545
|
"githubCloudOnly": false,
|
|
29501
29546
|
"enabledForGitHubApps": true,
|
|
29502
29547
|
"category": "projects",
|
|
29503
|
-
"subcategory": "columns"
|
|
29548
|
+
"subcategory": "columns",
|
|
29549
|
+
"deprecationDate": "2024-05-23",
|
|
29550
|
+
"removalDate": "2025-04-01"
|
|
29504
29551
|
},
|
|
29552
|
+
"deprecated": true,
|
|
29505
29553
|
"x-octokit": {}
|
|
29506
29554
|
},
|
|
29507
29555
|
"patch": {
|
|
29508
29556
|
"summary": "Update an existing project column",
|
|
29509
|
-
"description": "",
|
|
29557
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
29510
29558
|
"tags": [
|
|
29511
29559
|
"projects"
|
|
29512
29560
|
],
|
|
@@ -29578,13 +29626,16 @@
|
|
|
29578
29626
|
"githubCloudOnly": false,
|
|
29579
29627
|
"enabledForGitHubApps": true,
|
|
29580
29628
|
"category": "projects",
|
|
29581
|
-
"subcategory": "columns"
|
|
29629
|
+
"subcategory": "columns",
|
|
29630
|
+
"deprecationDate": "2024-05-23",
|
|
29631
|
+
"removalDate": "2025-04-01"
|
|
29582
29632
|
},
|
|
29633
|
+
"deprecated": true,
|
|
29583
29634
|
"x-octokit": {}
|
|
29584
29635
|
},
|
|
29585
29636
|
"delete": {
|
|
29586
29637
|
"summary": "Delete a project column",
|
|
29587
|
-
"description": "
|
|
29638
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
29588
29639
|
"tags": [
|
|
29589
29640
|
"projects"
|
|
29590
29641
|
],
|
|
@@ -29616,15 +29667,18 @@
|
|
|
29616
29667
|
"githubCloudOnly": false,
|
|
29617
29668
|
"enabledForGitHubApps": true,
|
|
29618
29669
|
"category": "projects",
|
|
29619
|
-
"subcategory": "columns"
|
|
29670
|
+
"subcategory": "columns",
|
|
29671
|
+
"deprecationDate": "2024-05-23",
|
|
29672
|
+
"removalDate": "2025-04-01"
|
|
29620
29673
|
},
|
|
29674
|
+
"deprecated": true,
|
|
29621
29675
|
"x-octokit": {}
|
|
29622
29676
|
}
|
|
29623
29677
|
},
|
|
29624
29678
|
"/projects/columns/{column_id}/cards": {
|
|
29625
29679
|
"get": {
|
|
29626
29680
|
"summary": "List project cards",
|
|
29627
|
-
"description": "
|
|
29681
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
29628
29682
|
"tags": [
|
|
29629
29683
|
"projects"
|
|
29630
29684
|
],
|
|
@@ -29697,13 +29751,16 @@
|
|
|
29697
29751
|
"githubCloudOnly": false,
|
|
29698
29752
|
"enabledForGitHubApps": true,
|
|
29699
29753
|
"category": "projects",
|
|
29700
|
-
"subcategory": "cards"
|
|
29754
|
+
"subcategory": "cards",
|
|
29755
|
+
"deprecationDate": "2024-05-23",
|
|
29756
|
+
"removalDate": "2025-04-01"
|
|
29701
29757
|
},
|
|
29758
|
+
"deprecated": true,
|
|
29702
29759
|
"x-octokit": {}
|
|
29703
29760
|
},
|
|
29704
29761
|
"post": {
|
|
29705
29762
|
"summary": "Create a project card",
|
|
29706
|
-
"description": "",
|
|
29763
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
29707
29764
|
"tags": [
|
|
29708
29765
|
"projects"
|
|
29709
29766
|
],
|
|
@@ -29851,15 +29908,18 @@
|
|
|
29851
29908
|
"githubCloudOnly": false,
|
|
29852
29909
|
"enabledForGitHubApps": true,
|
|
29853
29910
|
"category": "projects",
|
|
29854
|
-
"subcategory": "cards"
|
|
29911
|
+
"subcategory": "cards",
|
|
29912
|
+
"deprecationDate": "2024-05-23",
|
|
29913
|
+
"removalDate": "2025-04-01"
|
|
29855
29914
|
},
|
|
29915
|
+
"deprecated": true,
|
|
29856
29916
|
"x-octokit": {}
|
|
29857
29917
|
}
|
|
29858
29918
|
},
|
|
29859
29919
|
"/projects/columns/{column_id}/moves": {
|
|
29860
29920
|
"post": {
|
|
29861
29921
|
"summary": "Move a project column",
|
|
29862
|
-
"description": "",
|
|
29922
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
29863
29923
|
"tags": [
|
|
29864
29924
|
"projects"
|
|
29865
29925
|
],
|
|
@@ -29937,15 +29997,18 @@
|
|
|
29937
29997
|
"githubCloudOnly": false,
|
|
29938
29998
|
"enabledForGitHubApps": true,
|
|
29939
29999
|
"category": "projects",
|
|
29940
|
-
"subcategory": "columns"
|
|
30000
|
+
"subcategory": "columns",
|
|
30001
|
+
"deprecationDate": "2024-05-23",
|
|
30002
|
+
"removalDate": "2025-04-01"
|
|
29941
30003
|
},
|
|
30004
|
+
"deprecated": true,
|
|
29942
30005
|
"x-octokit": {}
|
|
29943
30006
|
}
|
|
29944
30007
|
},
|
|
29945
30008
|
"/projects/{project_id}": {
|
|
29946
30009
|
"get": {
|
|
29947
30010
|
"summary": "Get a project",
|
|
29948
|
-
"description": "
|
|
30011
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
29949
30012
|
"tags": [
|
|
29950
30013
|
"projects"
|
|
29951
30014
|
],
|
|
@@ -29989,13 +30052,16 @@
|
|
|
29989
30052
|
"githubCloudOnly": false,
|
|
29990
30053
|
"enabledForGitHubApps": true,
|
|
29991
30054
|
"category": "projects",
|
|
29992
|
-
"subcategory": "projects"
|
|
30055
|
+
"subcategory": "projects",
|
|
30056
|
+
"deprecationDate": "2024-05-23",
|
|
30057
|
+
"removalDate": "2025-04-01"
|
|
29993
30058
|
},
|
|
30059
|
+
"deprecated": true,
|
|
29994
30060
|
"x-octokit": {}
|
|
29995
30061
|
},
|
|
29996
30062
|
"patch": {
|
|
29997
30063
|
"summary": "Update a project",
|
|
29998
|
-
"description": "
|
|
30064
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
29999
30065
|
"operationId": "projects/update",
|
|
30000
30066
|
"tags": [
|
|
30001
30067
|
"projects"
|
|
@@ -30121,13 +30187,16 @@
|
|
|
30121
30187
|
"githubCloudOnly": false,
|
|
30122
30188
|
"enabledForGitHubApps": true,
|
|
30123
30189
|
"category": "projects",
|
|
30124
|
-
"subcategory": "projects"
|
|
30190
|
+
"subcategory": "projects",
|
|
30191
|
+
"deprecationDate": "2024-05-23",
|
|
30192
|
+
"removalDate": "2025-04-01"
|
|
30125
30193
|
},
|
|
30194
|
+
"deprecated": true,
|
|
30126
30195
|
"x-octokit": {}
|
|
30127
30196
|
},
|
|
30128
30197
|
"delete": {
|
|
30129
30198
|
"summary": "Delete a project",
|
|
30130
|
-
"description": "
|
|
30199
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
30131
30200
|
"operationId": "projects/delete",
|
|
30132
30201
|
"tags": [
|
|
30133
30202
|
"projects"
|
|
@@ -30186,15 +30255,18 @@
|
|
|
30186
30255
|
"githubCloudOnly": false,
|
|
30187
30256
|
"enabledForGitHubApps": true,
|
|
30188
30257
|
"category": "projects",
|
|
30189
|
-
"subcategory": "projects"
|
|
30258
|
+
"subcategory": "projects",
|
|
30259
|
+
"deprecationDate": "2024-05-23",
|
|
30260
|
+
"removalDate": "2025-04-01"
|
|
30190
30261
|
},
|
|
30262
|
+
"deprecated": true,
|
|
30191
30263
|
"x-octokit": {}
|
|
30192
30264
|
}
|
|
30193
30265
|
},
|
|
30194
30266
|
"/projects/{project_id}/collaborators": {
|
|
30195
30267
|
"get": {
|
|
30196
30268
|
"summary": "List project collaborators",
|
|
30197
|
-
"description": "
|
|
30269
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
30198
30270
|
"tags": [
|
|
30199
30271
|
"projects"
|
|
30200
30272
|
],
|
|
@@ -30273,15 +30345,18 @@
|
|
|
30273
30345
|
"githubCloudOnly": false,
|
|
30274
30346
|
"enabledForGitHubApps": true,
|
|
30275
30347
|
"category": "projects",
|
|
30276
|
-
"subcategory": "collaborators"
|
|
30348
|
+
"subcategory": "collaborators",
|
|
30349
|
+
"deprecationDate": "2024-05-23",
|
|
30350
|
+
"removalDate": "2025-04-01"
|
|
30277
30351
|
},
|
|
30352
|
+
"deprecated": true,
|
|
30278
30353
|
"x-octokit": {}
|
|
30279
30354
|
}
|
|
30280
30355
|
},
|
|
30281
30356
|
"/projects/{project_id}/collaborators/{username}": {
|
|
30282
30357
|
"put": {
|
|
30283
30358
|
"summary": "Add project collaborator",
|
|
30284
|
-
"description": "
|
|
30359
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
30285
30360
|
"tags": [
|
|
30286
30361
|
"projects"
|
|
30287
30362
|
],
|
|
@@ -30354,13 +30429,16 @@
|
|
|
30354
30429
|
"githubCloudOnly": false,
|
|
30355
30430
|
"enabledForGitHubApps": true,
|
|
30356
30431
|
"category": "projects",
|
|
30357
|
-
"subcategory": "collaborators"
|
|
30432
|
+
"subcategory": "collaborators",
|
|
30433
|
+
"deprecationDate": "2024-05-23",
|
|
30434
|
+
"removalDate": "2025-04-01"
|
|
30358
30435
|
},
|
|
30436
|
+
"deprecated": true,
|
|
30359
30437
|
"x-octokit": {}
|
|
30360
30438
|
},
|
|
30361
30439
|
"delete": {
|
|
30362
30440
|
"summary": "Remove user as a collaborator",
|
|
30363
|
-
"description": "
|
|
30441
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
30364
30442
|
"tags": [
|
|
30365
30443
|
"projects"
|
|
30366
30444
|
],
|
|
@@ -30401,15 +30479,18 @@
|
|
|
30401
30479
|
"githubCloudOnly": false,
|
|
30402
30480
|
"enabledForGitHubApps": true,
|
|
30403
30481
|
"category": "projects",
|
|
30404
|
-
"subcategory": "collaborators"
|
|
30482
|
+
"subcategory": "collaborators",
|
|
30483
|
+
"deprecationDate": "2024-05-23",
|
|
30484
|
+
"removalDate": "2025-04-01"
|
|
30405
30485
|
},
|
|
30486
|
+
"deprecated": true,
|
|
30406
30487
|
"x-octokit": {}
|
|
30407
30488
|
}
|
|
30408
30489
|
},
|
|
30409
30490
|
"/projects/{project_id}/collaborators/{username}/permission": {
|
|
30410
30491
|
"get": {
|
|
30411
30492
|
"summary": "Get project permission for a user",
|
|
30412
|
-
"description": "
|
|
30493
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
30413
30494
|
"tags": [
|
|
30414
30495
|
"projects"
|
|
30415
30496
|
],
|
|
@@ -30462,15 +30543,18 @@
|
|
|
30462
30543
|
"githubCloudOnly": false,
|
|
30463
30544
|
"enabledForGitHubApps": true,
|
|
30464
30545
|
"category": "projects",
|
|
30465
|
-
"subcategory": "collaborators"
|
|
30546
|
+
"subcategory": "collaborators",
|
|
30547
|
+
"deprecationDate": "2024-05-23",
|
|
30548
|
+
"removalDate": "2025-04-01"
|
|
30466
30549
|
},
|
|
30550
|
+
"deprecated": true,
|
|
30467
30551
|
"x-octokit": {}
|
|
30468
30552
|
}
|
|
30469
30553
|
},
|
|
30470
30554
|
"/projects/{project_id}/columns": {
|
|
30471
30555
|
"get": {
|
|
30472
30556
|
"summary": "List project columns",
|
|
30473
|
-
"description": "
|
|
30557
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
30474
30558
|
"tags": [
|
|
30475
30559
|
"projects"
|
|
30476
30560
|
],
|
|
@@ -30528,13 +30612,16 @@
|
|
|
30528
30612
|
"githubCloudOnly": false,
|
|
30529
30613
|
"enabledForGitHubApps": true,
|
|
30530
30614
|
"category": "projects",
|
|
30531
|
-
"subcategory": "columns"
|
|
30615
|
+
"subcategory": "columns",
|
|
30616
|
+
"deprecationDate": "2024-05-23",
|
|
30617
|
+
"removalDate": "2025-04-01"
|
|
30532
30618
|
},
|
|
30619
|
+
"deprecated": true,
|
|
30533
30620
|
"x-octokit": {}
|
|
30534
30621
|
},
|
|
30535
30622
|
"post": {
|
|
30536
30623
|
"summary": "Create a project column",
|
|
30537
|
-
"description": "
|
|
30624
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
30538
30625
|
"tags": [
|
|
30539
30626
|
"projects"
|
|
30540
30627
|
],
|
|
@@ -30617,8 +30704,11 @@
|
|
|
30617
30704
|
"githubCloudOnly": false,
|
|
30618
30705
|
"enabledForGitHubApps": true,
|
|
30619
30706
|
"category": "projects",
|
|
30620
|
-
"subcategory": "columns"
|
|
30707
|
+
"subcategory": "columns",
|
|
30708
|
+
"deprecationDate": "2024-05-23",
|
|
30709
|
+
"removalDate": "2025-04-01"
|
|
30621
30710
|
},
|
|
30711
|
+
"deprecated": true,
|
|
30622
30712
|
"x-octokit": {}
|
|
30623
30713
|
}
|
|
30624
30714
|
},
|
|
@@ -45047,7 +45137,7 @@
|
|
|
45047
45137
|
},
|
|
45048
45138
|
"post": {
|
|
45049
45139
|
"summary": "Create a custom deployment protection rule on an environment",
|
|
45050
|
-
"description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-server@3.16/rest/apps/apps#get-an-app).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.",
|
|
45140
|
+
"description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-server@3.16/rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/enterprise-server@3.16/actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.",
|
|
45051
45141
|
"tags": [
|
|
45052
45142
|
"repos"
|
|
45053
45143
|
],
|
|
@@ -48295,6 +48385,15 @@
|
|
|
48295
48385
|
"type": "string"
|
|
48296
48386
|
}
|
|
48297
48387
|
},
|
|
48388
|
+
{
|
|
48389
|
+
"name": "type",
|
|
48390
|
+
"description": "Can be the name of an issue type. If the string `*` is passed, issues with any type are accepted. If the string `none` is passed, issues without type are returned.",
|
|
48391
|
+
"in": "query",
|
|
48392
|
+
"required": false,
|
|
48393
|
+
"schema": {
|
|
48394
|
+
"type": "string"
|
|
48395
|
+
}
|
|
48396
|
+
},
|
|
48298
48397
|
{
|
|
48299
48398
|
"name": "creator",
|
|
48300
48399
|
"description": "The user that created the issue.",
|
|
@@ -48480,6 +48579,12 @@
|
|
|
48480
48579
|
"items": {
|
|
48481
48580
|
"type": "string"
|
|
48482
48581
|
}
|
|
48582
|
+
},
|
|
48583
|
+
"type": {
|
|
48584
|
+
"type": "string",
|
|
48585
|
+
"description": "The name of the issue type to associate with this issue.",
|
|
48586
|
+
"nullable": true,
|
|
48587
|
+
"example": "Epic"
|
|
48483
48588
|
}
|
|
48484
48589
|
},
|
|
48485
48590
|
"required": [
|
|
@@ -49335,6 +49440,12 @@
|
|
|
49335
49440
|
"items": {
|
|
49336
49441
|
"type": "string"
|
|
49337
49442
|
}
|
|
49443
|
+
},
|
|
49444
|
+
"type": {
|
|
49445
|
+
"type": "string",
|
|
49446
|
+
"description": "The name of the issue type to associate with this issue or use `null` to remove the current issue type.",
|
|
49447
|
+
"nullable": true,
|
|
49448
|
+
"example": "Epic"
|
|
49338
49449
|
}
|
|
49339
49450
|
}
|
|
49340
49451
|
},
|
|
@@ -53201,7 +53312,7 @@
|
|
|
53201
53312
|
"/repos/{owner}/{repo}/projects": {
|
|
53202
53313
|
"get": {
|
|
53203
53314
|
"summary": "List repository projects",
|
|
53204
|
-
"description": "
|
|
53315
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
53205
53316
|
"tags": [
|
|
53206
53317
|
"projects"
|
|
53207
53318
|
],
|
|
@@ -53283,13 +53394,16 @@
|
|
|
53283
53394
|
"githubCloudOnly": false,
|
|
53284
53395
|
"enabledForGitHubApps": true,
|
|
53285
53396
|
"category": "projects",
|
|
53286
|
-
"subcategory": "projects"
|
|
53397
|
+
"subcategory": "projects",
|
|
53398
|
+
"deprecationDate": "2024-05-23",
|
|
53399
|
+
"removalDate": "2025-04-01"
|
|
53287
53400
|
},
|
|
53401
|
+
"deprecated": true,
|
|
53288
53402
|
"x-octokit": {}
|
|
53289
53403
|
},
|
|
53290
53404
|
"post": {
|
|
53291
53405
|
"summary": "Create a repository project",
|
|
53292
|
-
"description": "
|
|
53406
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
53293
53407
|
"tags": [
|
|
53294
53408
|
"projects"
|
|
53295
53409
|
],
|
|
@@ -53373,8 +53487,11 @@
|
|
|
53373
53487
|
"githubCloudOnly": false,
|
|
53374
53488
|
"enabledForGitHubApps": true,
|
|
53375
53489
|
"category": "projects",
|
|
53376
|
-
"subcategory": "projects"
|
|
53490
|
+
"subcategory": "projects",
|
|
53491
|
+
"deprecationDate": "2024-05-23",
|
|
53492
|
+
"removalDate": "2025-04-01"
|
|
53377
53493
|
},
|
|
53494
|
+
"deprecated": true,
|
|
53378
53495
|
"x-octokit": {}
|
|
53379
53496
|
}
|
|
53380
53497
|
},
|
|
@@ -63380,7 +63497,7 @@
|
|
|
63380
63497
|
"/teams/{team_id}/projects": {
|
|
63381
63498
|
"get": {
|
|
63382
63499
|
"summary": "List team projects (Legacy)",
|
|
63383
|
-
"description": "> [!WARNING]\n> **
|
|
63500
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
63384
63501
|
"tags": [
|
|
63385
63502
|
"teams"
|
|
63386
63503
|
],
|
|
@@ -63431,8 +63548,8 @@
|
|
|
63431
63548
|
"x-github": {
|
|
63432
63549
|
"githubCloudOnly": false,
|
|
63433
63550
|
"enabledForGitHubApps": true,
|
|
63434
|
-
"removalDate": "
|
|
63435
|
-
"deprecationDate": "
|
|
63551
|
+
"removalDate": "2025-04-01",
|
|
63552
|
+
"deprecationDate": "2024-05-23",
|
|
63436
63553
|
"category": "teams",
|
|
63437
63554
|
"subcategory": "teams"
|
|
63438
63555
|
},
|
|
@@ -63443,7 +63560,7 @@
|
|
|
63443
63560
|
"/teams/{team_id}/projects/{project_id}": {
|
|
63444
63561
|
"get": {
|
|
63445
63562
|
"summary": "Check team permissions for a project (Legacy)",
|
|
63446
|
-
"description": "> [!WARNING]\n> **
|
|
63563
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
63447
63564
|
"tags": [
|
|
63448
63565
|
"teams"
|
|
63449
63566
|
],
|
|
@@ -63483,8 +63600,8 @@
|
|
|
63483
63600
|
"x-github": {
|
|
63484
63601
|
"githubCloudOnly": false,
|
|
63485
63602
|
"enabledForGitHubApps": true,
|
|
63486
|
-
"removalDate": "
|
|
63487
|
-
"deprecationDate": "
|
|
63603
|
+
"removalDate": "2025-04-01",
|
|
63604
|
+
"deprecationDate": "2024-05-23",
|
|
63488
63605
|
"category": "teams",
|
|
63489
63606
|
"subcategory": "teams"
|
|
63490
63607
|
},
|
|
@@ -63493,7 +63610,7 @@
|
|
|
63493
63610
|
},
|
|
63494
63611
|
"put": {
|
|
63495
63612
|
"summary": "Add or update team project permissions (Legacy)",
|
|
63496
|
-
"description": "> [!WARNING]\n> **
|
|
63613
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
63497
63614
|
"tags": [
|
|
63498
63615
|
"teams"
|
|
63499
63616
|
],
|
|
@@ -63579,8 +63696,8 @@
|
|
|
63579
63696
|
"x-github": {
|
|
63580
63697
|
"githubCloudOnly": false,
|
|
63581
63698
|
"enabledForGitHubApps": true,
|
|
63582
|
-
"removalDate": "
|
|
63583
|
-
"deprecationDate": "
|
|
63699
|
+
"removalDate": "2025-04-01",
|
|
63700
|
+
"deprecationDate": "2024-05-23",
|
|
63584
63701
|
"category": "teams",
|
|
63585
63702
|
"subcategory": "teams"
|
|
63586
63703
|
},
|
|
@@ -63589,7 +63706,7 @@
|
|
|
63589
63706
|
},
|
|
63590
63707
|
"delete": {
|
|
63591
63708
|
"summary": "Remove a project from a team (Legacy)",
|
|
63592
|
-
"description": "> [!WARNING]\n> **
|
|
63709
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
63593
63710
|
"tags": [
|
|
63594
63711
|
"teams"
|
|
63595
63712
|
],
|
|
@@ -63620,8 +63737,8 @@
|
|
|
63620
63737
|
"x-github": {
|
|
63621
63738
|
"githubCloudOnly": false,
|
|
63622
63739
|
"enabledForGitHubApps": true,
|
|
63623
|
-
"removalDate": "
|
|
63624
|
-
"deprecationDate": "
|
|
63740
|
+
"removalDate": "2025-04-01",
|
|
63741
|
+
"deprecationDate": "2024-05-23",
|
|
63625
63742
|
"category": "teams",
|
|
63626
63743
|
"subcategory": "teams"
|
|
63627
63744
|
},
|
|
@@ -66681,7 +66798,7 @@
|
|
|
66681
66798
|
"/user/projects": {
|
|
66682
66799
|
"post": {
|
|
66683
66800
|
"summary": "Create a user project",
|
|
66684
|
-
"description": "
|
|
66801
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
66685
66802
|
"tags": [
|
|
66686
66803
|
"projects"
|
|
66687
66804
|
],
|
|
@@ -66759,8 +66876,11 @@
|
|
|
66759
66876
|
"githubCloudOnly": false,
|
|
66760
66877
|
"enabledForGitHubApps": true,
|
|
66761
66878
|
"category": "projects",
|
|
66762
|
-
"subcategory": "projects"
|
|
66879
|
+
"subcategory": "projects",
|
|
66880
|
+
"deprecationDate": "2024-05-23",
|
|
66881
|
+
"removalDate": "2025-04-01"
|
|
66763
66882
|
},
|
|
66883
|
+
"deprecated": true,
|
|
66764
66884
|
"x-octokit": {}
|
|
66765
66885
|
}
|
|
66766
66886
|
},
|
|
@@ -69558,7 +69678,7 @@
|
|
|
69558
69678
|
"/users/{username}/projects": {
|
|
69559
69679
|
"get": {
|
|
69560
69680
|
"summary": "List user projects",
|
|
69561
|
-
"description": "
|
|
69681
|
+
"description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.",
|
|
69562
69682
|
"tags": [
|
|
69563
69683
|
"projects"
|
|
69564
69684
|
],
|
|
@@ -69625,8 +69745,11 @@
|
|
|
69625
69745
|
"githubCloudOnly": false,
|
|
69626
69746
|
"enabledForGitHubApps": false,
|
|
69627
69747
|
"category": "projects",
|
|
69628
|
-
"subcategory": "projects"
|
|
69748
|
+
"subcategory": "projects",
|
|
69749
|
+
"deprecationDate": "2024-05-23",
|
|
69750
|
+
"removalDate": "2025-04-01"
|
|
69629
69751
|
},
|
|
69752
|
+
"deprecated": true,
|
|
69630
69753
|
"x-octokit": {}
|
|
69631
69754
|
}
|
|
69632
69755
|
},
|
|
@@ -97595,7 +97718,7 @@
|
|
|
97595
97718
|
},
|
|
97596
97719
|
"dependabot_secrets": {
|
|
97597
97720
|
"type": "string",
|
|
97598
|
-
"description": "The
|
|
97721
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
97599
97722
|
"enum": [
|
|
97600
97723
|
"read",
|
|
97601
97724
|
"write"
|
|
@@ -98936,6 +99059,7 @@
|
|
|
98936
99059
|
"id": {
|
|
98937
99060
|
"description": "Unique identifier of the webhook delivery.",
|
|
98938
99061
|
"type": "integer",
|
|
99062
|
+
"format": "int64",
|
|
98939
99063
|
"example": 42
|
|
98940
99064
|
},
|
|
98941
99065
|
"guid": {
|
|
@@ -98983,12 +99107,14 @@
|
|
|
98983
99107
|
"installation_id": {
|
|
98984
99108
|
"description": "The id of the GitHub App installation associated with this event.",
|
|
98985
99109
|
"type": "integer",
|
|
99110
|
+
"format": "int64",
|
|
98986
99111
|
"example": 123,
|
|
98987
99112
|
"nullable": true
|
|
98988
99113
|
},
|
|
98989
99114
|
"repository_id": {
|
|
98990
99115
|
"description": "The id of the repository associated with this event.",
|
|
98991
99116
|
"type": "integer",
|
|
99117
|
+
"format": "int64",
|
|
98992
99118
|
"example": 123,
|
|
98993
99119
|
"nullable": true
|
|
98994
99120
|
},
|
|
@@ -100763,12 +100889,12 @@
|
|
|
100763
100889
|
"type": "object",
|
|
100764
100890
|
"properties": {
|
|
100765
100891
|
"id": {
|
|
100766
|
-
"description": "The
|
|
100892
|
+
"description": "The ID of the runner.",
|
|
100767
100893
|
"type": "integer",
|
|
100768
100894
|
"example": 5
|
|
100769
100895
|
},
|
|
100770
100896
|
"runner_group_id": {
|
|
100771
|
-
"description": "The
|
|
100897
|
+
"description": "The ID of the runner group.",
|
|
100772
100898
|
"type": "integer",
|
|
100773
100899
|
"example": 1
|
|
100774
100900
|
},
|
|
@@ -103085,6 +103211,66 @@
|
|
|
103085
103211
|
],
|
|
103086
103212
|
"nullable": true
|
|
103087
103213
|
},
|
|
103214
|
+
"issue-type": {
|
|
103215
|
+
"title": "Issue Type",
|
|
103216
|
+
"description": "The type of issue.",
|
|
103217
|
+
"type": "object",
|
|
103218
|
+
"nullable": true,
|
|
103219
|
+
"properties": {
|
|
103220
|
+
"id": {
|
|
103221
|
+
"type": "integer",
|
|
103222
|
+
"description": "The unique identifier of the issue type."
|
|
103223
|
+
},
|
|
103224
|
+
"node_id": {
|
|
103225
|
+
"type": "string",
|
|
103226
|
+
"description": "The node identifier of the issue type."
|
|
103227
|
+
},
|
|
103228
|
+
"name": {
|
|
103229
|
+
"type": "string",
|
|
103230
|
+
"description": "The name of the issue type."
|
|
103231
|
+
},
|
|
103232
|
+
"description": {
|
|
103233
|
+
"type": "string",
|
|
103234
|
+
"description": "The description of the issue type.",
|
|
103235
|
+
"nullable": true
|
|
103236
|
+
},
|
|
103237
|
+
"color": {
|
|
103238
|
+
"type": "string",
|
|
103239
|
+
"description": "The color of the issue type.",
|
|
103240
|
+
"enum": [
|
|
103241
|
+
"gray",
|
|
103242
|
+
"blue",
|
|
103243
|
+
"green",
|
|
103244
|
+
"yellow",
|
|
103245
|
+
"orange",
|
|
103246
|
+
"red",
|
|
103247
|
+
"pink",
|
|
103248
|
+
"purple"
|
|
103249
|
+
],
|
|
103250
|
+
"nullable": true
|
|
103251
|
+
},
|
|
103252
|
+
"created_at": {
|
|
103253
|
+
"type": "string",
|
|
103254
|
+
"description": "The time the issue type created.",
|
|
103255
|
+
"format": "date-time"
|
|
103256
|
+
},
|
|
103257
|
+
"updated_at": {
|
|
103258
|
+
"type": "string",
|
|
103259
|
+
"description": "The time the issue type last updated.",
|
|
103260
|
+
"format": "date-time"
|
|
103261
|
+
},
|
|
103262
|
+
"is_enabled": {
|
|
103263
|
+
"type": "boolean",
|
|
103264
|
+
"description": "The enabled state of the issue type."
|
|
103265
|
+
}
|
|
103266
|
+
},
|
|
103267
|
+
"required": [
|
|
103268
|
+
"id",
|
|
103269
|
+
"node_id",
|
|
103270
|
+
"name",
|
|
103271
|
+
"description"
|
|
103272
|
+
]
|
|
103273
|
+
},
|
|
103088
103274
|
"nullable-integration": {
|
|
103089
103275
|
"title": "GitHub app",
|
|
103090
103276
|
"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.",
|
|
@@ -103511,6 +103697,9 @@
|
|
|
103511
103697
|
"type": "string",
|
|
103512
103698
|
"format": "uri"
|
|
103513
103699
|
},
|
|
103700
|
+
"type": {
|
|
103701
|
+
"$ref": "#/components/schemas/issue-type"
|
|
103702
|
+
},
|
|
103514
103703
|
"repository": {
|
|
103515
103704
|
"$ref": "#/components/schemas/repository"
|
|
103516
103705
|
},
|
|
@@ -109397,6 +109586,16 @@
|
|
|
109397
109586
|
"maxItems": 200,
|
|
109398
109587
|
"nullable": true,
|
|
109399
109588
|
"description": "An ordered list of the allowed values of the property.\nThe property can have up to 200 allowed values."
|
|
109589
|
+
},
|
|
109590
|
+
"values_editable_by": {
|
|
109591
|
+
"type": "string",
|
|
109592
|
+
"nullable": true,
|
|
109593
|
+
"enum": [
|
|
109594
|
+
"org_actors",
|
|
109595
|
+
"org_and_repo_actors"
|
|
109596
|
+
],
|
|
109597
|
+
"example": "org_actors",
|
|
109598
|
+
"description": "Who can edit the values of the property"
|
|
109400
109599
|
}
|
|
109401
109600
|
},
|
|
109402
109601
|
"required": [
|
|
@@ -121190,6 +121389,9 @@
|
|
|
121190
121389
|
"type": "string",
|
|
121191
121390
|
"format": "uri"
|
|
121192
121391
|
},
|
|
121392
|
+
"type": {
|
|
121393
|
+
"$ref": "#/components/schemas/issue-type"
|
|
121394
|
+
},
|
|
121193
121395
|
"repository": {
|
|
121194
121396
|
"$ref": "#/components/schemas/repository"
|
|
121195
121397
|
},
|
|
@@ -126996,6 +127198,9 @@
|
|
|
126996
127198
|
"type": "string",
|
|
126997
127199
|
"format": "uri"
|
|
126998
127200
|
},
|
|
127201
|
+
"type": {
|
|
127202
|
+
"$ref": "#/components/schemas/issue-type"
|
|
127203
|
+
},
|
|
126999
127204
|
"performed_via_github_app": {
|
|
127000
127205
|
"$ref": "#/components/schemas/nullable-integration"
|
|
127001
127206
|
},
|
|
@@ -129761,6 +129966,33 @@
|
|
|
129761
129966
|
}
|
|
129762
129967
|
}
|
|
129763
129968
|
},
|
|
129969
|
+
"dismissal-request-code-scanning": {
|
|
129970
|
+
"title": "Code scanning alert dismissal request data",
|
|
129971
|
+
"description": "Code scanning alerts that have dismissal requests.",
|
|
129972
|
+
"type": "object",
|
|
129973
|
+
"properties": {
|
|
129974
|
+
"type": {
|
|
129975
|
+
"type": "string",
|
|
129976
|
+
"description": "The type of request",
|
|
129977
|
+
"enum": [
|
|
129978
|
+
"code_scanning_alert_dismissal"
|
|
129979
|
+
]
|
|
129980
|
+
},
|
|
129981
|
+
"data": {
|
|
129982
|
+
"type": "array",
|
|
129983
|
+
"description": "The data related to the code scanning alerts that have dismissal requests.",
|
|
129984
|
+
"items": {
|
|
129985
|
+
"type": "object",
|
|
129986
|
+
"properties": {
|
|
129987
|
+
"alert_number": {
|
|
129988
|
+
"type": "string",
|
|
129989
|
+
"description": "The number of the alert to be dismissed"
|
|
129990
|
+
}
|
|
129991
|
+
}
|
|
129992
|
+
}
|
|
129993
|
+
}
|
|
129994
|
+
}
|
|
129995
|
+
},
|
|
129764
129996
|
"exemption-request-secret-scanning-metadata": {
|
|
129765
129997
|
"title": "Secret Scanning Push Protection Exemption Request Metadata",
|
|
129766
129998
|
"description": "Metadata for a secret scanning push protection exemption request.",
|
|
@@ -129802,6 +130034,26 @@
|
|
|
129802
130034
|
}
|
|
129803
130035
|
}
|
|
129804
130036
|
},
|
|
130037
|
+
"dismissal-request-code-scanning-metadata": {
|
|
130038
|
+
"title": "Code scanning alert dismissal request metadata",
|
|
130039
|
+
"description": "Metadata for a code scanning alert dismissal request.",
|
|
130040
|
+
"type": "object",
|
|
130041
|
+
"properties": {
|
|
130042
|
+
"alert_title": {
|
|
130043
|
+
"type": "string",
|
|
130044
|
+
"description": "The title of the code scanning alert"
|
|
130045
|
+
},
|
|
130046
|
+
"reason": {
|
|
130047
|
+
"type": "string",
|
|
130048
|
+
"description": "The reason for the dismissal request",
|
|
130049
|
+
"enum": [
|
|
130050
|
+
"false positive",
|
|
130051
|
+
"won't fix",
|
|
130052
|
+
"used in tests"
|
|
130053
|
+
]
|
|
130054
|
+
}
|
|
130055
|
+
}
|
|
130056
|
+
},
|
|
129805
130057
|
"exemption-response": {
|
|
129806
130058
|
"title": "Exemption response",
|
|
129807
130059
|
"description": "A response to an exemption request by a delegated bypasser.",
|
|
@@ -129872,7 +130124,8 @@
|
|
|
129872
130124
|
"enum": [
|
|
129873
130125
|
"push_ruleset_bypass",
|
|
129874
130126
|
"secret_scanning",
|
|
129875
|
-
"secret_scanning_closure"
|
|
130127
|
+
"secret_scanning_closure",
|
|
130128
|
+
"code_scanning_alert_dismissal"
|
|
129876
130129
|
]
|
|
129877
130130
|
},
|
|
129878
130131
|
"exemption_request_data": {
|
|
@@ -129885,6 +130138,9 @@
|
|
|
129885
130138
|
},
|
|
129886
130139
|
{
|
|
129887
130140
|
"$ref": "#/components/schemas/dismissal-request-secret-scanning"
|
|
130141
|
+
},
|
|
130142
|
+
{
|
|
130143
|
+
"$ref": "#/components/schemas/dismissal-request-code-scanning"
|
|
129888
130144
|
}
|
|
129889
130145
|
]
|
|
129890
130146
|
},
|
|
@@ -129912,12 +130168,15 @@
|
|
|
129912
130168
|
"type": "object",
|
|
129913
130169
|
"description": "Metadata about the exemption request.",
|
|
129914
130170
|
"nullable": true,
|
|
129915
|
-
"
|
|
130171
|
+
"anyOf": [
|
|
129916
130172
|
{
|
|
129917
130173
|
"$ref": "#/components/schemas/exemption-request-secret-scanning-metadata"
|
|
129918
130174
|
},
|
|
129919
130175
|
{
|
|
129920
130176
|
"$ref": "#/components/schemas/dismissal-request-secret-scanning-metadata"
|
|
130177
|
+
},
|
|
130178
|
+
{
|
|
130179
|
+
"$ref": "#/components/schemas/dismissal-request-code-scanning-metadata"
|
|
129921
130180
|
}
|
|
129922
130181
|
]
|
|
129923
130182
|
},
|
|
@@ -132867,6 +133126,9 @@
|
|
|
132867
133126
|
"description": "Title of the issue",
|
|
132868
133127
|
"type": "string"
|
|
132869
133128
|
},
|
|
133129
|
+
"type": {
|
|
133130
|
+
"$ref": "#/components/schemas/issue-type"
|
|
133131
|
+
},
|
|
132870
133132
|
"updated_at": {
|
|
132871
133133
|
"type": "string",
|
|
132872
133134
|
"format": "date-time"
|
|
@@ -134258,6 +134520,9 @@
|
|
|
134258
134520
|
"description": "Title of the issue",
|
|
134259
134521
|
"type": "string"
|
|
134260
134522
|
},
|
|
134523
|
+
"type": {
|
|
134524
|
+
"$ref": "#/components/schemas/issue-type"
|
|
134525
|
+
},
|
|
134261
134526
|
"updated_at": {
|
|
134262
134527
|
"type": "string",
|
|
134263
134528
|
"format": "date-time"
|
|
@@ -158103,6 +158368,9 @@
|
|
|
158103
158368
|
"description": "Title of the issue",
|
|
158104
158369
|
"type": "string"
|
|
158105
158370
|
},
|
|
158371
|
+
"type": {
|
|
158372
|
+
"$ref": "#/components/schemas/issue-type"
|
|
158373
|
+
},
|
|
158106
158374
|
"updated_at": {
|
|
158107
158375
|
"type": "string",
|
|
158108
158376
|
"format": "date-time"
|
|
@@ -159685,6 +159953,9 @@
|
|
|
159685
159953
|
"description": "Title of the issue",
|
|
159686
159954
|
"type": "string"
|
|
159687
159955
|
},
|
|
159956
|
+
"type": {
|
|
159957
|
+
"$ref": "#/components/schemas/issue-type"
|
|
159958
|
+
},
|
|
159688
159959
|
"updated_at": {
|
|
159689
159960
|
"type": "string",
|
|
159690
159961
|
"format": "date-time"
|
|
@@ -161276,6 +161547,9 @@
|
|
|
161276
161547
|
"description": "Title of the issue",
|
|
161277
161548
|
"type": "string"
|
|
161278
161549
|
},
|
|
161550
|
+
"type": {
|
|
161551
|
+
"$ref": "#/components/schemas/issue-type"
|
|
161552
|
+
},
|
|
161279
161553
|
"updated_at": {
|
|
161280
161554
|
"type": "string",
|
|
161281
161555
|
"format": "date-time"
|
|
@@ -162901,6 +163175,9 @@
|
|
|
162901
163175
|
"description": "Title of the issue",
|
|
162902
163176
|
"type": "string"
|
|
162903
163177
|
},
|
|
163178
|
+
"type": {
|
|
163179
|
+
"$ref": "#/components/schemas/issue-type"
|
|
163180
|
+
},
|
|
162904
163181
|
"updated_at": {
|
|
162905
163182
|
"type": "string",
|
|
162906
163183
|
"format": "date-time"
|
|
@@ -164342,6 +164619,9 @@
|
|
|
164342
164619
|
"description": "Title of the issue",
|
|
164343
164620
|
"type": "string"
|
|
164344
164621
|
},
|
|
164622
|
+
"type": {
|
|
164623
|
+
"$ref": "#/components/schemas/issue-type"
|
|
164624
|
+
},
|
|
164345
164625
|
"updated_at": {
|
|
164346
164626
|
"type": "string",
|
|
164347
164627
|
"format": "date-time"
|
|
@@ -165604,6 +165884,9 @@
|
|
|
165604
165884
|
"description": "Title of the issue",
|
|
165605
165885
|
"type": "string"
|
|
165606
165886
|
},
|
|
165887
|
+
"type": {
|
|
165888
|
+
"$ref": "#/components/schemas/issue-type"
|
|
165889
|
+
},
|
|
165607
165890
|
"updated_at": {
|
|
165608
165891
|
"type": "string",
|
|
165609
165892
|
"format": "date-time"
|
|
@@ -166855,6 +167138,9 @@
|
|
|
166855
167138
|
"type": "string",
|
|
166856
167139
|
"format": "uri"
|
|
166857
167140
|
},
|
|
167141
|
+
"type": {
|
|
167142
|
+
"$ref": "#/components/schemas/issue-type"
|
|
167143
|
+
},
|
|
166858
167144
|
"title": {
|
|
166859
167145
|
"description": "Title of the issue",
|
|
166860
167146
|
"type": "string"
|
|
@@ -168103,6 +168389,9 @@
|
|
|
168103
168389
|
"type": "string",
|
|
168104
168390
|
"format": "uri"
|
|
168105
168391
|
},
|
|
168392
|
+
"type": {
|
|
168393
|
+
"$ref": "#/components/schemas/issue-type"
|
|
168394
|
+
},
|
|
168106
168395
|
"title": {
|
|
168107
168396
|
"description": "Title of the issue",
|
|
168108
168397
|
"type": "string"
|
|
@@ -169377,6 +169666,9 @@
|
|
|
169377
169666
|
"type": "string",
|
|
169378
169667
|
"format": "uri"
|
|
169379
169668
|
},
|
|
169669
|
+
"type": {
|
|
169670
|
+
"$ref": "#/components/schemas/issue-type"
|
|
169671
|
+
},
|
|
169380
169672
|
"title": {
|
|
169381
169673
|
"description": "Title of the issue",
|
|
169382
169674
|
"type": "string"
|
|
@@ -170619,6 +170911,9 @@
|
|
|
170619
170911
|
"description": "Title of the issue",
|
|
170620
170912
|
"type": "string"
|
|
170621
170913
|
},
|
|
170914
|
+
"type": {
|
|
170915
|
+
"$ref": "#/components/schemas/issue-type"
|
|
170916
|
+
},
|
|
170622
170917
|
"updated_at": {
|
|
170623
170918
|
"type": "string",
|
|
170624
170919
|
"format": "date-time"
|
|
@@ -173667,6 +173962,9 @@
|
|
|
173667
173962
|
"description": "Title of the issue",
|
|
173668
173963
|
"type": "string"
|
|
173669
173964
|
},
|
|
173965
|
+
"type": {
|
|
173966
|
+
"$ref": "#/components/schemas/issue-type"
|
|
173967
|
+
},
|
|
173670
173968
|
"updated_at": {
|
|
173671
173969
|
"type": "string",
|
|
173672
173970
|
"format": "date-time"
|
|
@@ -175073,6 +175371,9 @@
|
|
|
175073
175371
|
"type": "string"
|
|
175074
175372
|
}
|
|
175075
175373
|
}
|
|
175374
|
+
},
|
|
175375
|
+
"type": {
|
|
175376
|
+
"$ref": "#/components/schemas/issue-type"
|
|
175076
175377
|
}
|
|
175077
175378
|
}
|
|
175078
175379
|
},
|
|
@@ -176183,6 +176484,9 @@
|
|
|
176183
176484
|
"description": "Title of the issue",
|
|
176184
176485
|
"type": "string"
|
|
176185
176486
|
},
|
|
176487
|
+
"type": {
|
|
176488
|
+
"$ref": "#/components/schemas/issue-type"
|
|
176489
|
+
},
|
|
176186
176490
|
"updated_at": {
|
|
176187
176491
|
"type": "string",
|
|
176188
176492
|
"format": "date-time"
|
|
@@ -178153,6 +178457,9 @@
|
|
|
178153
178457
|
"description": "Title of the issue",
|
|
178154
178458
|
"type": "string"
|
|
178155
178459
|
},
|
|
178460
|
+
"type": {
|
|
178461
|
+
"$ref": "#/components/schemas/issue-type"
|
|
178462
|
+
},
|
|
178156
178463
|
"updated_at": {
|
|
178157
178464
|
"type": "string",
|
|
178158
178465
|
"format": "date-time"
|
|
@@ -289532,6 +289839,20 @@
|
|
|
289532
289839
|
"format": "date-time"
|
|
289533
289840
|
}
|
|
289534
289841
|
},
|
|
289842
|
+
"personal-access-token-token-id": {
|
|
289843
|
+
"name": "token_id",
|
|
289844
|
+
"description": "The ID of the token",
|
|
289845
|
+
"in": "query",
|
|
289846
|
+
"required": false,
|
|
289847
|
+
"schema": {
|
|
289848
|
+
"type": "array",
|
|
289849
|
+
"maxItems": 50,
|
|
289850
|
+
"items": {
|
|
289851
|
+
"type": "string"
|
|
289852
|
+
},
|
|
289853
|
+
"example": "token_id[]=1,token_id[]=2"
|
|
289854
|
+
}
|
|
289855
|
+
},
|
|
289535
289856
|
"fine-grained-personal-access-token-id": {
|
|
289536
289857
|
"name": "pat_id",
|
|
289537
289858
|
"description": "The unique identifier of the fine-grained personal access token.",
|