@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.15.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": {
|
|
@@ -19674,6 +19674,15 @@
|
|
|
19674
19674
|
{
|
|
19675
19675
|
"$ref": "#/components/parameters/labels"
|
|
19676
19676
|
},
|
|
19677
|
+
{
|
|
19678
|
+
"name": "type",
|
|
19679
|
+
"description": "Can be the name of an issue type.",
|
|
19680
|
+
"in": "query",
|
|
19681
|
+
"required": false,
|
|
19682
|
+
"schema": {
|
|
19683
|
+
"type": "string"
|
|
19684
|
+
}
|
|
19685
|
+
},
|
|
19677
19686
|
{
|
|
19678
19687
|
"name": "sort",
|
|
19679
19688
|
"description": "What to sort results by.",
|
|
@@ -22011,6 +22020,9 @@
|
|
|
22011
22020
|
},
|
|
22012
22021
|
{
|
|
22013
22022
|
"$ref": "#/components/parameters/personal-access-token-after"
|
|
22023
|
+
},
|
|
22024
|
+
{
|
|
22025
|
+
"$ref": "#/components/parameters/personal-access-token-token-id"
|
|
22014
22026
|
}
|
|
22015
22027
|
],
|
|
22016
22028
|
"responses": {
|
|
@@ -22358,6 +22370,9 @@
|
|
|
22358
22370
|
},
|
|
22359
22371
|
{
|
|
22360
22372
|
"$ref": "#/components/parameters/personal-access-token-after"
|
|
22373
|
+
},
|
|
22374
|
+
{
|
|
22375
|
+
"$ref": "#/components/parameters/personal-access-token-token-id"
|
|
22361
22376
|
}
|
|
22362
22377
|
],
|
|
22363
22378
|
"responses": {
|
|
@@ -22878,7 +22893,7 @@
|
|
|
22878
22893
|
"/orgs/{org}/projects": {
|
|
22879
22894
|
"get": {
|
|
22880
22895
|
"summary": "List organization projects",
|
|
22881
|
-
"description": "
|
|
22896
|
+
"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.",
|
|
22882
22897
|
"tags": [
|
|
22883
22898
|
"projects"
|
|
22884
22899
|
],
|
|
@@ -22945,13 +22960,16 @@
|
|
|
22945
22960
|
"githubCloudOnly": false,
|
|
22946
22961
|
"enabledForGitHubApps": true,
|
|
22947
22962
|
"category": "projects",
|
|
22948
|
-
"subcategory": "projects"
|
|
22963
|
+
"subcategory": "projects",
|
|
22964
|
+
"deprecationDate": "2024-05-23",
|
|
22965
|
+
"removalDate": "2025-04-01"
|
|
22949
22966
|
},
|
|
22967
|
+
"deprecated": true,
|
|
22950
22968
|
"x-octokit": {}
|
|
22951
22969
|
},
|
|
22952
22970
|
"post": {
|
|
22953
22971
|
"summary": "Create an organization project",
|
|
22954
|
-
"description": "
|
|
22972
|
+
"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.",
|
|
22955
22973
|
"tags": [
|
|
22956
22974
|
"projects"
|
|
22957
22975
|
],
|
|
@@ -23032,8 +23050,11 @@
|
|
|
23032
23050
|
"githubCloudOnly": false,
|
|
23033
23051
|
"enabledForGitHubApps": true,
|
|
23034
23052
|
"category": "projects",
|
|
23035
|
-
"subcategory": "projects"
|
|
23053
|
+
"subcategory": "projects",
|
|
23054
|
+
"deprecationDate": "2024-05-23",
|
|
23055
|
+
"removalDate": "2025-04-01"
|
|
23036
23056
|
},
|
|
23057
|
+
"deprecated": true,
|
|
23037
23058
|
"x-octokit": {}
|
|
23038
23059
|
}
|
|
23039
23060
|
},
|
|
@@ -23090,7 +23111,7 @@
|
|
|
23090
23111
|
},
|
|
23091
23112
|
"patch": {
|
|
23092
23113
|
"summary": "Create or update custom properties for an organization",
|
|
23093
|
-
"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.",
|
|
23114
|
+
"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.",
|
|
23094
23115
|
"tags": [
|
|
23095
23116
|
"orgs"
|
|
23096
23117
|
],
|
|
@@ -26736,7 +26757,7 @@
|
|
|
26736
26757
|
"/orgs/{org}/teams/{team_slug}/projects": {
|
|
26737
26758
|
"get": {
|
|
26738
26759
|
"summary": "List team projects",
|
|
26739
|
-
"description": "
|
|
26760
|
+
"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.",
|
|
26740
26761
|
"tags": [
|
|
26741
26762
|
"teams"
|
|
26742
26763
|
],
|
|
@@ -26788,15 +26809,18 @@
|
|
|
26788
26809
|
"githubCloudOnly": false,
|
|
26789
26810
|
"enabledForGitHubApps": true,
|
|
26790
26811
|
"category": "teams",
|
|
26791
|
-
"subcategory": "teams"
|
|
26812
|
+
"subcategory": "teams",
|
|
26813
|
+
"deprecationDate": "2024-05-23",
|
|
26814
|
+
"removalDate": "2025-04-01"
|
|
26792
26815
|
},
|
|
26816
|
+
"deprecated": true,
|
|
26793
26817
|
"x-octokit": {}
|
|
26794
26818
|
}
|
|
26795
26819
|
},
|
|
26796
26820
|
"/orgs/{org}/teams/{team_slug}/projects/{project_id}": {
|
|
26797
26821
|
"get": {
|
|
26798
26822
|
"summary": "Check team permissions for a project",
|
|
26799
|
-
"description": "
|
|
26823
|
+
"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.",
|
|
26800
26824
|
"tags": [
|
|
26801
26825
|
"teams"
|
|
26802
26826
|
],
|
|
@@ -26840,13 +26864,16 @@
|
|
|
26840
26864
|
"githubCloudOnly": false,
|
|
26841
26865
|
"enabledForGitHubApps": true,
|
|
26842
26866
|
"category": "teams",
|
|
26843
|
-
"subcategory": "teams"
|
|
26867
|
+
"subcategory": "teams",
|
|
26868
|
+
"deprecationDate": "2024-05-23",
|
|
26869
|
+
"removalDate": "2025-04-01"
|
|
26844
26870
|
},
|
|
26871
|
+
"deprecated": true,
|
|
26845
26872
|
"x-octokit": {}
|
|
26846
26873
|
},
|
|
26847
26874
|
"put": {
|
|
26848
26875
|
"summary": "Add or update team project permissions",
|
|
26849
|
-
"description": "
|
|
26876
|
+
"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.",
|
|
26850
26877
|
"tags": [
|
|
26851
26878
|
"teams"
|
|
26852
26879
|
],
|
|
@@ -26931,13 +26958,16 @@
|
|
|
26931
26958
|
"githubCloudOnly": false,
|
|
26932
26959
|
"enabledForGitHubApps": true,
|
|
26933
26960
|
"category": "teams",
|
|
26934
|
-
"subcategory": "teams"
|
|
26961
|
+
"subcategory": "teams",
|
|
26962
|
+
"deprecationDate": "2024-05-23",
|
|
26963
|
+
"removalDate": "2025-04-01"
|
|
26935
26964
|
},
|
|
26965
|
+
"deprecated": true,
|
|
26936
26966
|
"x-octokit": {}
|
|
26937
26967
|
},
|
|
26938
26968
|
"delete": {
|
|
26939
26969
|
"summary": "Remove a project from a team",
|
|
26940
|
-
"description": "
|
|
26970
|
+
"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.",
|
|
26941
26971
|
"tags": [
|
|
26942
26972
|
"teams"
|
|
26943
26973
|
],
|
|
@@ -26966,8 +26996,11 @@
|
|
|
26966
26996
|
"githubCloudOnly": false,
|
|
26967
26997
|
"enabledForGitHubApps": true,
|
|
26968
26998
|
"category": "teams",
|
|
26969
|
-
"subcategory": "teams"
|
|
26999
|
+
"subcategory": "teams",
|
|
27000
|
+
"deprecationDate": "2024-05-23",
|
|
27001
|
+
"removalDate": "2025-04-01"
|
|
26970
27002
|
},
|
|
27003
|
+
"deprecated": true,
|
|
26971
27004
|
"x-octokit": {}
|
|
26972
27005
|
}
|
|
26973
27006
|
},
|
|
@@ -27320,7 +27353,7 @@
|
|
|
27320
27353
|
"/projects/columns/cards/{card_id}": {
|
|
27321
27354
|
"get": {
|
|
27322
27355
|
"summary": "Get a project card",
|
|
27323
|
-
"description": "
|
|
27356
|
+
"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.",
|
|
27324
27357
|
"tags": [
|
|
27325
27358
|
"projects"
|
|
27326
27359
|
],
|
|
@@ -27367,13 +27400,16 @@
|
|
|
27367
27400
|
"githubCloudOnly": false,
|
|
27368
27401
|
"enabledForGitHubApps": true,
|
|
27369
27402
|
"category": "projects",
|
|
27370
|
-
"subcategory": "cards"
|
|
27403
|
+
"subcategory": "cards",
|
|
27404
|
+
"deprecationDate": "2024-05-23",
|
|
27405
|
+
"removalDate": "2025-04-01"
|
|
27371
27406
|
},
|
|
27407
|
+
"deprecated": true,
|
|
27372
27408
|
"x-octokit": {}
|
|
27373
27409
|
},
|
|
27374
27410
|
"patch": {
|
|
27375
27411
|
"summary": "Update an existing project card",
|
|
27376
|
-
"description": "",
|
|
27412
|
+
"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.",
|
|
27377
27413
|
"tags": [
|
|
27378
27414
|
"projects"
|
|
27379
27415
|
],
|
|
@@ -27454,13 +27490,16 @@
|
|
|
27454
27490
|
"githubCloudOnly": false,
|
|
27455
27491
|
"enabledForGitHubApps": true,
|
|
27456
27492
|
"category": "projects",
|
|
27457
|
-
"subcategory": "cards"
|
|
27493
|
+
"subcategory": "cards",
|
|
27494
|
+
"deprecationDate": "2024-05-23",
|
|
27495
|
+
"removalDate": "2025-04-01"
|
|
27458
27496
|
},
|
|
27497
|
+
"deprecated": true,
|
|
27459
27498
|
"x-octokit": {}
|
|
27460
27499
|
},
|
|
27461
27500
|
"delete": {
|
|
27462
27501
|
"summary": "Delete a project card",
|
|
27463
|
-
"description": "
|
|
27502
|
+
"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.",
|
|
27464
27503
|
"tags": [
|
|
27465
27504
|
"projects"
|
|
27466
27505
|
],
|
|
@@ -27516,15 +27555,18 @@
|
|
|
27516
27555
|
"githubCloudOnly": false,
|
|
27517
27556
|
"enabledForGitHubApps": true,
|
|
27518
27557
|
"category": "projects",
|
|
27519
|
-
"subcategory": "cards"
|
|
27558
|
+
"subcategory": "cards",
|
|
27559
|
+
"deprecationDate": "2024-05-23",
|
|
27560
|
+
"removalDate": "2025-04-01"
|
|
27520
27561
|
},
|
|
27562
|
+
"deprecated": true,
|
|
27521
27563
|
"x-octokit": {}
|
|
27522
27564
|
}
|
|
27523
27565
|
},
|
|
27524
27566
|
"/projects/columns/cards/{card_id}/moves": {
|
|
27525
27567
|
"post": {
|
|
27526
27568
|
"summary": "Move a project card",
|
|
27527
|
-
"description": "",
|
|
27569
|
+
"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.",
|
|
27528
27570
|
"tags": [
|
|
27529
27571
|
"projects"
|
|
27530
27572
|
],
|
|
@@ -27678,15 +27720,18 @@
|
|
|
27678
27720
|
"githubCloudOnly": false,
|
|
27679
27721
|
"enabledForGitHubApps": true,
|
|
27680
27722
|
"category": "projects",
|
|
27681
|
-
"subcategory": "cards"
|
|
27723
|
+
"subcategory": "cards",
|
|
27724
|
+
"deprecationDate": "2024-05-23",
|
|
27725
|
+
"removalDate": "2025-04-01"
|
|
27682
27726
|
},
|
|
27727
|
+
"deprecated": true,
|
|
27683
27728
|
"x-octokit": {}
|
|
27684
27729
|
}
|
|
27685
27730
|
},
|
|
27686
27731
|
"/projects/columns/{column_id}": {
|
|
27687
27732
|
"get": {
|
|
27688
27733
|
"summary": "Get a project column",
|
|
27689
|
-
"description": "
|
|
27734
|
+
"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.",
|
|
27690
27735
|
"tags": [
|
|
27691
27736
|
"projects"
|
|
27692
27737
|
],
|
|
@@ -27733,13 +27778,16 @@
|
|
|
27733
27778
|
"githubCloudOnly": false,
|
|
27734
27779
|
"enabledForGitHubApps": true,
|
|
27735
27780
|
"category": "projects",
|
|
27736
|
-
"subcategory": "columns"
|
|
27781
|
+
"subcategory": "columns",
|
|
27782
|
+
"deprecationDate": "2024-05-23",
|
|
27783
|
+
"removalDate": "2025-04-01"
|
|
27737
27784
|
},
|
|
27785
|
+
"deprecated": true,
|
|
27738
27786
|
"x-octokit": {}
|
|
27739
27787
|
},
|
|
27740
27788
|
"patch": {
|
|
27741
27789
|
"summary": "Update an existing project column",
|
|
27742
|
-
"description": "",
|
|
27790
|
+
"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.",
|
|
27743
27791
|
"tags": [
|
|
27744
27792
|
"projects"
|
|
27745
27793
|
],
|
|
@@ -27811,13 +27859,16 @@
|
|
|
27811
27859
|
"githubCloudOnly": false,
|
|
27812
27860
|
"enabledForGitHubApps": true,
|
|
27813
27861
|
"category": "projects",
|
|
27814
|
-
"subcategory": "columns"
|
|
27862
|
+
"subcategory": "columns",
|
|
27863
|
+
"deprecationDate": "2024-05-23",
|
|
27864
|
+
"removalDate": "2025-04-01"
|
|
27815
27865
|
},
|
|
27866
|
+
"deprecated": true,
|
|
27816
27867
|
"x-octokit": {}
|
|
27817
27868
|
},
|
|
27818
27869
|
"delete": {
|
|
27819
27870
|
"summary": "Delete a project column",
|
|
27820
|
-
"description": "
|
|
27871
|
+
"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.",
|
|
27821
27872
|
"tags": [
|
|
27822
27873
|
"projects"
|
|
27823
27874
|
],
|
|
@@ -27849,15 +27900,18 @@
|
|
|
27849
27900
|
"githubCloudOnly": false,
|
|
27850
27901
|
"enabledForGitHubApps": true,
|
|
27851
27902
|
"category": "projects",
|
|
27852
|
-
"subcategory": "columns"
|
|
27903
|
+
"subcategory": "columns",
|
|
27904
|
+
"deprecationDate": "2024-05-23",
|
|
27905
|
+
"removalDate": "2025-04-01"
|
|
27853
27906
|
},
|
|
27907
|
+
"deprecated": true,
|
|
27854
27908
|
"x-octokit": {}
|
|
27855
27909
|
}
|
|
27856
27910
|
},
|
|
27857
27911
|
"/projects/columns/{column_id}/cards": {
|
|
27858
27912
|
"get": {
|
|
27859
27913
|
"summary": "List project cards",
|
|
27860
|
-
"description": "
|
|
27914
|
+
"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.",
|
|
27861
27915
|
"tags": [
|
|
27862
27916
|
"projects"
|
|
27863
27917
|
],
|
|
@@ -27930,13 +27984,16 @@
|
|
|
27930
27984
|
"githubCloudOnly": false,
|
|
27931
27985
|
"enabledForGitHubApps": true,
|
|
27932
27986
|
"category": "projects",
|
|
27933
|
-
"subcategory": "cards"
|
|
27987
|
+
"subcategory": "cards",
|
|
27988
|
+
"deprecationDate": "2024-05-23",
|
|
27989
|
+
"removalDate": "2025-04-01"
|
|
27934
27990
|
},
|
|
27991
|
+
"deprecated": true,
|
|
27935
27992
|
"x-octokit": {}
|
|
27936
27993
|
},
|
|
27937
27994
|
"post": {
|
|
27938
27995
|
"summary": "Create a project card",
|
|
27939
|
-
"description": "",
|
|
27996
|
+
"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.",
|
|
27940
27997
|
"tags": [
|
|
27941
27998
|
"projects"
|
|
27942
27999
|
],
|
|
@@ -28084,15 +28141,18 @@
|
|
|
28084
28141
|
"githubCloudOnly": false,
|
|
28085
28142
|
"enabledForGitHubApps": true,
|
|
28086
28143
|
"category": "projects",
|
|
28087
|
-
"subcategory": "cards"
|
|
28144
|
+
"subcategory": "cards",
|
|
28145
|
+
"deprecationDate": "2024-05-23",
|
|
28146
|
+
"removalDate": "2025-04-01"
|
|
28088
28147
|
},
|
|
28148
|
+
"deprecated": true,
|
|
28089
28149
|
"x-octokit": {}
|
|
28090
28150
|
}
|
|
28091
28151
|
},
|
|
28092
28152
|
"/projects/columns/{column_id}/moves": {
|
|
28093
28153
|
"post": {
|
|
28094
28154
|
"summary": "Move a project column",
|
|
28095
|
-
"description": "",
|
|
28155
|
+
"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.",
|
|
28096
28156
|
"tags": [
|
|
28097
28157
|
"projects"
|
|
28098
28158
|
],
|
|
@@ -28170,15 +28230,18 @@
|
|
|
28170
28230
|
"githubCloudOnly": false,
|
|
28171
28231
|
"enabledForGitHubApps": true,
|
|
28172
28232
|
"category": "projects",
|
|
28173
|
-
"subcategory": "columns"
|
|
28233
|
+
"subcategory": "columns",
|
|
28234
|
+
"deprecationDate": "2024-05-23",
|
|
28235
|
+
"removalDate": "2025-04-01"
|
|
28174
28236
|
},
|
|
28237
|
+
"deprecated": true,
|
|
28175
28238
|
"x-octokit": {}
|
|
28176
28239
|
}
|
|
28177
28240
|
},
|
|
28178
28241
|
"/projects/{project_id}": {
|
|
28179
28242
|
"get": {
|
|
28180
28243
|
"summary": "Get a project",
|
|
28181
|
-
"description": "
|
|
28244
|
+
"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.",
|
|
28182
28245
|
"tags": [
|
|
28183
28246
|
"projects"
|
|
28184
28247
|
],
|
|
@@ -28222,13 +28285,16 @@
|
|
|
28222
28285
|
"githubCloudOnly": false,
|
|
28223
28286
|
"enabledForGitHubApps": true,
|
|
28224
28287
|
"category": "projects",
|
|
28225
|
-
"subcategory": "projects"
|
|
28288
|
+
"subcategory": "projects",
|
|
28289
|
+
"deprecationDate": "2024-05-23",
|
|
28290
|
+
"removalDate": "2025-04-01"
|
|
28226
28291
|
},
|
|
28292
|
+
"deprecated": true,
|
|
28227
28293
|
"x-octokit": {}
|
|
28228
28294
|
},
|
|
28229
28295
|
"patch": {
|
|
28230
28296
|
"summary": "Update a project",
|
|
28231
|
-
"description": "
|
|
28297
|
+
"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.",
|
|
28232
28298
|
"operationId": "projects/update",
|
|
28233
28299
|
"tags": [
|
|
28234
28300
|
"projects"
|
|
@@ -28354,13 +28420,16 @@
|
|
|
28354
28420
|
"githubCloudOnly": false,
|
|
28355
28421
|
"enabledForGitHubApps": true,
|
|
28356
28422
|
"category": "projects",
|
|
28357
|
-
"subcategory": "projects"
|
|
28423
|
+
"subcategory": "projects",
|
|
28424
|
+
"deprecationDate": "2024-05-23",
|
|
28425
|
+
"removalDate": "2025-04-01"
|
|
28358
28426
|
},
|
|
28427
|
+
"deprecated": true,
|
|
28359
28428
|
"x-octokit": {}
|
|
28360
28429
|
},
|
|
28361
28430
|
"delete": {
|
|
28362
28431
|
"summary": "Delete a project",
|
|
28363
|
-
"description": "
|
|
28432
|
+
"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.",
|
|
28364
28433
|
"operationId": "projects/delete",
|
|
28365
28434
|
"tags": [
|
|
28366
28435
|
"projects"
|
|
@@ -28419,15 +28488,18 @@
|
|
|
28419
28488
|
"githubCloudOnly": false,
|
|
28420
28489
|
"enabledForGitHubApps": true,
|
|
28421
28490
|
"category": "projects",
|
|
28422
|
-
"subcategory": "projects"
|
|
28491
|
+
"subcategory": "projects",
|
|
28492
|
+
"deprecationDate": "2024-05-23",
|
|
28493
|
+
"removalDate": "2025-04-01"
|
|
28423
28494
|
},
|
|
28495
|
+
"deprecated": true,
|
|
28424
28496
|
"x-octokit": {}
|
|
28425
28497
|
}
|
|
28426
28498
|
},
|
|
28427
28499
|
"/projects/{project_id}/collaborators": {
|
|
28428
28500
|
"get": {
|
|
28429
28501
|
"summary": "List project collaborators",
|
|
28430
|
-
"description": "
|
|
28502
|
+
"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.",
|
|
28431
28503
|
"tags": [
|
|
28432
28504
|
"projects"
|
|
28433
28505
|
],
|
|
@@ -28506,15 +28578,18 @@
|
|
|
28506
28578
|
"githubCloudOnly": false,
|
|
28507
28579
|
"enabledForGitHubApps": true,
|
|
28508
28580
|
"category": "projects",
|
|
28509
|
-
"subcategory": "collaborators"
|
|
28581
|
+
"subcategory": "collaborators",
|
|
28582
|
+
"deprecationDate": "2024-05-23",
|
|
28583
|
+
"removalDate": "2025-04-01"
|
|
28510
28584
|
},
|
|
28585
|
+
"deprecated": true,
|
|
28511
28586
|
"x-octokit": {}
|
|
28512
28587
|
}
|
|
28513
28588
|
},
|
|
28514
28589
|
"/projects/{project_id}/collaborators/{username}": {
|
|
28515
28590
|
"put": {
|
|
28516
28591
|
"summary": "Add project collaborator",
|
|
28517
|
-
"description": "
|
|
28592
|
+
"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.",
|
|
28518
28593
|
"tags": [
|
|
28519
28594
|
"projects"
|
|
28520
28595
|
],
|
|
@@ -28587,13 +28662,16 @@
|
|
|
28587
28662
|
"githubCloudOnly": false,
|
|
28588
28663
|
"enabledForGitHubApps": true,
|
|
28589
28664
|
"category": "projects",
|
|
28590
|
-
"subcategory": "collaborators"
|
|
28665
|
+
"subcategory": "collaborators",
|
|
28666
|
+
"deprecationDate": "2024-05-23",
|
|
28667
|
+
"removalDate": "2025-04-01"
|
|
28591
28668
|
},
|
|
28669
|
+
"deprecated": true,
|
|
28592
28670
|
"x-octokit": {}
|
|
28593
28671
|
},
|
|
28594
28672
|
"delete": {
|
|
28595
28673
|
"summary": "Remove user as a collaborator",
|
|
28596
|
-
"description": "
|
|
28674
|
+
"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.",
|
|
28597
28675
|
"tags": [
|
|
28598
28676
|
"projects"
|
|
28599
28677
|
],
|
|
@@ -28634,15 +28712,18 @@
|
|
|
28634
28712
|
"githubCloudOnly": false,
|
|
28635
28713
|
"enabledForGitHubApps": true,
|
|
28636
28714
|
"category": "projects",
|
|
28637
|
-
"subcategory": "collaborators"
|
|
28715
|
+
"subcategory": "collaborators",
|
|
28716
|
+
"deprecationDate": "2024-05-23",
|
|
28717
|
+
"removalDate": "2025-04-01"
|
|
28638
28718
|
},
|
|
28719
|
+
"deprecated": true,
|
|
28639
28720
|
"x-octokit": {}
|
|
28640
28721
|
}
|
|
28641
28722
|
},
|
|
28642
28723
|
"/projects/{project_id}/collaborators/{username}/permission": {
|
|
28643
28724
|
"get": {
|
|
28644
28725
|
"summary": "Get project permission for a user",
|
|
28645
|
-
"description": "
|
|
28726
|
+
"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.",
|
|
28646
28727
|
"tags": [
|
|
28647
28728
|
"projects"
|
|
28648
28729
|
],
|
|
@@ -28695,15 +28776,18 @@
|
|
|
28695
28776
|
"githubCloudOnly": false,
|
|
28696
28777
|
"enabledForGitHubApps": true,
|
|
28697
28778
|
"category": "projects",
|
|
28698
|
-
"subcategory": "collaborators"
|
|
28779
|
+
"subcategory": "collaborators",
|
|
28780
|
+
"deprecationDate": "2024-05-23",
|
|
28781
|
+
"removalDate": "2025-04-01"
|
|
28699
28782
|
},
|
|
28783
|
+
"deprecated": true,
|
|
28700
28784
|
"x-octokit": {}
|
|
28701
28785
|
}
|
|
28702
28786
|
},
|
|
28703
28787
|
"/projects/{project_id}/columns": {
|
|
28704
28788
|
"get": {
|
|
28705
28789
|
"summary": "List project columns",
|
|
28706
|
-
"description": "
|
|
28790
|
+
"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.",
|
|
28707
28791
|
"tags": [
|
|
28708
28792
|
"projects"
|
|
28709
28793
|
],
|
|
@@ -28761,13 +28845,16 @@
|
|
|
28761
28845
|
"githubCloudOnly": false,
|
|
28762
28846
|
"enabledForGitHubApps": true,
|
|
28763
28847
|
"category": "projects",
|
|
28764
|
-
"subcategory": "columns"
|
|
28848
|
+
"subcategory": "columns",
|
|
28849
|
+
"deprecationDate": "2024-05-23",
|
|
28850
|
+
"removalDate": "2025-04-01"
|
|
28765
28851
|
},
|
|
28852
|
+
"deprecated": true,
|
|
28766
28853
|
"x-octokit": {}
|
|
28767
28854
|
},
|
|
28768
28855
|
"post": {
|
|
28769
28856
|
"summary": "Create a project column",
|
|
28770
|
-
"description": "
|
|
28857
|
+
"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.",
|
|
28771
28858
|
"tags": [
|
|
28772
28859
|
"projects"
|
|
28773
28860
|
],
|
|
@@ -28850,8 +28937,11 @@
|
|
|
28850
28937
|
"githubCloudOnly": false,
|
|
28851
28938
|
"enabledForGitHubApps": true,
|
|
28852
28939
|
"category": "projects",
|
|
28853
|
-
"subcategory": "columns"
|
|
28940
|
+
"subcategory": "columns",
|
|
28941
|
+
"deprecationDate": "2024-05-23",
|
|
28942
|
+
"removalDate": "2025-04-01"
|
|
28854
28943
|
},
|
|
28944
|
+
"deprecated": true,
|
|
28855
28945
|
"x-octokit": {}
|
|
28856
28946
|
}
|
|
28857
28947
|
},
|
|
@@ -43230,7 +43320,7 @@
|
|
|
43230
43320
|
},
|
|
43231
43321
|
"post": {
|
|
43232
43322
|
"summary": "Create a custom deployment protection rule on an environment",
|
|
43233
|
-
"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.15/rest/apps/apps#get-an-app).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.",
|
|
43323
|
+
"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.15/rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/enterprise-server@3.15/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.",
|
|
43234
43324
|
"tags": [
|
|
43235
43325
|
"repos"
|
|
43236
43326
|
],
|
|
@@ -46478,6 +46568,15 @@
|
|
|
46478
46568
|
"type": "string"
|
|
46479
46569
|
}
|
|
46480
46570
|
},
|
|
46571
|
+
{
|
|
46572
|
+
"name": "type",
|
|
46573
|
+
"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.",
|
|
46574
|
+
"in": "query",
|
|
46575
|
+
"required": false,
|
|
46576
|
+
"schema": {
|
|
46577
|
+
"type": "string"
|
|
46578
|
+
}
|
|
46579
|
+
},
|
|
46481
46580
|
{
|
|
46482
46581
|
"name": "creator",
|
|
46483
46582
|
"description": "The user that created the issue.",
|
|
@@ -46663,6 +46762,12 @@
|
|
|
46663
46762
|
"items": {
|
|
46664
46763
|
"type": "string"
|
|
46665
46764
|
}
|
|
46765
|
+
},
|
|
46766
|
+
"type": {
|
|
46767
|
+
"type": "string",
|
|
46768
|
+
"description": "The name of the issue type to associate with this issue.",
|
|
46769
|
+
"nullable": true,
|
|
46770
|
+
"example": "Epic"
|
|
46666
46771
|
}
|
|
46667
46772
|
},
|
|
46668
46773
|
"required": [
|
|
@@ -47518,6 +47623,12 @@
|
|
|
47518
47623
|
"items": {
|
|
47519
47624
|
"type": "string"
|
|
47520
47625
|
}
|
|
47626
|
+
},
|
|
47627
|
+
"type": {
|
|
47628
|
+
"type": "string",
|
|
47629
|
+
"description": "The name of the issue type to associate with this issue or use `null` to remove the current issue type.",
|
|
47630
|
+
"nullable": true,
|
|
47631
|
+
"example": "Epic"
|
|
47521
47632
|
}
|
|
47522
47633
|
}
|
|
47523
47634
|
},
|
|
@@ -51384,7 +51495,7 @@
|
|
|
51384
51495
|
"/repos/{owner}/{repo}/projects": {
|
|
51385
51496
|
"get": {
|
|
51386
51497
|
"summary": "List repository projects",
|
|
51387
|
-
"description": "
|
|
51498
|
+
"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.",
|
|
51388
51499
|
"tags": [
|
|
51389
51500
|
"projects"
|
|
51390
51501
|
],
|
|
@@ -51466,13 +51577,16 @@
|
|
|
51466
51577
|
"githubCloudOnly": false,
|
|
51467
51578
|
"enabledForGitHubApps": true,
|
|
51468
51579
|
"category": "projects",
|
|
51469
|
-
"subcategory": "projects"
|
|
51580
|
+
"subcategory": "projects",
|
|
51581
|
+
"deprecationDate": "2024-05-23",
|
|
51582
|
+
"removalDate": "2025-04-01"
|
|
51470
51583
|
},
|
|
51584
|
+
"deprecated": true,
|
|
51471
51585
|
"x-octokit": {}
|
|
51472
51586
|
},
|
|
51473
51587
|
"post": {
|
|
51474
51588
|
"summary": "Create a repository project",
|
|
51475
|
-
"description": "
|
|
51589
|
+
"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.",
|
|
51476
51590
|
"tags": [
|
|
51477
51591
|
"projects"
|
|
51478
51592
|
],
|
|
@@ -51556,8 +51670,11 @@
|
|
|
51556
51670
|
"githubCloudOnly": false,
|
|
51557
51671
|
"enabledForGitHubApps": true,
|
|
51558
51672
|
"category": "projects",
|
|
51559
|
-
"subcategory": "projects"
|
|
51673
|
+
"subcategory": "projects",
|
|
51674
|
+
"deprecationDate": "2024-05-23",
|
|
51675
|
+
"removalDate": "2025-04-01"
|
|
51560
51676
|
},
|
|
51677
|
+
"deprecated": true,
|
|
51561
51678
|
"x-octokit": {}
|
|
51562
51679
|
}
|
|
51563
51680
|
},
|
|
@@ -61505,7 +61622,7 @@
|
|
|
61505
61622
|
"/teams/{team_id}/projects": {
|
|
61506
61623
|
"get": {
|
|
61507
61624
|
"summary": "List team projects (Legacy)",
|
|
61508
|
-
"description": "> [!WARNING]\n> **
|
|
61625
|
+
"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.",
|
|
61509
61626
|
"tags": [
|
|
61510
61627
|
"teams"
|
|
61511
61628
|
],
|
|
@@ -61556,8 +61673,8 @@
|
|
|
61556
61673
|
"x-github": {
|
|
61557
61674
|
"githubCloudOnly": false,
|
|
61558
61675
|
"enabledForGitHubApps": true,
|
|
61559
|
-
"removalDate": "
|
|
61560
|
-
"deprecationDate": "
|
|
61676
|
+
"removalDate": "2025-04-01",
|
|
61677
|
+
"deprecationDate": "2024-05-23",
|
|
61561
61678
|
"category": "teams",
|
|
61562
61679
|
"subcategory": "teams"
|
|
61563
61680
|
},
|
|
@@ -61568,7 +61685,7 @@
|
|
|
61568
61685
|
"/teams/{team_id}/projects/{project_id}": {
|
|
61569
61686
|
"get": {
|
|
61570
61687
|
"summary": "Check team permissions for a project (Legacy)",
|
|
61571
|
-
"description": "> [!WARNING]\n> **
|
|
61688
|
+
"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.",
|
|
61572
61689
|
"tags": [
|
|
61573
61690
|
"teams"
|
|
61574
61691
|
],
|
|
@@ -61608,8 +61725,8 @@
|
|
|
61608
61725
|
"x-github": {
|
|
61609
61726
|
"githubCloudOnly": false,
|
|
61610
61727
|
"enabledForGitHubApps": true,
|
|
61611
|
-
"removalDate": "
|
|
61612
|
-
"deprecationDate": "
|
|
61728
|
+
"removalDate": "2025-04-01",
|
|
61729
|
+
"deprecationDate": "2024-05-23",
|
|
61613
61730
|
"category": "teams",
|
|
61614
61731
|
"subcategory": "teams"
|
|
61615
61732
|
},
|
|
@@ -61618,7 +61735,7 @@
|
|
|
61618
61735
|
},
|
|
61619
61736
|
"put": {
|
|
61620
61737
|
"summary": "Add or update team project permissions (Legacy)",
|
|
61621
|
-
"description": "> [!WARNING]\n> **
|
|
61738
|
+
"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.",
|
|
61622
61739
|
"tags": [
|
|
61623
61740
|
"teams"
|
|
61624
61741
|
],
|
|
@@ -61704,8 +61821,8 @@
|
|
|
61704
61821
|
"x-github": {
|
|
61705
61822
|
"githubCloudOnly": false,
|
|
61706
61823
|
"enabledForGitHubApps": true,
|
|
61707
|
-
"removalDate": "
|
|
61708
|
-
"deprecationDate": "
|
|
61824
|
+
"removalDate": "2025-04-01",
|
|
61825
|
+
"deprecationDate": "2024-05-23",
|
|
61709
61826
|
"category": "teams",
|
|
61710
61827
|
"subcategory": "teams"
|
|
61711
61828
|
},
|
|
@@ -61714,7 +61831,7 @@
|
|
|
61714
61831
|
},
|
|
61715
61832
|
"delete": {
|
|
61716
61833
|
"summary": "Remove a project from a team (Legacy)",
|
|
61717
|
-
"description": "> [!WARNING]\n> **
|
|
61834
|
+
"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.",
|
|
61718
61835
|
"tags": [
|
|
61719
61836
|
"teams"
|
|
61720
61837
|
],
|
|
@@ -61745,8 +61862,8 @@
|
|
|
61745
61862
|
"x-github": {
|
|
61746
61863
|
"githubCloudOnly": false,
|
|
61747
61864
|
"enabledForGitHubApps": true,
|
|
61748
|
-
"removalDate": "
|
|
61749
|
-
"deprecationDate": "
|
|
61865
|
+
"removalDate": "2025-04-01",
|
|
61866
|
+
"deprecationDate": "2024-05-23",
|
|
61750
61867
|
"category": "teams",
|
|
61751
61868
|
"subcategory": "teams"
|
|
61752
61869
|
},
|
|
@@ -64806,7 +64923,7 @@
|
|
|
64806
64923
|
"/user/projects": {
|
|
64807
64924
|
"post": {
|
|
64808
64925
|
"summary": "Create a user project",
|
|
64809
|
-
"description": "
|
|
64926
|
+
"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.",
|
|
64810
64927
|
"tags": [
|
|
64811
64928
|
"projects"
|
|
64812
64929
|
],
|
|
@@ -64884,8 +65001,11 @@
|
|
|
64884
65001
|
"githubCloudOnly": false,
|
|
64885
65002
|
"enabledForGitHubApps": true,
|
|
64886
65003
|
"category": "projects",
|
|
64887
|
-
"subcategory": "projects"
|
|
65004
|
+
"subcategory": "projects",
|
|
65005
|
+
"deprecationDate": "2024-05-23",
|
|
65006
|
+
"removalDate": "2025-04-01"
|
|
64888
65007
|
},
|
|
65008
|
+
"deprecated": true,
|
|
64889
65009
|
"x-octokit": {}
|
|
64890
65010
|
}
|
|
64891
65011
|
},
|
|
@@ -67683,7 +67803,7 @@
|
|
|
67683
67803
|
"/users/{username}/projects": {
|
|
67684
67804
|
"get": {
|
|
67685
67805
|
"summary": "List user projects",
|
|
67686
|
-
"description": "
|
|
67806
|
+
"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.",
|
|
67687
67807
|
"tags": [
|
|
67688
67808
|
"projects"
|
|
67689
67809
|
],
|
|
@@ -67750,8 +67870,11 @@
|
|
|
67750
67870
|
"githubCloudOnly": false,
|
|
67751
67871
|
"enabledForGitHubApps": false,
|
|
67752
67872
|
"category": "projects",
|
|
67753
|
-
"subcategory": "projects"
|
|
67873
|
+
"subcategory": "projects",
|
|
67874
|
+
"deprecationDate": "2024-05-23",
|
|
67875
|
+
"removalDate": "2025-04-01"
|
|
67754
67876
|
},
|
|
67877
|
+
"deprecated": true,
|
|
67755
67878
|
"x-octokit": {}
|
|
67756
67879
|
}
|
|
67757
67880
|
},
|
|
@@ -95159,7 +95282,7 @@
|
|
|
95159
95282
|
},
|
|
95160
95283
|
"dependabot_secrets": {
|
|
95161
95284
|
"type": "string",
|
|
95162
|
-
"description": "The
|
|
95285
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
95163
95286
|
"enum": [
|
|
95164
95287
|
"read",
|
|
95165
95288
|
"write"
|
|
@@ -96492,6 +96615,7 @@
|
|
|
96492
96615
|
"id": {
|
|
96493
96616
|
"description": "Unique identifier of the webhook delivery.",
|
|
96494
96617
|
"type": "integer",
|
|
96618
|
+
"format": "int64",
|
|
96495
96619
|
"example": 42
|
|
96496
96620
|
},
|
|
96497
96621
|
"guid": {
|
|
@@ -96539,12 +96663,14 @@
|
|
|
96539
96663
|
"installation_id": {
|
|
96540
96664
|
"description": "The id of the GitHub App installation associated with this event.",
|
|
96541
96665
|
"type": "integer",
|
|
96666
|
+
"format": "int64",
|
|
96542
96667
|
"example": 123,
|
|
96543
96668
|
"nullable": true
|
|
96544
96669
|
},
|
|
96545
96670
|
"repository_id": {
|
|
96546
96671
|
"description": "The id of the repository associated with this event.",
|
|
96547
96672
|
"type": "integer",
|
|
96673
|
+
"format": "int64",
|
|
96548
96674
|
"example": 123,
|
|
96549
96675
|
"nullable": true
|
|
96550
96676
|
},
|
|
@@ -98319,12 +98445,12 @@
|
|
|
98319
98445
|
"type": "object",
|
|
98320
98446
|
"properties": {
|
|
98321
98447
|
"id": {
|
|
98322
|
-
"description": "The
|
|
98448
|
+
"description": "The ID of the runner.",
|
|
98323
98449
|
"type": "integer",
|
|
98324
98450
|
"example": 5
|
|
98325
98451
|
},
|
|
98326
98452
|
"runner_group_id": {
|
|
98327
|
-
"description": "The
|
|
98453
|
+
"description": "The ID of the runner group.",
|
|
98328
98454
|
"type": "integer",
|
|
98329
98455
|
"example": 1
|
|
98330
98456
|
},
|
|
@@ -99993,6 +100119,66 @@
|
|
|
99993
100119
|
],
|
|
99994
100120
|
"nullable": true
|
|
99995
100121
|
},
|
|
100122
|
+
"issue-type": {
|
|
100123
|
+
"title": "Issue Type",
|
|
100124
|
+
"description": "The type of issue.",
|
|
100125
|
+
"type": "object",
|
|
100126
|
+
"nullable": true,
|
|
100127
|
+
"properties": {
|
|
100128
|
+
"id": {
|
|
100129
|
+
"type": "integer",
|
|
100130
|
+
"description": "The unique identifier of the issue type."
|
|
100131
|
+
},
|
|
100132
|
+
"node_id": {
|
|
100133
|
+
"type": "string",
|
|
100134
|
+
"description": "The node identifier of the issue type."
|
|
100135
|
+
},
|
|
100136
|
+
"name": {
|
|
100137
|
+
"type": "string",
|
|
100138
|
+
"description": "The name of the issue type."
|
|
100139
|
+
},
|
|
100140
|
+
"description": {
|
|
100141
|
+
"type": "string",
|
|
100142
|
+
"description": "The description of the issue type.",
|
|
100143
|
+
"nullable": true
|
|
100144
|
+
},
|
|
100145
|
+
"color": {
|
|
100146
|
+
"type": "string",
|
|
100147
|
+
"description": "The color of the issue type.",
|
|
100148
|
+
"enum": [
|
|
100149
|
+
"gray",
|
|
100150
|
+
"blue",
|
|
100151
|
+
"green",
|
|
100152
|
+
"yellow",
|
|
100153
|
+
"orange",
|
|
100154
|
+
"red",
|
|
100155
|
+
"pink",
|
|
100156
|
+
"purple"
|
|
100157
|
+
],
|
|
100158
|
+
"nullable": true
|
|
100159
|
+
},
|
|
100160
|
+
"created_at": {
|
|
100161
|
+
"type": "string",
|
|
100162
|
+
"description": "The time the issue type created.",
|
|
100163
|
+
"format": "date-time"
|
|
100164
|
+
},
|
|
100165
|
+
"updated_at": {
|
|
100166
|
+
"type": "string",
|
|
100167
|
+
"description": "The time the issue type last updated.",
|
|
100168
|
+
"format": "date-time"
|
|
100169
|
+
},
|
|
100170
|
+
"is_enabled": {
|
|
100171
|
+
"type": "boolean",
|
|
100172
|
+
"description": "The enabled state of the issue type."
|
|
100173
|
+
}
|
|
100174
|
+
},
|
|
100175
|
+
"required": [
|
|
100176
|
+
"id",
|
|
100177
|
+
"node_id",
|
|
100178
|
+
"name",
|
|
100179
|
+
"description"
|
|
100180
|
+
]
|
|
100181
|
+
},
|
|
99996
100182
|
"nullable-integration": {
|
|
99997
100183
|
"title": "GitHub app",
|
|
99998
100184
|
"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.",
|
|
@@ -100419,6 +100605,9 @@
|
|
|
100419
100605
|
"type": "string",
|
|
100420
100606
|
"format": "uri"
|
|
100421
100607
|
},
|
|
100608
|
+
"type": {
|
|
100609
|
+
"$ref": "#/components/schemas/issue-type"
|
|
100610
|
+
},
|
|
100422
100611
|
"repository": {
|
|
100423
100612
|
"$ref": "#/components/schemas/repository"
|
|
100424
100613
|
},
|
|
@@ -106400,6 +106589,16 @@
|
|
|
106400
106589
|
"maxItems": 200,
|
|
106401
106590
|
"nullable": true,
|
|
106402
106591
|
"description": "An ordered list of the allowed values of the property.\nThe property can have up to 200 allowed values."
|
|
106592
|
+
},
|
|
106593
|
+
"values_editable_by": {
|
|
106594
|
+
"type": "string",
|
|
106595
|
+
"nullable": true,
|
|
106596
|
+
"enum": [
|
|
106597
|
+
"org_actors",
|
|
106598
|
+
"org_and_repo_actors"
|
|
106599
|
+
],
|
|
106600
|
+
"example": "org_actors",
|
|
106601
|
+
"description": "Who can edit the values of the property"
|
|
106403
106602
|
}
|
|
106404
106603
|
},
|
|
106405
106604
|
"required": [
|
|
@@ -118021,6 +118220,9 @@
|
|
|
118021
118220
|
"type": "string",
|
|
118022
118221
|
"format": "uri"
|
|
118023
118222
|
},
|
|
118223
|
+
"type": {
|
|
118224
|
+
"$ref": "#/components/schemas/issue-type"
|
|
118225
|
+
},
|
|
118024
118226
|
"repository": {
|
|
118025
118227
|
"$ref": "#/components/schemas/repository"
|
|
118026
118228
|
},
|
|
@@ -123728,6 +123930,9 @@
|
|
|
123728
123930
|
"type": "string",
|
|
123729
123931
|
"format": "uri"
|
|
123730
123932
|
},
|
|
123933
|
+
"type": {
|
|
123934
|
+
"$ref": "#/components/schemas/issue-type"
|
|
123935
|
+
},
|
|
123731
123936
|
"performed_via_github_app": {
|
|
123732
123937
|
"$ref": "#/components/schemas/nullable-integration"
|
|
123733
123938
|
},
|
|
@@ -126493,6 +126698,33 @@
|
|
|
126493
126698
|
}
|
|
126494
126699
|
}
|
|
126495
126700
|
},
|
|
126701
|
+
"dismissal-request-code-scanning": {
|
|
126702
|
+
"title": "Code scanning alert dismissal request data",
|
|
126703
|
+
"description": "Code scanning alerts that have dismissal requests.",
|
|
126704
|
+
"type": "object",
|
|
126705
|
+
"properties": {
|
|
126706
|
+
"type": {
|
|
126707
|
+
"type": "string",
|
|
126708
|
+
"description": "The type of request",
|
|
126709
|
+
"enum": [
|
|
126710
|
+
"code_scanning_alert_dismissal"
|
|
126711
|
+
]
|
|
126712
|
+
},
|
|
126713
|
+
"data": {
|
|
126714
|
+
"type": "array",
|
|
126715
|
+
"description": "The data related to the code scanning alerts that have dismissal requests.",
|
|
126716
|
+
"items": {
|
|
126717
|
+
"type": "object",
|
|
126718
|
+
"properties": {
|
|
126719
|
+
"alert_number": {
|
|
126720
|
+
"type": "string",
|
|
126721
|
+
"description": "The number of the alert to be dismissed"
|
|
126722
|
+
}
|
|
126723
|
+
}
|
|
126724
|
+
}
|
|
126725
|
+
}
|
|
126726
|
+
}
|
|
126727
|
+
},
|
|
126496
126728
|
"exemption-request-secret-scanning-metadata": {
|
|
126497
126729
|
"title": "Secret Scanning Push Protection Exemption Request Metadata",
|
|
126498
126730
|
"description": "Metadata for a secret scanning push protection exemption request.",
|
|
@@ -126534,6 +126766,26 @@
|
|
|
126534
126766
|
}
|
|
126535
126767
|
}
|
|
126536
126768
|
},
|
|
126769
|
+
"dismissal-request-code-scanning-metadata": {
|
|
126770
|
+
"title": "Code scanning alert dismissal request metadata",
|
|
126771
|
+
"description": "Metadata for a code scanning alert dismissal request.",
|
|
126772
|
+
"type": "object",
|
|
126773
|
+
"properties": {
|
|
126774
|
+
"alert_title": {
|
|
126775
|
+
"type": "string",
|
|
126776
|
+
"description": "The title of the code scanning alert"
|
|
126777
|
+
},
|
|
126778
|
+
"reason": {
|
|
126779
|
+
"type": "string",
|
|
126780
|
+
"description": "The reason for the dismissal request",
|
|
126781
|
+
"enum": [
|
|
126782
|
+
"false positive",
|
|
126783
|
+
"won't fix",
|
|
126784
|
+
"used in tests"
|
|
126785
|
+
]
|
|
126786
|
+
}
|
|
126787
|
+
}
|
|
126788
|
+
},
|
|
126537
126789
|
"exemption-response": {
|
|
126538
126790
|
"title": "Exemption response",
|
|
126539
126791
|
"description": "A response to an exemption request by a delegated bypasser.",
|
|
@@ -126604,7 +126856,8 @@
|
|
|
126604
126856
|
"enum": [
|
|
126605
126857
|
"push_ruleset_bypass",
|
|
126606
126858
|
"secret_scanning",
|
|
126607
|
-
"secret_scanning_closure"
|
|
126859
|
+
"secret_scanning_closure",
|
|
126860
|
+
"code_scanning_alert_dismissal"
|
|
126608
126861
|
]
|
|
126609
126862
|
},
|
|
126610
126863
|
"exemption_request_data": {
|
|
@@ -126617,6 +126870,9 @@
|
|
|
126617
126870
|
},
|
|
126618
126871
|
{
|
|
126619
126872
|
"$ref": "#/components/schemas/dismissal-request-secret-scanning"
|
|
126873
|
+
},
|
|
126874
|
+
{
|
|
126875
|
+
"$ref": "#/components/schemas/dismissal-request-code-scanning"
|
|
126620
126876
|
}
|
|
126621
126877
|
]
|
|
126622
126878
|
},
|
|
@@ -126644,12 +126900,15 @@
|
|
|
126644
126900
|
"type": "object",
|
|
126645
126901
|
"description": "Metadata about the exemption request.",
|
|
126646
126902
|
"nullable": true,
|
|
126647
|
-
"
|
|
126903
|
+
"anyOf": [
|
|
126648
126904
|
{
|
|
126649
126905
|
"$ref": "#/components/schemas/exemption-request-secret-scanning-metadata"
|
|
126650
126906
|
},
|
|
126651
126907
|
{
|
|
126652
126908
|
"$ref": "#/components/schemas/dismissal-request-secret-scanning-metadata"
|
|
126909
|
+
},
|
|
126910
|
+
{
|
|
126911
|
+
"$ref": "#/components/schemas/dismissal-request-code-scanning-metadata"
|
|
126653
126912
|
}
|
|
126654
126913
|
]
|
|
126655
126914
|
},
|
|
@@ -129596,6 +129855,9 @@
|
|
|
129596
129855
|
"description": "Title of the issue",
|
|
129597
129856
|
"type": "string"
|
|
129598
129857
|
},
|
|
129858
|
+
"type": {
|
|
129859
|
+
"$ref": "#/components/schemas/issue-type"
|
|
129860
|
+
},
|
|
129599
129861
|
"updated_at": {
|
|
129600
129862
|
"type": "string",
|
|
129601
129863
|
"format": "date-time"
|
|
@@ -130987,6 +131249,9 @@
|
|
|
130987
131249
|
"description": "Title of the issue",
|
|
130988
131250
|
"type": "string"
|
|
130989
131251
|
},
|
|
131252
|
+
"type": {
|
|
131253
|
+
"$ref": "#/components/schemas/issue-type"
|
|
131254
|
+
},
|
|
130990
131255
|
"updated_at": {
|
|
130991
131256
|
"type": "string",
|
|
130992
131257
|
"format": "date-time"
|
|
@@ -154808,6 +155073,9 @@
|
|
|
154808
155073
|
"description": "Title of the issue",
|
|
154809
155074
|
"type": "string"
|
|
154810
155075
|
},
|
|
155076
|
+
"type": {
|
|
155077
|
+
"$ref": "#/components/schemas/issue-type"
|
|
155078
|
+
},
|
|
154811
155079
|
"updated_at": {
|
|
154812
155080
|
"type": "string",
|
|
154813
155081
|
"format": "date-time"
|
|
@@ -156390,6 +156658,9 @@
|
|
|
156390
156658
|
"description": "Title of the issue",
|
|
156391
156659
|
"type": "string"
|
|
156392
156660
|
},
|
|
156661
|
+
"type": {
|
|
156662
|
+
"$ref": "#/components/schemas/issue-type"
|
|
156663
|
+
},
|
|
156393
156664
|
"updated_at": {
|
|
156394
156665
|
"type": "string",
|
|
156395
156666
|
"format": "date-time"
|
|
@@ -157981,6 +158252,9 @@
|
|
|
157981
158252
|
"description": "Title of the issue",
|
|
157982
158253
|
"type": "string"
|
|
157983
158254
|
},
|
|
158255
|
+
"type": {
|
|
158256
|
+
"$ref": "#/components/schemas/issue-type"
|
|
158257
|
+
},
|
|
157984
158258
|
"updated_at": {
|
|
157985
158259
|
"type": "string",
|
|
157986
158260
|
"format": "date-time"
|
|
@@ -159606,6 +159880,9 @@
|
|
|
159606
159880
|
"description": "Title of the issue",
|
|
159607
159881
|
"type": "string"
|
|
159608
159882
|
},
|
|
159883
|
+
"type": {
|
|
159884
|
+
"$ref": "#/components/schemas/issue-type"
|
|
159885
|
+
},
|
|
159609
159886
|
"updated_at": {
|
|
159610
159887
|
"type": "string",
|
|
159611
159888
|
"format": "date-time"
|
|
@@ -161047,6 +161324,9 @@
|
|
|
161047
161324
|
"description": "Title of the issue",
|
|
161048
161325
|
"type": "string"
|
|
161049
161326
|
},
|
|
161327
|
+
"type": {
|
|
161328
|
+
"$ref": "#/components/schemas/issue-type"
|
|
161329
|
+
},
|
|
161050
161330
|
"updated_at": {
|
|
161051
161331
|
"type": "string",
|
|
161052
161332
|
"format": "date-time"
|
|
@@ -162309,6 +162589,9 @@
|
|
|
162309
162589
|
"description": "Title of the issue",
|
|
162310
162590
|
"type": "string"
|
|
162311
162591
|
},
|
|
162592
|
+
"type": {
|
|
162593
|
+
"$ref": "#/components/schemas/issue-type"
|
|
162594
|
+
},
|
|
162312
162595
|
"updated_at": {
|
|
162313
162596
|
"type": "string",
|
|
162314
162597
|
"format": "date-time"
|
|
@@ -163560,6 +163843,9 @@
|
|
|
163560
163843
|
"type": "string",
|
|
163561
163844
|
"format": "uri"
|
|
163562
163845
|
},
|
|
163846
|
+
"type": {
|
|
163847
|
+
"$ref": "#/components/schemas/issue-type"
|
|
163848
|
+
},
|
|
163563
163849
|
"title": {
|
|
163564
163850
|
"description": "Title of the issue",
|
|
163565
163851
|
"type": "string"
|
|
@@ -164808,6 +165094,9 @@
|
|
|
164808
165094
|
"type": "string",
|
|
164809
165095
|
"format": "uri"
|
|
164810
165096
|
},
|
|
165097
|
+
"type": {
|
|
165098
|
+
"$ref": "#/components/schemas/issue-type"
|
|
165099
|
+
},
|
|
164811
165100
|
"title": {
|
|
164812
165101
|
"description": "Title of the issue",
|
|
164813
165102
|
"type": "string"
|
|
@@ -166082,6 +166371,9 @@
|
|
|
166082
166371
|
"type": "string",
|
|
166083
166372
|
"format": "uri"
|
|
166084
166373
|
},
|
|
166374
|
+
"type": {
|
|
166375
|
+
"$ref": "#/components/schemas/issue-type"
|
|
166376
|
+
},
|
|
166085
166377
|
"title": {
|
|
166086
166378
|
"description": "Title of the issue",
|
|
166087
166379
|
"type": "string"
|
|
@@ -167324,6 +167616,9 @@
|
|
|
167324
167616
|
"description": "Title of the issue",
|
|
167325
167617
|
"type": "string"
|
|
167326
167618
|
},
|
|
167619
|
+
"type": {
|
|
167620
|
+
"$ref": "#/components/schemas/issue-type"
|
|
167621
|
+
},
|
|
167327
167622
|
"updated_at": {
|
|
167328
167623
|
"type": "string",
|
|
167329
167624
|
"format": "date-time"
|
|
@@ -170372,6 +170667,9 @@
|
|
|
170372
170667
|
"description": "Title of the issue",
|
|
170373
170668
|
"type": "string"
|
|
170374
170669
|
},
|
|
170670
|
+
"type": {
|
|
170671
|
+
"$ref": "#/components/schemas/issue-type"
|
|
170672
|
+
},
|
|
170375
170673
|
"updated_at": {
|
|
170376
170674
|
"type": "string",
|
|
170377
170675
|
"format": "date-time"
|
|
@@ -171778,6 +172076,9 @@
|
|
|
171778
172076
|
"type": "string"
|
|
171779
172077
|
}
|
|
171780
172078
|
}
|
|
172079
|
+
},
|
|
172080
|
+
"type": {
|
|
172081
|
+
"$ref": "#/components/schemas/issue-type"
|
|
171781
172082
|
}
|
|
171782
172083
|
}
|
|
171783
172084
|
},
|
|
@@ -172888,6 +173189,9 @@
|
|
|
172888
173189
|
"description": "Title of the issue",
|
|
172889
173190
|
"type": "string"
|
|
172890
173191
|
},
|
|
173192
|
+
"type": {
|
|
173193
|
+
"$ref": "#/components/schemas/issue-type"
|
|
173194
|
+
},
|
|
172891
173195
|
"updated_at": {
|
|
172892
173196
|
"type": "string",
|
|
172893
173197
|
"format": "date-time"
|
|
@@ -174858,6 +175162,9 @@
|
|
|
174858
175162
|
"description": "Title of the issue",
|
|
174859
175163
|
"type": "string"
|
|
174860
175164
|
},
|
|
175165
|
+
"type": {
|
|
175166
|
+
"$ref": "#/components/schemas/issue-type"
|
|
175167
|
+
},
|
|
174861
175168
|
"updated_at": {
|
|
174862
175169
|
"type": "string",
|
|
174863
175170
|
"format": "date-time"
|
|
@@ -285828,6 +286135,20 @@
|
|
|
285828
286135
|
"format": "date-time"
|
|
285829
286136
|
}
|
|
285830
286137
|
},
|
|
286138
|
+
"personal-access-token-token-id": {
|
|
286139
|
+
"name": "token_id",
|
|
286140
|
+
"description": "The ID of the token",
|
|
286141
|
+
"in": "query",
|
|
286142
|
+
"required": false,
|
|
286143
|
+
"schema": {
|
|
286144
|
+
"type": "array",
|
|
286145
|
+
"maxItems": 50,
|
|
286146
|
+
"items": {
|
|
286147
|
+
"type": "string"
|
|
286148
|
+
},
|
|
286149
|
+
"example": "token_id[]=1,token_id[]=2"
|
|
286150
|
+
}
|
|
286151
|
+
},
|
|
285831
286152
|
"fine-grained-personal-access-token-id": {
|
|
285832
286153
|
"name": "pat_id",
|
|
285833
286154
|
"description": "The unique identifier of the fine-grained personal access token.",
|