@octokit/openapi 7.11.0 → 7.12.1
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 +87 -32
- package/generated/api.github.com.json +62 -25
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +32 -14
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +22 -13
- package/generated/ghes-3.2.deref.json +61 -27
- package/generated/ghes-3.2.json +48 -23
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
- package/generated/ghes-3.3.deref.json +62 -28
- package/generated/ghes-3.3.json +48 -23
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +24 -8
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +19 -3
- package/generated/ghes-3.4.deref.json +63 -29
- package/generated/ghes-3.4.json +48 -23
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +18 -18
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +13 -13
- package/generated/ghes-3.5.deref.json +73 -30
- package/generated/ghes-3.5.json +48 -23
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +19 -3
- package/generated/ghes-3.6-diff-to-api.github.com.json +18 -2
- package/generated/ghes-3.6.deref.json +73 -30
- package/generated/ghes-3.6.json +48 -23
- package/generated/github.ae-diff-to-api.github.com.deref.json +32 -16
- package/generated/github.ae-diff-to-api.github.com.json +29 -13
- package/generated/github.ae.deref.json +71 -28
- package/generated/github.ae.json +48 -23
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.12.1",
|
|
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": {
|
|
@@ -9732,7 +9732,7 @@
|
|
|
9732
9732
|
},
|
|
9733
9733
|
{
|
|
9734
9734
|
"name": "state",
|
|
9735
|
-
"description": "Indicates the state of the issues to return.
|
|
9735
|
+
"description": "Indicates the state of the issues to return.",
|
|
9736
9736
|
"in": "query",
|
|
9737
9737
|
"required": false,
|
|
9738
9738
|
"schema": {
|
|
@@ -9756,7 +9756,7 @@
|
|
|
9756
9756
|
},
|
|
9757
9757
|
{
|
|
9758
9758
|
"name": "sort",
|
|
9759
|
-
"description": "What to sort results by.
|
|
9759
|
+
"description": "What to sort results by.",
|
|
9760
9760
|
"in": "query",
|
|
9761
9761
|
"required": false,
|
|
9762
9762
|
"schema": {
|
|
@@ -30483,7 +30483,7 @@
|
|
|
30483
30483
|
},
|
|
30484
30484
|
{
|
|
30485
30485
|
"name": "state",
|
|
30486
|
-
"description": "Indicates the state of the issues to return.
|
|
30486
|
+
"description": "Indicates the state of the issues to return.",
|
|
30487
30487
|
"in": "query",
|
|
30488
30488
|
"required": false,
|
|
30489
30489
|
"schema": {
|
|
@@ -30507,7 +30507,7 @@
|
|
|
30507
30507
|
},
|
|
30508
30508
|
{
|
|
30509
30509
|
"name": "sort",
|
|
30510
|
-
"description": "What to sort results by.
|
|
30510
|
+
"description": "What to sort results by.",
|
|
30511
30511
|
"in": "query",
|
|
30512
30512
|
"required": false,
|
|
30513
30513
|
"schema": {
|
|
@@ -51060,7 +51060,16 @@
|
|
|
51060
51060
|
"description": "The outcome of the job.",
|
|
51061
51061
|
"example": "success",
|
|
51062
51062
|
"type": "string",
|
|
51063
|
-
"nullable": true
|
|
51063
|
+
"nullable": true,
|
|
51064
|
+
"enum": [
|
|
51065
|
+
"success",
|
|
51066
|
+
"failure",
|
|
51067
|
+
"neutral",
|
|
51068
|
+
"cancelled",
|
|
51069
|
+
"skipped",
|
|
51070
|
+
"timed_out",
|
|
51071
|
+
"action_required"
|
|
51072
|
+
]
|
|
51064
51073
|
},
|
|
51065
51074
|
"started_at": {
|
|
51066
51075
|
"description": "The time that the job started, in ISO 8601 format.",
|
|
@@ -61734,7 +61743,16 @@
|
|
|
61734
61743
|
"description": "The outcome of the job.",
|
|
61735
61744
|
"example": "success",
|
|
61736
61745
|
"type": "string",
|
|
61737
|
-
"nullable": true
|
|
61746
|
+
"nullable": true,
|
|
61747
|
+
"enum": [
|
|
61748
|
+
"success",
|
|
61749
|
+
"failure",
|
|
61750
|
+
"neutral",
|
|
61751
|
+
"cancelled",
|
|
61752
|
+
"skipped",
|
|
61753
|
+
"timed_out",
|
|
61754
|
+
"action_required"
|
|
61755
|
+
]
|
|
61738
61756
|
},
|
|
61739
61757
|
"started_at": {
|
|
61740
61758
|
"description": "The time that the job started, in ISO 8601 format.",
|
|
@@ -92448,7 +92466,7 @@
|
|
|
92448
92466
|
},
|
|
92449
92467
|
{
|
|
92450
92468
|
"name": "sort",
|
|
92451
|
-
"description": "The sort order.
|
|
92469
|
+
"description": "The sort order. `stargazers` will sort by star count.",
|
|
92452
92470
|
"in": "query",
|
|
92453
92471
|
"required": false,
|
|
92454
92472
|
"schema": {
|
|
@@ -103657,7 +103675,7 @@
|
|
|
103657
103675
|
},
|
|
103658
103676
|
{
|
|
103659
103677
|
"name": "state",
|
|
103660
|
-
"description": "Indicates the state of the issues to return.
|
|
103678
|
+
"description": "Indicates the state of the issues to return.",
|
|
103661
103679
|
"in": "query",
|
|
103662
103680
|
"required": false,
|
|
103663
103681
|
"schema": {
|
|
@@ -103708,7 +103726,7 @@
|
|
|
103708
103726
|
},
|
|
103709
103727
|
{
|
|
103710
103728
|
"name": "sort",
|
|
103711
|
-
"description": "What to sort results by.
|
|
103729
|
+
"description": "What to sort results by.",
|
|
103712
103730
|
"in": "query",
|
|
103713
103731
|
"required": false,
|
|
103714
103732
|
"schema": {
|
|
@@ -127089,7 +127107,7 @@
|
|
|
127089
127107
|
},
|
|
127090
127108
|
{
|
|
127091
127109
|
"name": "sort",
|
|
127092
|
-
"description": "What to sort results by.
|
|
127110
|
+
"description": "What to sort results by. `popularity` will sort by the number of comments. `long-running` will sort by date created and will limit the results to pull requests that have been open for more than a month and have had activity within the past month.",
|
|
127093
127111
|
"in": "query",
|
|
127094
127112
|
"required": false,
|
|
127095
127113
|
"schema": {
|
|
@@ -127105,7 +127123,7 @@
|
|
|
127105
127123
|
},
|
|
127106
127124
|
{
|
|
127107
127125
|
"name": "direction",
|
|
127108
|
-
"description": "The direction of the sort.
|
|
127126
|
+
"description": "The direction of the sort. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
|
|
127109
127127
|
"in": "query",
|
|
127110
127128
|
"required": false,
|
|
127111
127129
|
"schema": {
|
|
@@ -155483,7 +155501,7 @@
|
|
|
155483
155501
|
},
|
|
155484
155502
|
{
|
|
155485
155503
|
"name": "state",
|
|
155486
|
-
"description": "Indicates the state of the issues to return.
|
|
155504
|
+
"description": "Indicates the state of the issues to return.",
|
|
155487
155505
|
"in": "query",
|
|
155488
155506
|
"required": false,
|
|
155489
155507
|
"schema": {
|
|
@@ -155507,7 +155525,7 @@
|
|
|
155507
155525
|
},
|
|
155508
155526
|
{
|
|
155509
155527
|
"name": "sort",
|
|
155510
|
-
"description": "What to sort results by.
|
|
155528
|
+
"description": "What to sort results by.",
|
|
155511
155529
|
"in": "query",
|
|
155512
155530
|
"required": false,
|
|
155513
155531
|
"schema": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.12.1",
|
|
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": {
|
|
@@ -898,7 +898,7 @@
|
|
|
898
898
|
},
|
|
899
899
|
{
|
|
900
900
|
"name": "state",
|
|
901
|
-
"description": "Indicates the state of the issues to return.
|
|
901
|
+
"description": "Indicates the state of the issues to return.",
|
|
902
902
|
"in": "query",
|
|
903
903
|
"required": false,
|
|
904
904
|
"schema": {
|
|
@@ -916,7 +916,7 @@
|
|
|
916
916
|
},
|
|
917
917
|
{
|
|
918
918
|
"name": "sort",
|
|
919
|
-
"description": "What to sort results by.
|
|
919
|
+
"description": "What to sort results by.",
|
|
920
920
|
"in": "query",
|
|
921
921
|
"required": false,
|
|
922
922
|
"schema": {
|
|
@@ -1663,7 +1663,7 @@
|
|
|
1663
1663
|
},
|
|
1664
1664
|
{
|
|
1665
1665
|
"name": "state",
|
|
1666
|
-
"description": "Indicates the state of the issues to return.
|
|
1666
|
+
"description": "Indicates the state of the issues to return.",
|
|
1667
1667
|
"in": "query",
|
|
1668
1668
|
"required": false,
|
|
1669
1669
|
"schema": {
|
|
@@ -1681,7 +1681,7 @@
|
|
|
1681
1681
|
},
|
|
1682
1682
|
{
|
|
1683
1683
|
"name": "sort",
|
|
1684
|
-
"description": "What to sort results by.
|
|
1684
|
+
"description": "What to sort results by.",
|
|
1685
1685
|
"in": "query",
|
|
1686
1686
|
"required": false,
|
|
1687
1687
|
"schema": {
|
|
@@ -4197,7 +4197,7 @@
|
|
|
4197
4197
|
},
|
|
4198
4198
|
{
|
|
4199
4199
|
"name": "sort",
|
|
4200
|
-
"description": "The sort order.
|
|
4200
|
+
"description": "The sort order. `stargazers` will sort by star count.",
|
|
4201
4201
|
"in": "query",
|
|
4202
4202
|
"required": false,
|
|
4203
4203
|
"schema": {
|
|
@@ -4522,7 +4522,7 @@
|
|
|
4522
4522
|
},
|
|
4523
4523
|
{
|
|
4524
4524
|
"name": "state",
|
|
4525
|
-
"description": "Indicates the state of the issues to return.
|
|
4525
|
+
"description": "Indicates the state of the issues to return.",
|
|
4526
4526
|
"in": "query",
|
|
4527
4527
|
"required": false,
|
|
4528
4528
|
"schema": {
|
|
@@ -4567,7 +4567,7 @@
|
|
|
4567
4567
|
},
|
|
4568
4568
|
{
|
|
4569
4569
|
"name": "sort",
|
|
4570
|
-
"description": "What to sort results by.
|
|
4570
|
+
"description": "What to sort results by.",
|
|
4571
4571
|
"in": "query",
|
|
4572
4572
|
"required": false,
|
|
4573
4573
|
"schema": {
|
|
@@ -5456,7 +5456,7 @@
|
|
|
5456
5456
|
},
|
|
5457
5457
|
{
|
|
5458
5458
|
"name": "sort",
|
|
5459
|
-
"description": "What to sort results by.
|
|
5459
|
+
"description": "What to sort results by. `popularity` will sort by the number of comments. `long-running` will sort by date created and will limit the results to pull requests that have been open for more than a month and have had activity within the past month.",
|
|
5460
5460
|
"in": "query",
|
|
5461
5461
|
"required": false,
|
|
5462
5462
|
"schema": {
|
|
@@ -5472,7 +5472,7 @@
|
|
|
5472
5472
|
},
|
|
5473
5473
|
{
|
|
5474
5474
|
"name": "direction",
|
|
5475
|
-
"description": "The direction of the sort.
|
|
5475
|
+
"description": "The direction of the sort. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
|
|
5476
5476
|
"in": "query",
|
|
5477
5477
|
"required": false,
|
|
5478
5478
|
"schema": {
|
|
@@ -7009,7 +7009,7 @@
|
|
|
7009
7009
|
},
|
|
7010
7010
|
{
|
|
7011
7011
|
"name": "state",
|
|
7012
|
-
"description": "Indicates the state of the issues to return.
|
|
7012
|
+
"description": "Indicates the state of the issues to return.",
|
|
7013
7013
|
"in": "query",
|
|
7014
7014
|
"required": false,
|
|
7015
7015
|
"schema": {
|
|
@@ -7027,7 +7027,7 @@
|
|
|
7027
7027
|
},
|
|
7028
7028
|
{
|
|
7029
7029
|
"name": "sort",
|
|
7030
|
-
"description": "What to sort results by.
|
|
7030
|
+
"description": "What to sort results by.",
|
|
7031
7031
|
"in": "query",
|
|
7032
7032
|
"required": false,
|
|
7033
7033
|
"schema": {
|
|
@@ -11433,7 +11433,16 @@
|
|
|
11433
11433
|
"description": "The outcome of the job.",
|
|
11434
11434
|
"example": "success",
|
|
11435
11435
|
"type": "string",
|
|
11436
|
-
"nullable": true
|
|
11436
|
+
"nullable": true,
|
|
11437
|
+
"enum": [
|
|
11438
|
+
"success",
|
|
11439
|
+
"failure",
|
|
11440
|
+
"neutral",
|
|
11441
|
+
"cancelled",
|
|
11442
|
+
"skipped",
|
|
11443
|
+
"timed_out",
|
|
11444
|
+
"action_required"
|
|
11445
|
+
]
|
|
11437
11446
|
},
|
|
11438
11447
|
"started_at": {
|
|
11439
11448
|
"description": "The time that the job started, in ISO 8601 format.",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.12.1",
|
|
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": {
|
|
@@ -47678,7 +47678,7 @@
|
|
|
47678
47678
|
},
|
|
47679
47679
|
{
|
|
47680
47680
|
"name": "state",
|
|
47681
|
-
"description": "Indicates the state of the issues to return.
|
|
47681
|
+
"description": "Indicates the state of the issues to return.",
|
|
47682
47682
|
"in": "query",
|
|
47683
47683
|
"required": false,
|
|
47684
47684
|
"schema": {
|
|
@@ -47702,7 +47702,7 @@
|
|
|
47702
47702
|
},
|
|
47703
47703
|
{
|
|
47704
47704
|
"name": "sort",
|
|
47705
|
-
"description": "What to sort results by.
|
|
47705
|
+
"description": "What to sort results by.",
|
|
47706
47706
|
"in": "query",
|
|
47707
47707
|
"required": false,
|
|
47708
47708
|
"schema": {
|
|
@@ -50934,7 +50934,7 @@
|
|
|
50934
50934
|
"type": "string"
|
|
50935
50935
|
},
|
|
50936
50936
|
"mode": {
|
|
50937
|
-
"description": "The rendering mode.
|
|
50937
|
+
"description": "The rendering mode.",
|
|
50938
50938
|
"enum": [
|
|
50939
50939
|
"markdown",
|
|
50940
50940
|
"gfm"
|
|
@@ -77644,7 +77644,7 @@
|
|
|
77644
77644
|
},
|
|
77645
77645
|
{
|
|
77646
77646
|
"name": "state",
|
|
77647
|
-
"description": "Indicates the state of the issues to return.
|
|
77647
|
+
"description": "Indicates the state of the issues to return.",
|
|
77648
77648
|
"in": "query",
|
|
77649
77649
|
"required": false,
|
|
77650
77650
|
"schema": {
|
|
@@ -77668,7 +77668,7 @@
|
|
|
77668
77668
|
},
|
|
77669
77669
|
{
|
|
77670
77670
|
"name": "sort",
|
|
77671
|
-
"description": "What to sort results by.
|
|
77671
|
+
"description": "What to sort results by.",
|
|
77672
77672
|
"in": "query",
|
|
77673
77673
|
"required": false,
|
|
77674
77674
|
"schema": {
|
|
@@ -82648,7 +82648,7 @@
|
|
|
82648
82648
|
},
|
|
82649
82649
|
{
|
|
82650
82650
|
"name": "state",
|
|
82651
|
-
"description": "Indicates the state of the projects to return.
|
|
82651
|
+
"description": "Indicates the state of the projects to return.",
|
|
82652
82652
|
"in": "query",
|
|
82653
82653
|
"required": false,
|
|
82654
82654
|
"schema": {
|
|
@@ -117720,7 +117720,16 @@
|
|
|
117720
117720
|
"description": "The outcome of the job.",
|
|
117721
117721
|
"example": "success",
|
|
117722
117722
|
"type": "string",
|
|
117723
|
-
"nullable": true
|
|
117723
|
+
"nullable": true,
|
|
117724
|
+
"enum": [
|
|
117725
|
+
"success",
|
|
117726
|
+
"failure",
|
|
117727
|
+
"neutral",
|
|
117728
|
+
"cancelled",
|
|
117729
|
+
"skipped",
|
|
117730
|
+
"timed_out",
|
|
117731
|
+
"action_required"
|
|
117732
|
+
]
|
|
117724
117733
|
},
|
|
117725
117734
|
"started_at": {
|
|
117726
117735
|
"description": "The time that the job started, in ISO 8601 format.",
|
|
@@ -130024,7 +130033,16 @@
|
|
|
130024
130033
|
"description": "The outcome of the job.",
|
|
130025
130034
|
"example": "success",
|
|
130026
130035
|
"type": "string",
|
|
130027
|
-
"nullable": true
|
|
130036
|
+
"nullable": true,
|
|
130037
|
+
"enum": [
|
|
130038
|
+
"success",
|
|
130039
|
+
"failure",
|
|
130040
|
+
"neutral",
|
|
130041
|
+
"cancelled",
|
|
130042
|
+
"skipped",
|
|
130043
|
+
"timed_out",
|
|
130044
|
+
"action_required"
|
|
130045
|
+
]
|
|
130028
130046
|
},
|
|
130029
130047
|
"started_at": {
|
|
130030
130048
|
"description": "The time that the job started, in ISO 8601 format.",
|
|
@@ -170769,6 +170787,22 @@
|
|
|
170769
170787
|
"default": "all"
|
|
170770
170788
|
}
|
|
170771
170789
|
},
|
|
170790
|
+
{
|
|
170791
|
+
"name": "permission",
|
|
170792
|
+
"description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
|
|
170793
|
+
"in": "query",
|
|
170794
|
+
"required": false,
|
|
170795
|
+
"schema": {
|
|
170796
|
+
"type": "string",
|
|
170797
|
+
"enum": [
|
|
170798
|
+
"pull",
|
|
170799
|
+
"triage",
|
|
170800
|
+
"push",
|
|
170801
|
+
"maintain",
|
|
170802
|
+
"admin"
|
|
170803
|
+
]
|
|
170804
|
+
}
|
|
170805
|
+
},
|
|
170772
170806
|
{
|
|
170773
170807
|
"name": "per_page",
|
|
170774
170808
|
"description": "The number of results per page (max 100).",
|
|
@@ -192061,7 +192095,7 @@
|
|
|
192061
192095
|
},
|
|
192062
192096
|
"put": {
|
|
192063
192097
|
"summary": "Create or update file contents",
|
|
192064
|
-
"description": "Creates a new file or replaces an existing file in a repository.",
|
|
192098
|
+
"description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
|
|
192065
192099
|
"tags": [
|
|
192066
192100
|
"repos"
|
|
192067
192101
|
],
|
|
@@ -203370,7 +203404,7 @@
|
|
|
203370
203404
|
},
|
|
203371
203405
|
{
|
|
203372
203406
|
"name": "sort",
|
|
203373
|
-
"description": "The sort order.
|
|
203407
|
+
"description": "The sort order. `stargazers` will sort by star count.",
|
|
203374
203408
|
"in": "query",
|
|
203375
203409
|
"required": false,
|
|
203376
203410
|
"schema": {
|
|
@@ -213503,7 +213537,7 @@
|
|
|
213503
213537
|
"/repos/{owner}/{repo}/hooks": {
|
|
213504
213538
|
"get": {
|
|
213505
213539
|
"summary": "List repository webhooks",
|
|
213506
|
-
"description": "",
|
|
213540
|
+
"description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
|
|
213507
213541
|
"tags": [
|
|
213508
213542
|
"repos"
|
|
213509
213543
|
],
|
|
@@ -221644,7 +221678,7 @@
|
|
|
221644
221678
|
},
|
|
221645
221679
|
{
|
|
221646
221680
|
"name": "state",
|
|
221647
|
-
"description": "Indicates the state of the issues to return.
|
|
221681
|
+
"description": "Indicates the state of the issues to return.",
|
|
221648
221682
|
"in": "query",
|
|
221649
221683
|
"required": false,
|
|
221650
221684
|
"schema": {
|
|
@@ -221695,7 +221729,7 @@
|
|
|
221695
221729
|
},
|
|
221696
221730
|
{
|
|
221697
221731
|
"name": "sort",
|
|
221698
|
-
"description": "What to sort results by.
|
|
221732
|
+
"description": "What to sort results by.",
|
|
221699
221733
|
"in": "query",
|
|
221700
221734
|
"required": false,
|
|
221701
221735
|
"schema": {
|
|
@@ -281178,7 +281212,7 @@
|
|
|
281178
281212
|
},
|
|
281179
281213
|
{
|
|
281180
281214
|
"name": "state",
|
|
281181
|
-
"description": "Indicates the state of the projects to return.
|
|
281215
|
+
"description": "Indicates the state of the projects to return.",
|
|
281182
281216
|
"in": "query",
|
|
281183
281217
|
"required": false,
|
|
281184
281218
|
"schema": {
|
|
@@ -282168,7 +282202,7 @@
|
|
|
282168
282202
|
},
|
|
282169
282203
|
{
|
|
282170
282204
|
"name": "sort",
|
|
282171
|
-
"description": "What to sort results by.
|
|
282205
|
+
"description": "What to sort results by. `popularity` will sort by the number of comments. `long-running` will sort by date created and will limit the results to pull requests that have been open for more than a month and have had activity within the past month.",
|
|
282172
282206
|
"in": "query",
|
|
282173
282207
|
"required": false,
|
|
282174
282208
|
"schema": {
|
|
@@ -282184,7 +282218,7 @@
|
|
|
282184
282218
|
},
|
|
282185
282219
|
{
|
|
282186
282220
|
"name": "direction",
|
|
282187
|
-
"description": "The direction of the sort.
|
|
282221
|
+
"description": "The direction of the sort. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
|
|
282188
282222
|
"in": "query",
|
|
282189
282223
|
"required": false,
|
|
282190
282224
|
"schema": {
|
|
@@ -290152,7 +290186,7 @@
|
|
|
290152
290186
|
},
|
|
290153
290187
|
{
|
|
290154
290188
|
"name": "direction",
|
|
290155
|
-
"description": "
|
|
290189
|
+
"description": "The direction to sort results. Ignored without `sort` parameter.",
|
|
290156
290190
|
"in": "query",
|
|
290157
290191
|
"required": false,
|
|
290158
290192
|
"schema": {
|
|
@@ -299618,7 +299652,7 @@
|
|
|
299618
299652
|
},
|
|
299619
299653
|
{
|
|
299620
299654
|
"name": "direction",
|
|
299621
|
-
"description": "
|
|
299655
|
+
"description": "The direction to sort results. Ignored without `sort` parameter.",
|
|
299622
299656
|
"in": "query",
|
|
299623
299657
|
"required": false,
|
|
299624
299658
|
"schema": {
|
|
@@ -322810,7 +322844,7 @@
|
|
|
322810
322844
|
"description": "The REST API URL of the code locations for this alert."
|
|
322811
322845
|
},
|
|
322812
322846
|
"state": {
|
|
322813
|
-
"description": "Sets the state of the secret scanning alert.
|
|
322847
|
+
"description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
|
|
322814
322848
|
"type": "string",
|
|
322815
322849
|
"enum": [
|
|
322816
322850
|
"open",
|
|
@@ -323142,7 +323176,7 @@
|
|
|
323142
323176
|
"description": "The REST API URL of the code locations for this alert."
|
|
323143
323177
|
},
|
|
323144
323178
|
"state": {
|
|
323145
|
-
"description": "Sets the state of the secret scanning alert.
|
|
323179
|
+
"description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
|
|
323146
323180
|
"type": "string",
|
|
323147
323181
|
"enum": [
|
|
323148
323182
|
"open",
|
|
@@ -323400,7 +323434,7 @@
|
|
|
323400
323434
|
"type": "object",
|
|
323401
323435
|
"properties": {
|
|
323402
323436
|
"state": {
|
|
323403
|
-
"description": "Sets the state of the secret scanning alert.
|
|
323437
|
+
"description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
|
|
323404
323438
|
"type": "string",
|
|
323405
323439
|
"enum": [
|
|
323406
323440
|
"open",
|
|
@@ -323478,7 +323512,7 @@
|
|
|
323478
323512
|
"description": "The REST API URL of the code locations for this alert."
|
|
323479
323513
|
},
|
|
323480
323514
|
"state": {
|
|
323481
|
-
"description": "Sets the state of the secret scanning alert.
|
|
323515
|
+
"description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
|
|
323482
323516
|
"type": "string",
|
|
323483
323517
|
"enum": [
|
|
323484
323518
|
"open",
|
|
@@ -362067,7 +362101,7 @@
|
|
|
362067
362101
|
},
|
|
362068
362102
|
{
|
|
362069
362103
|
"name": "state",
|
|
362070
|
-
"description": "Indicates the state of the issues to return.
|
|
362104
|
+
"description": "Indicates the state of the issues to return.",
|
|
362071
362105
|
"in": "query",
|
|
362072
362106
|
"required": false,
|
|
362073
362107
|
"schema": {
|
|
@@ -362091,7 +362125,7 @@
|
|
|
362091
362125
|
},
|
|
362092
362126
|
{
|
|
362093
362127
|
"name": "sort",
|
|
362094
|
-
"description": "What to sort results by.
|
|
362128
|
+
"description": "What to sort results by.",
|
|
362095
362129
|
"in": "query",
|
|
362096
362130
|
"required": false,
|
|
362097
362131
|
"schema": {
|
|
@@ -365620,7 +365654,7 @@
|
|
|
365620
365654
|
"parameters": [
|
|
365621
365655
|
{
|
|
365622
365656
|
"name": "state",
|
|
365623
|
-
"description": "Indicates the state of the memberships to return.
|
|
365657
|
+
"description": "Indicates the state of the memberships to return. If not specified, the API returns both active and pending memberships.",
|
|
365624
365658
|
"in": "query",
|
|
365625
365659
|
"required": false,
|
|
365626
365660
|
"schema": {
|
|
@@ -391715,7 +391749,7 @@
|
|
|
391715
391749
|
},
|
|
391716
391750
|
{
|
|
391717
391751
|
"name": "state",
|
|
391718
|
-
"description": "Indicates the state of the projects to return.
|
|
391752
|
+
"description": "Indicates the state of the projects to return.",
|
|
391719
391753
|
"in": "query",
|
|
391720
391754
|
"required": false,
|
|
391721
391755
|
"schema": {
|