@octokit/openapi 7.12.0 → 7.13.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.
Files changed (34) hide show
  1. package/generated/api.github.com.deref.json +767 -33
  2. package/generated/api.github.com.json +312 -24
  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 +33 -15
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +23 -14
  7. package/generated/ghes-3.2.deref.json +48 -30
  8. package/generated/ghes-3.2.json +33 -24
  9. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +2 -2
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.json +2 -2
  11. package/generated/ghes-3.3.deref.json +49 -31
  12. package/generated/ghes-3.3.json +33 -24
  13. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +8 -8
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.json +3 -3
  15. package/generated/ghes-3.4.deref.json +50 -32
  16. package/generated/ghes-3.4.json +33 -24
  17. package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +11 -0
  18. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  19. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  20. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +19 -19
  21. package/generated/ghes-3.5-diff-to-ghes-3.6.json +14 -14
  22. package/generated/ghes-3.5.deref.json +166 -33
  23. package/generated/ghes-3.5.json +139 -24
  24. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +6 -11
  25. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +3 -3
  26. package/generated/ghes-3.6-diff-to-api.github.com.json +2 -2
  27. package/generated/ghes-3.6.deref.json +815 -139
  28. package/generated/ghes-3.6.json +556 -130
  29. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +6 -0
  30. package/generated/github.ae-diff-to-api.github.com.deref.json +17 -17
  31. package/generated/github.ae-diff-to-api.github.com.json +14 -14
  32. package/generated/github.ae.deref.json +102 -31
  33. package/generated/github.ae.json +77 -24
  34. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.12.0",
4
+ "version": "7.13.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": {
@@ -9732,7 +9732,7 @@
9732
9732
  },
9733
9733
  {
9734
9734
  "name": "state",
9735
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
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. Can be either `created`, `updated`, `comments`.",
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. Can be either `open`, `closed`, or `all`.",
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. Can be either `created`, `updated`, `comments`.",
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.",
@@ -76732,7 +76750,7 @@
76732
76750
  }
76733
76751
  },
76734
76752
  "403": {
76735
- "description": "Response if the repository is archived or if github advanced security is not enabled for this repository",
76753
+ "description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
76736
76754
  "content": {
76737
76755
  "application/json": {
76738
76756
  "schema": {
@@ -92448,7 +92466,7 @@
92448
92466
  },
92449
92467
  {
92450
92468
  "name": "sort",
92451
- "description": "The sort order. Can be either `newest`, `oldest`, or `stargazers`.",
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. Can be either `open`, `closed`, or `all`.",
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. Can be either `created`, `updated`, `comments`.",
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. Can be either `created`, `updated`, `popularity` (comment count) or `long-running` (age, filtering by pulls updated in the last month).",
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. Can be either `asc` or `desc`. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
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. Can be either `open`, `closed`, or `all`.",
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. Can be either `created`, `updated`, `comments`.",
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.12.0",
4
+ "version": "7.13.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": {
@@ -898,7 +898,7 @@
898
898
  },
899
899
  {
900
900
  "name": "state",
901
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
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. Can be either `created`, `updated`, `comments`.",
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. Can be either `open`, `closed`, or `all`.",
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. Can be either `created`, `updated`, `comments`.",
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. Can be either `newest`, `oldest`, or `stargazers`.",
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. Can be either `open`, `closed`, or `all`.",
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. Can be either `created`, `updated`, `comments`.",
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. Can be either `created`, `updated`, `popularity` (comment count) or `long-running` (age, filtering by pulls updated in the last month).",
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. Can be either `asc` or `desc`. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
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. Can be either `open`, `closed`, or `all`.",
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. Can be either `created`, `updated`, `comments`.",
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.",
@@ -26165,7 +26174,7 @@
26165
26174
  }
26166
26175
  },
26167
26176
  "code_scanning_forbidden_write": {
26168
- "description": "Response if the repository is archived or if github advanced security is not enabled for this repository",
26177
+ "description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
26169
26178
  "content": {
26170
26179
  "application/json": {
26171
26180
  "schema": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.12.0",
4
+ "version": "7.13.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": {
@@ -47678,7 +47678,7 @@
47678
47678
  },
47679
47679
  {
47680
47680
  "name": "state",
47681
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
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. Can be either `created`, `updated`, `comments`.",
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. Can be either `markdown` or `gfm`.",
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. Can be either `open`, `closed`, or `all`.",
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. Can be either `created`, `updated`, `comments`.",
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. Can be either `open`, `closed`, or `all`.",
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.",
@@ -169079,7 +169097,7 @@
169079
169097
  }
169080
169098
  },
169081
169099
  "403": {
169082
- "description": "Response if the repository is archived or if github advanced security is not enabled for this repository",
169100
+ "description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
169083
169101
  "content": {
169084
169102
  "application/json": {
169085
169103
  "schema": {
@@ -170296,7 +170314,7 @@
170296
170314
  }
170297
170315
  },
170298
170316
  "403": {
170299
- "description": "Response if the repository is archived or if github advanced security is not enabled for this repository",
170317
+ "description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
170300
170318
  "content": {
170301
170319
  "application/json": {
170302
170320
  "schema": {
@@ -170502,7 +170520,7 @@
170502
170520
  "description": "Bad Request if the sarif field is invalid"
170503
170521
  },
170504
170522
  "403": {
170505
- "description": "Response if the repository is archived or if github advanced security is not enabled for this repository",
170523
+ "description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
170506
170524
  "content": {
170507
170525
  "application/json": {
170508
170526
  "schema": {
@@ -192077,7 +192095,7 @@
192077
192095
  },
192078
192096
  "put": {
192079
192097
  "summary": "Create or update file contents",
192080
- "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.",
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.\n\n**Note:** If you use this endpoint and the \"[Delete a file](https://docs.github.com/enterprise-server@3.2/rest/reference/repos/#delete-file)\" endpoint in parallel, the concurrent requests will conflict and you will receive errors. You must use these endpoints serially instead.",
192081
192099
  "tags": [
192082
192100
  "repos"
192083
192101
  ],
@@ -192782,7 +192800,7 @@
192782
192800
  },
192783
192801
  "delete": {
192784
192802
  "summary": "Delete a file",
192785
- "description": "Deletes a file in a repository.\n\nYou can provide an additional `committer` parameter, which is an object containing information about the committer. Or, you can provide an `author` parameter, which is an object containing information about the author.\n\nThe `author` section is optional and is filled in with the `committer` information if omitted. If the `committer` information is omitted, the authenticated user's information is used.\n\nYou must provide values for both `name` and `email`, whether you choose to use `author` or `committer`. Otherwise, you'll receive a `422` status code.",
192803
+ "description": "Deletes a file in a repository.\n\nYou can provide an additional `committer` parameter, which is an object containing information about the committer. Or, you can provide an `author` parameter, which is an object containing information about the author.\n\nThe `author` section is optional and is filled in with the `committer` information if omitted. If the `committer` information is omitted, the authenticated user's information is used.\n\nYou must provide values for both `name` and `email`, whether you choose to use `author` or `committer`. Otherwise, you'll receive a `422` status code.\n\n**Note:** If you use this endpoint and the \"[Create or update file contents](https://docs.github.com/enterprise-server@3.2/rest/reference/repos/#create-or-update-file-contents)\" endpoint in parallel, the concurrent requests will conflict and you will receive errors. You must use these endpoints serially instead.",
192786
192804
  "tags": [
192787
192805
  "repos"
192788
192806
  ],
@@ -203386,7 +203404,7 @@
203386
203404
  },
203387
203405
  {
203388
203406
  "name": "sort",
203389
- "description": "The sort order. Can be either `newest`, `oldest`, or `stargazers`.",
203407
+ "description": "The sort order. `stargazers` will sort by star count.",
203390
203408
  "in": "query",
203391
203409
  "required": false,
203392
203410
  "schema": {
@@ -221660,7 +221678,7 @@
221660
221678
  },
221661
221679
  {
221662
221680
  "name": "state",
221663
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
221681
+ "description": "Indicates the state of the issues to return.",
221664
221682
  "in": "query",
221665
221683
  "required": false,
221666
221684
  "schema": {
@@ -221711,7 +221729,7 @@
221711
221729
  },
221712
221730
  {
221713
221731
  "name": "sort",
221714
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
221732
+ "description": "What to sort results by.",
221715
221733
  "in": "query",
221716
221734
  "required": false,
221717
221735
  "schema": {
@@ -281194,7 +281212,7 @@
281194
281212
  },
281195
281213
  {
281196
281214
  "name": "state",
281197
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
281215
+ "description": "Indicates the state of the projects to return.",
281198
281216
  "in": "query",
281199
281217
  "required": false,
281200
281218
  "schema": {
@@ -282184,7 +282202,7 @@
282184
282202
  },
282185
282203
  {
282186
282204
  "name": "sort",
282187
- "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).",
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.",
282188
282206
  "in": "query",
282189
282207
  "required": false,
282190
282208
  "schema": {
@@ -282200,7 +282218,7 @@
282200
282218
  },
282201
282219
  {
282202
282220
  "name": "direction",
282203
- "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`.",
282221
+ "description": "The direction of the sort. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
282204
282222
  "in": "query",
282205
282223
  "required": false,
282206
282224
  "schema": {
@@ -290168,7 +290186,7 @@
290168
290186
  },
290169
290187
  {
290170
290188
  "name": "direction",
290171
- "description": "Can be either `asc` or `desc`. Ignored without `sort` parameter.",
290189
+ "description": "The direction to sort results. Ignored without `sort` parameter.",
290172
290190
  "in": "query",
290173
290191
  "required": false,
290174
290192
  "schema": {
@@ -299634,7 +299652,7 @@
299634
299652
  },
299635
299653
  {
299636
299654
  "name": "direction",
299637
- "description": "Can be either `asc` or `desc`. Ignored without `sort` parameter.",
299655
+ "description": "The direction to sort results. Ignored without `sort` parameter.",
299638
299656
  "in": "query",
299639
299657
  "required": false,
299640
299658
  "schema": {
@@ -322826,7 +322844,7 @@
322826
322844
  "description": "The REST API URL of the code locations for this alert."
322827
322845
  },
322828
322846
  "state": {
322829
- "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`.",
322847
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
322830
322848
  "type": "string",
322831
322849
  "enum": [
322832
322850
  "open",
@@ -323158,7 +323176,7 @@
323158
323176
  "description": "The REST API URL of the code locations for this alert."
323159
323177
  },
323160
323178
  "state": {
323161
- "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`.",
323179
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
323162
323180
  "type": "string",
323163
323181
  "enum": [
323164
323182
  "open",
@@ -323416,7 +323434,7 @@
323416
323434
  "type": "object",
323417
323435
  "properties": {
323418
323436
  "state": {
323419
- "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`.",
323437
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
323420
323438
  "type": "string",
323421
323439
  "enum": [
323422
323440
  "open",
@@ -323494,7 +323512,7 @@
323494
323512
  "description": "The REST API URL of the code locations for this alert."
323495
323513
  },
323496
323514
  "state": {
323497
- "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`.",
323515
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
323498
323516
  "type": "string",
323499
323517
  "enum": [
323500
323518
  "open",
@@ -362083,7 +362101,7 @@
362083
362101
  },
362084
362102
  {
362085
362103
  "name": "state",
362086
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
362104
+ "description": "Indicates the state of the issues to return.",
362087
362105
  "in": "query",
362088
362106
  "required": false,
362089
362107
  "schema": {
@@ -362107,7 +362125,7 @@
362107
362125
  },
362108
362126
  {
362109
362127
  "name": "sort",
362110
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
362128
+ "description": "What to sort results by.",
362111
362129
  "in": "query",
362112
362130
  "required": false,
362113
362131
  "schema": {
@@ -365636,7 +365654,7 @@
365636
365654
  "parameters": [
365637
365655
  {
365638
365656
  "name": "state",
365639
- "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.",
365657
+ "description": "Indicates the state of the memberships to return. If not specified, the API returns both active and pending memberships.",
365640
365658
  "in": "query",
365641
365659
  "required": false,
365642
365660
  "schema": {
@@ -391731,7 +391749,7 @@
391731
391749
  },
391732
391750
  {
391733
391751
  "name": "state",
391734
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
391752
+ "description": "Indicates the state of the projects to return.",
391735
391753
  "in": "query",
391736
391754
  "required": false,
391737
391755
  "schema": {