@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.
Files changed (31) hide show
  1. package/generated/api.github.com.deref.json +87 -32
  2. package/generated/api.github.com.json +62 -25
  3. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
  4. package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
  5. package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +32 -14
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +22 -13
  7. package/generated/ghes-3.2.deref.json +61 -27
  8. package/generated/ghes-3.2.json +48 -23
  9. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
  11. package/generated/ghes-3.3.deref.json +62 -28
  12. package/generated/ghes-3.3.json +48 -23
  13. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +24 -8
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.json +19 -3
  15. package/generated/ghes-3.4.deref.json +63 -29
  16. package/generated/ghes-3.4.json +48 -23
  17. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  18. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  19. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +18 -18
  20. package/generated/ghes-3.5-diff-to-ghes-3.6.json +13 -13
  21. package/generated/ghes-3.5.deref.json +73 -30
  22. package/generated/ghes-3.5.json +48 -23
  23. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +19 -3
  24. package/generated/ghes-3.6-diff-to-api.github.com.json +18 -2
  25. package/generated/ghes-3.6.deref.json +73 -30
  26. package/generated/ghes-3.6.json +48 -23
  27. package/generated/github.ae-diff-to-api.github.com.deref.json +32 -16
  28. package/generated/github.ae-diff-to-api.github.com.json +29 -13
  29. package/generated/github.ae.deref.json +71 -28
  30. package/generated/github.ae.json +48 -23
  31. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
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": {
@@ -9017,7 +9017,7 @@
9017
9017
  },
9018
9018
  {
9019
9019
  "name": "state",
9020
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
9020
+ "description": "Indicates the state of the issues to return.",
9021
9021
  "in": "query",
9022
9022
  "required": false,
9023
9023
  "schema": {
@@ -9035,7 +9035,7 @@
9035
9035
  },
9036
9036
  {
9037
9037
  "name": "sort",
9038
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
9038
+ "description": "What to sort results by.",
9039
9039
  "in": "query",
9040
9040
  "required": false,
9041
9041
  "schema": {
@@ -9277,7 +9277,7 @@
9277
9277
  "type": "string"
9278
9278
  },
9279
9279
  "mode": {
9280
- "description": "The rendering mode. Can be either `markdown` or `gfm`.",
9280
+ "description": "The rendering mode.",
9281
9281
  "enum": [
9282
9282
  "markdown",
9283
9283
  "gfm"
@@ -14388,7 +14388,7 @@
14388
14388
  },
14389
14389
  {
14390
14390
  "name": "state",
14391
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
14391
+ "description": "Indicates the state of the issues to return.",
14392
14392
  "in": "query",
14393
14393
  "required": false,
14394
14394
  "schema": {
@@ -14406,7 +14406,7 @@
14406
14406
  },
14407
14407
  {
14408
14408
  "name": "sort",
14409
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
14409
+ "description": "What to sort results by.",
14410
14410
  "in": "query",
14411
14411
  "required": false,
14412
14412
  "schema": {
@@ -15565,7 +15565,7 @@
15565
15565
  },
15566
15566
  {
15567
15567
  "name": "state",
15568
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
15568
+ "description": "Indicates the state of the projects to return.",
15569
15569
  "in": "query",
15570
15570
  "required": false,
15571
15571
  "schema": {
@@ -28879,6 +28879,22 @@
28879
28879
  "default": "all"
28880
28880
  }
28881
28881
  },
28882
+ {
28883
+ "name": "permission",
28884
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
28885
+ "in": "query",
28886
+ "required": false,
28887
+ "schema": {
28888
+ "type": "string",
28889
+ "enum": [
28890
+ "pull",
28891
+ "triage",
28892
+ "push",
28893
+ "maintain",
28894
+ "admin"
28895
+ ]
28896
+ }
28897
+ },
28882
28898
  {
28883
28899
  "$ref": "#/components/parameters/per-page"
28884
28900
  },
@@ -30572,7 +30588,7 @@
30572
30588
  },
30573
30589
  "put": {
30574
30590
  "summary": "Create or update file contents",
30575
- "description": "Creates a new file or replaces an existing file in a repository.",
30591
+ "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.",
30576
30592
  "tags": [
30577
30593
  "repos"
30578
30594
  ],
@@ -32649,7 +32665,7 @@
32649
32665
  },
32650
32666
  {
32651
32667
  "name": "sort",
32652
- "description": "The sort order. Can be either `newest`, `oldest`, or `stargazers`.",
32668
+ "description": "The sort order. `stargazers` will sort by star count.",
32653
32669
  "in": "query",
32654
32670
  "required": false,
32655
32671
  "schema": {
@@ -33912,7 +33928,7 @@
33912
33928
  "/repos/{owner}/{repo}/hooks": {
33913
33929
  "get": {
33914
33930
  "summary": "List repository webhooks",
33915
- "description": "",
33931
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
33916
33932
  "tags": [
33917
33933
  "repos"
33918
33934
  ],
@@ -34970,7 +34986,7 @@
34970
34986
  },
34971
34987
  {
34972
34988
  "name": "state",
34973
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
34989
+ "description": "Indicates the state of the issues to return.",
34974
34990
  "in": "query",
34975
34991
  "required": false,
34976
34992
  "schema": {
@@ -35015,7 +35031,7 @@
35015
35031
  },
35016
35032
  {
35017
35033
  "name": "sort",
35018
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
35034
+ "description": "What to sort results by.",
35019
35035
  "in": "query",
35020
35036
  "required": false,
35021
35037
  "schema": {
@@ -39649,7 +39665,7 @@
39649
39665
  },
39650
39666
  {
39651
39667
  "name": "state",
39652
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
39668
+ "description": "Indicates the state of the projects to return.",
39653
39669
  "in": "query",
39654
39670
  "required": false,
39655
39671
  "schema": {
@@ -39862,7 +39878,7 @@
39862
39878
  },
39863
39879
  {
39864
39880
  "name": "sort",
39865
- "description": "What to sort results by. Can be either `created`, `updated`, `popularity` (comment count) or `long-running` (age, filtering by pulls updated in the last month).",
39881
+ "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.",
39866
39882
  "in": "query",
39867
39883
  "required": false,
39868
39884
  "schema": {
@@ -39878,7 +39894,7 @@
39878
39894
  },
39879
39895
  {
39880
39896
  "name": "direction",
39881
- "description": "The direction of the sort. Can be either `asc` or `desc`. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
39897
+ "description": "The direction of the sort. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
39882
39898
  "in": "query",
39883
39899
  "required": false,
39884
39900
  "schema": {
@@ -40084,7 +40100,7 @@
40084
40100
  },
40085
40101
  {
40086
40102
  "name": "direction",
40087
- "description": "Can be either `asc` or `desc`. Ignored without `sort` parameter.",
40103
+ "description": "The direction to sort results. Ignored without `sort` parameter.",
40088
40104
  "in": "query",
40089
40105
  "required": false,
40090
40106
  "schema": {
@@ -40715,7 +40731,7 @@
40715
40731
  },
40716
40732
  {
40717
40733
  "name": "direction",
40718
- "description": "Can be either `asc` or `desc`. Ignored without `sort` parameter.",
40734
+ "description": "The direction to sort results. Ignored without `sort` parameter.",
40719
40735
  "in": "query",
40720
40736
  "required": false,
40721
40737
  "schema": {
@@ -50583,7 +50599,7 @@
50583
50599
  },
50584
50600
  {
50585
50601
  "name": "state",
50586
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
50602
+ "description": "Indicates the state of the issues to return.",
50587
50603
  "in": "query",
50588
50604
  "required": false,
50589
50605
  "schema": {
@@ -50601,7 +50617,7 @@
50601
50617
  },
50602
50618
  {
50603
50619
  "name": "sort",
50604
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
50620
+ "description": "What to sort results by.",
50605
50621
  "in": "query",
50606
50622
  "required": false,
50607
50623
  "schema": {
@@ -50961,7 +50977,7 @@
50961
50977
  "parameters": [
50962
50978
  {
50963
50979
  "name": "state",
50964
- "description": "Indicates the state of the memberships to return. Can be either `active` or `pending`. If not specified, the API returns both active and pending memberships.",
50980
+ "description": "Indicates the state of the memberships to return. If not specified, the API returns both active and pending memberships.",
50965
50981
  "in": "query",
50966
50982
  "required": false,
50967
50983
  "schema": {
@@ -53362,7 +53378,7 @@
53362
53378
  },
53363
53379
  {
53364
53380
  "name": "state",
53365
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
53381
+ "description": "Indicates the state of the projects to return.",
53366
53382
  "in": "query",
53367
53383
  "required": false,
53368
53384
  "schema": {
@@ -62129,7 +62145,7 @@
62129
62145
  "readOnly": true
62130
62146
  },
62131
62147
  "secret-scanning-alert-state": {
62132
- "description": "Sets the state of the secret scanning alert. Can be either `open` or `resolved`. You must provide `resolution` when you set the state to `resolved`.",
62148
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
62133
62149
  "type": "string",
62134
62150
  "enum": [
62135
62151
  "open",
@@ -69402,7 +69418,16 @@
69402
69418
  "description": "The outcome of the job.",
69403
69419
  "example": "success",
69404
69420
  "type": "string",
69405
- "nullable": true
69421
+ "nullable": true,
69422
+ "enum": [
69423
+ "success",
69424
+ "failure",
69425
+ "neutral",
69426
+ "cancelled",
69427
+ "skipped",
69428
+ "timed_out",
69429
+ "action_required"
69430
+ ]
69406
69431
  },
69407
69432
  "started_at": {
69408
69433
  "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.11.0",
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": {
@@ -16546,7 +16546,7 @@
16546
16546
  },
16547
16547
  {
16548
16548
  "name": "state",
16549
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
16549
+ "description": "Indicates the state of the issues to return.",
16550
16550
  "in": "query",
16551
16551
  "required": false,
16552
16552
  "schema": {
@@ -16570,7 +16570,7 @@
16570
16570
  },
16571
16571
  {
16572
16572
  "name": "sort",
16573
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
16573
+ "description": "What to sort results by.",
16574
16574
  "in": "query",
16575
16575
  "required": false,
16576
16576
  "schema": {
@@ -32009,7 +32009,7 @@
32009
32009
  },
32010
32010
  {
32011
32011
  "name": "state",
32012
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
32012
+ "description": "Indicates the state of the issues to return.",
32013
32013
  "in": "query",
32014
32014
  "required": false,
32015
32015
  "schema": {
@@ -32033,7 +32033,7 @@
32033
32033
  },
32034
32034
  {
32035
32035
  "name": "sort",
32036
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
32036
+ "description": "What to sort results by.",
32037
32037
  "in": "query",
32038
32038
  "required": false,
32039
32039
  "schema": {
@@ -89317,6 +89317,22 @@
89317
89317
  "default": "all"
89318
89318
  }
89319
89319
  },
89320
+ {
89321
+ "name": "permission",
89322
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
89323
+ "in": "query",
89324
+ "required": false,
89325
+ "schema": {
89326
+ "type": "string",
89327
+ "enum": [
89328
+ "pull",
89329
+ "triage",
89330
+ "push",
89331
+ "maintain",
89332
+ "admin"
89333
+ ]
89334
+ }
89335
+ },
89320
89336
  {
89321
89337
  "name": "per_page",
89322
89338
  "description": "The number of results per page (max 100).",
@@ -104912,7 +104928,7 @@
104912
104928
  },
104913
104929
  {
104914
104930
  "name": "sort",
104915
- "description": "The sort order. Can be either `newest`, `oldest`, or `stargazers`.",
104931
+ "description": "The sort order. `stargazers` will sort by star count.",
104916
104932
  "in": "query",
104917
104933
  "required": false,
104918
104934
  "schema": {
@@ -117090,7 +117106,7 @@
117090
117106
  },
117091
117107
  {
117092
117108
  "name": "state",
117093
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
117109
+ "description": "Indicates the state of the issues to return.",
117094
117110
  "in": "query",
117095
117111
  "required": false,
117096
117112
  "schema": {
@@ -117141,7 +117157,7 @@
117141
117157
  },
117142
117158
  {
117143
117159
  "name": "sort",
117144
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
117160
+ "description": "What to sort results by.",
117145
117161
  "in": "query",
117146
117162
  "required": false,
117147
117163
  "schema": {
@@ -141101,7 +141117,7 @@
141101
141117
  },
141102
141118
  {
141103
141119
  "name": "sort",
141104
- "description": "What to sort results by. Can be either `created`, `updated`, `popularity` (comment count) or `long-running` (age, filtering by pulls updated in the last month).",
141120
+ "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.",
141105
141121
  "in": "query",
141106
141122
  "required": false,
141107
141123
  "schema": {
@@ -141117,7 +141133,7 @@
141117
141133
  },
141118
141134
  {
141119
141135
  "name": "direction",
141120
- "description": "The direction of the sort. Can be either `asc` or `desc`. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
141136
+ "description": "The direction of the sort. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
141121
141137
  "in": "query",
141122
141138
  "required": false,
141123
141139
  "schema": {
@@ -152113,7 +152129,7 @@
152113
152129
  "description": "The REST API URL of the code locations for this alert."
152114
152130
  },
152115
152131
  "state": {
152116
- "description": "Sets the state of the secret scanning alert. Can be either `open` or `resolved`. You must provide `resolution` when you set the state to `resolved`.",
152132
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
152117
152133
  "type": "string",
152118
152134
  "enum": [
152119
152135
  "open",
@@ -152447,7 +152463,7 @@
152447
152463
  "description": "The REST API URL of the code locations for this alert."
152448
152464
  },
152449
152465
  "state": {
152450
- "description": "Sets the state of the secret scanning alert. Can be either `open` or `resolved`. You must provide `resolution` when you set the state to `resolved`.",
152466
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
152451
152467
  "type": "string",
152452
152468
  "enum": [
152453
152469
  "open",
@@ -152711,7 +152727,7 @@
152711
152727
  "type": "object",
152712
152728
  "properties": {
152713
152729
  "state": {
152714
- "description": "Sets the state of the secret scanning alert. Can be either `open` or `resolved`. You must provide `resolution` when you set the state to `resolved`.",
152730
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
152715
152731
  "type": "string",
152716
152732
  "enum": [
152717
152733
  "open",
@@ -152789,7 +152805,7 @@
152789
152805
  "description": "The REST API URL of the code locations for this alert."
152790
152806
  },
152791
152807
  "state": {
152792
- "description": "Sets the state of the secret scanning alert. Can be either `open` or `resolved`. You must provide `resolution` when you set the state to `resolved`.",
152808
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
152793
152809
  "type": "string",
152794
152810
  "enum": [
152795
152811
  "open",
@@ -170801,7 +170817,7 @@
170801
170817
  },
170802
170818
  {
170803
170819
  "name": "state",
170804
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
170820
+ "description": "Indicates the state of the issues to return.",
170805
170821
  "in": "query",
170806
170822
  "required": false,
170807
170823
  "schema": {
@@ -170825,7 +170841,7 @@
170825
170841
  },
170826
170842
  {
170827
170843
  "name": "sort",
170828
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
170844
+ "description": "What to sort results by.",
170829
170845
  "in": "query",
170830
170846
  "required": false,
170831
170847
  "schema": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
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": {
@@ -3299,7 +3299,7 @@
3299
3299
  },
3300
3300
  {
3301
3301
  "name": "state",
3302
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
3302
+ "description": "Indicates the state of the issues to return.",
3303
3303
  "in": "query",
3304
3304
  "required": false,
3305
3305
  "schema": {
@@ -3317,7 +3317,7 @@
3317
3317
  },
3318
3318
  {
3319
3319
  "name": "sort",
3320
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
3320
+ "description": "What to sort results by.",
3321
3321
  "in": "query",
3322
3322
  "required": false,
3323
3323
  "schema": {
@@ -4525,7 +4525,7 @@
4525
4525
  },
4526
4526
  {
4527
4527
  "name": "state",
4528
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
4528
+ "description": "Indicates the state of the issues to return.",
4529
4529
  "in": "query",
4530
4530
  "required": false,
4531
4531
  "schema": {
@@ -4543,7 +4543,7 @@
4543
4543
  },
4544
4544
  {
4545
4545
  "name": "sort",
4546
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
4546
+ "description": "What to sort results by.",
4547
4547
  "in": "query",
4548
4548
  "required": false,
4549
4549
  "schema": {
@@ -6972,6 +6972,22 @@
6972
6972
  "default": "all"
6973
6973
  }
6974
6974
  },
6975
+ {
6976
+ "name": "permission",
6977
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
6978
+ "in": "query",
6979
+ "required": false,
6980
+ "schema": {
6981
+ "type": "string",
6982
+ "enum": [
6983
+ "pull",
6984
+ "triage",
6985
+ "push",
6986
+ "maintain",
6987
+ "admin"
6988
+ ]
6989
+ }
6990
+ },
6975
6991
  {
6976
6992
  "$ref": "#/components/parameters/per-page"
6977
6993
  },
@@ -7607,7 +7623,7 @@
7607
7623
  },
7608
7624
  {
7609
7625
  "name": "sort",
7610
- "description": "The sort order. Can be either `newest`, `oldest`, or `stargazers`.",
7626
+ "description": "The sort order. `stargazers` will sort by star count.",
7611
7627
  "in": "query",
7612
7628
  "required": false,
7613
7629
  "schema": {
@@ -7990,7 +8006,7 @@
7990
8006
  },
7991
8007
  {
7992
8008
  "name": "state",
7993
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
8009
+ "description": "Indicates the state of the issues to return.",
7994
8010
  "in": "query",
7995
8011
  "required": false,
7996
8012
  "schema": {
@@ -8035,7 +8051,7 @@
8035
8051
  },
8036
8052
  {
8037
8053
  "name": "sort",
8038
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
8054
+ "description": "What to sort results by.",
8039
8055
  "in": "query",
8040
8056
  "required": false,
8041
8057
  "schema": {
@@ -9114,7 +9130,7 @@
9114
9130
  },
9115
9131
  {
9116
9132
  "name": "sort",
9117
- "description": "What to sort results by. Can be either `created`, `updated`, `popularity` (comment count) or `long-running` (age, filtering by pulls updated in the last month).",
9133
+ "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.",
9118
9134
  "in": "query",
9119
9135
  "required": false,
9120
9136
  "schema": {
@@ -9130,7 +9146,7 @@
9130
9146
  },
9131
9147
  {
9132
9148
  "name": "direction",
9133
- "description": "The direction of the sort. Can be either `asc` or `desc`. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
9149
+ "description": "The direction of the sort. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
9134
9150
  "in": "query",
9135
9151
  "required": false,
9136
9152
  "schema": {
@@ -10957,7 +10973,7 @@
10957
10973
  },
10958
10974
  {
10959
10975
  "name": "state",
10960
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
10976
+ "description": "Indicates the state of the issues to return.",
10961
10977
  "in": "query",
10962
10978
  "required": false,
10963
10979
  "schema": {
@@ -10975,7 +10991,7 @@
10975
10991
  },
10976
10992
  {
10977
10993
  "name": "sort",
10978
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
10994
+ "description": "What to sort results by.",
10979
10995
  "in": "query",
10980
10996
  "required": false,
10981
10997
  "schema": {
@@ -18863,7 +18879,7 @@
18863
18879
  }
18864
18880
  },
18865
18881
  "secret-scanning-alert-state": {
18866
- "description": "Sets the state of the secret scanning alert. Can be either `open` or `resolved`. You must provide `resolution` when you set the state to `resolved`.",
18882
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
18867
18883
  "type": "string",
18868
18884
  "enum": [
18869
18885
  "open",