@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": {
@@ -8270,7 +8270,7 @@
8270
8270
  },
8271
8271
  {
8272
8272
  "name": "state",
8273
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
8273
+ "description": "Indicates the state of the issues to return.",
8274
8274
  "in": "query",
8275
8275
  "required": false,
8276
8276
  "schema": {
@@ -8288,7 +8288,7 @@
8288
8288
  },
8289
8289
  {
8290
8290
  "name": "sort",
8291
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
8291
+ "description": "What to sort results by.",
8292
8292
  "in": "query",
8293
8293
  "required": false,
8294
8294
  "schema": {
@@ -8547,7 +8547,7 @@
8547
8547
  "type": "string"
8548
8548
  },
8549
8549
  "mode": {
8550
- "description": "The rendering mode. Can be either `markdown` or `gfm`.",
8550
+ "description": "The rendering mode.",
8551
8551
  "enum": [
8552
8552
  "markdown",
8553
8553
  "gfm"
@@ -12408,7 +12408,7 @@
12408
12408
  },
12409
12409
  {
12410
12410
  "name": "state",
12411
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
12411
+ "description": "Indicates the state of the issues to return.",
12412
12412
  "in": "query",
12413
12413
  "required": false,
12414
12414
  "schema": {
@@ -12426,7 +12426,7 @@
12426
12426
  },
12427
12427
  {
12428
12428
  "name": "sort",
12429
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
12429
+ "description": "What to sort results by.",
12430
12430
  "in": "query",
12431
12431
  "required": false,
12432
12432
  "schema": {
@@ -13339,7 +13339,7 @@
13339
13339
  },
13340
13340
  {
13341
13341
  "name": "state",
13342
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
13342
+ "description": "Indicates the state of the projects to return.",
13343
13343
  "in": "query",
13344
13344
  "required": false,
13345
13345
  "schema": {
@@ -25544,6 +25544,22 @@
25544
25544
  "default": "all"
25545
25545
  }
25546
25546
  },
25547
+ {
25548
+ "name": "permission",
25549
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
25550
+ "in": "query",
25551
+ "required": false,
25552
+ "schema": {
25553
+ "type": "string",
25554
+ "enum": [
25555
+ "pull",
25556
+ "triage",
25557
+ "push",
25558
+ "maintain",
25559
+ "admin"
25560
+ ]
25561
+ }
25562
+ },
25547
25563
  {
25548
25564
  "$ref": "#/components/parameters/per-page"
25549
25565
  },
@@ -27431,7 +27447,7 @@
27431
27447
  },
27432
27448
  "put": {
27433
27449
  "summary": "Create or update file contents",
27434
- "description": "Creates a new file or replaces an existing file in a repository.",
27450
+ "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.",
27435
27451
  "tags": [
27436
27452
  "repos"
27437
27453
  ],
@@ -29227,7 +29243,7 @@
29227
29243
  },
29228
29244
  {
29229
29245
  "name": "sort",
29230
- "description": "The sort order. Can be either `newest`, `oldest`, or `stargazers`.",
29246
+ "description": "The sort order. `stargazers` will sort by star count.",
29231
29247
  "in": "query",
29232
29248
  "required": false,
29233
29249
  "schema": {
@@ -30496,7 +30512,7 @@
30496
30512
  "/repos/{owner}/{repo}/hooks": {
30497
30513
  "get": {
30498
30514
  "summary": "List repository webhooks",
30499
- "description": "",
30515
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
30500
30516
  "tags": [
30501
30517
  "repos"
30502
30518
  ],
@@ -31560,7 +31576,7 @@
31560
31576
  },
31561
31577
  {
31562
31578
  "name": "state",
31563
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
31579
+ "description": "Indicates the state of the issues to return.",
31564
31580
  "in": "query",
31565
31581
  "required": false,
31566
31582
  "schema": {
@@ -31605,7 +31621,7 @@
31605
31621
  },
31606
31622
  {
31607
31623
  "name": "sort",
31608
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
31624
+ "description": "What to sort results by.",
31609
31625
  "in": "query",
31610
31626
  "required": false,
31611
31627
  "schema": {
@@ -36252,7 +36268,7 @@
36252
36268
  },
36253
36269
  {
36254
36270
  "name": "state",
36255
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
36271
+ "description": "Indicates the state of the projects to return.",
36256
36272
  "in": "query",
36257
36273
  "required": false,
36258
36274
  "schema": {
@@ -36477,7 +36493,7 @@
36477
36493
  },
36478
36494
  {
36479
36495
  "name": "sort",
36480
- "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).",
36496
+ "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.",
36481
36497
  "in": "query",
36482
36498
  "required": false,
36483
36499
  "schema": {
@@ -36493,7 +36509,7 @@
36493
36509
  },
36494
36510
  {
36495
36511
  "name": "direction",
36496
- "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`.",
36512
+ "description": "The direction of the sort. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
36497
36513
  "in": "query",
36498
36514
  "required": false,
36499
36515
  "schema": {
@@ -36705,7 +36721,7 @@
36705
36721
  },
36706
36722
  {
36707
36723
  "name": "direction",
36708
- "description": "Can be either `asc` or `desc`. Ignored without `sort` parameter.",
36724
+ "description": "The direction to sort results. Ignored without `sort` parameter.",
36709
36725
  "in": "query",
36710
36726
  "required": false,
36711
36727
  "schema": {
@@ -37385,7 +37401,7 @@
37385
37401
  },
37386
37402
  {
37387
37403
  "name": "direction",
37388
- "description": "Can be either `asc` or `desc`. Ignored without `sort` parameter.",
37404
+ "description": "The direction to sort results. Ignored without `sort` parameter.",
37389
37405
  "in": "query",
37390
37406
  "required": false,
37391
37407
  "schema": {
@@ -46930,7 +46946,7 @@
46930
46946
  },
46931
46947
  {
46932
46948
  "name": "state",
46933
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
46949
+ "description": "Indicates the state of the issues to return.",
46934
46950
  "in": "query",
46935
46951
  "required": false,
46936
46952
  "schema": {
@@ -46948,7 +46964,7 @@
46948
46964
  },
46949
46965
  {
46950
46966
  "name": "sort",
46951
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
46967
+ "description": "What to sort results by.",
46952
46968
  "in": "query",
46953
46969
  "required": false,
46954
46970
  "schema": {
@@ -47325,7 +47341,7 @@
47325
47341
  "parameters": [
47326
47342
  {
47327
47343
  "name": "state",
47328
- "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.",
47344
+ "description": "Indicates the state of the memberships to return. If not specified, the API returns both active and pending memberships.",
47329
47345
  "in": "query",
47330
47346
  "required": false,
47331
47347
  "schema": {
@@ -49464,7 +49480,7 @@
49464
49480
  },
49465
49481
  {
49466
49482
  "name": "state",
49467
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
49483
+ "description": "Indicates the state of the projects to return.",
49468
49484
  "in": "query",
49469
49485
  "required": false,
49470
49486
  "schema": {
@@ -60595,7 +60611,16 @@
60595
60611
  "description": "The outcome of the job.",
60596
60612
  "example": "success",
60597
60613
  "type": "string",
60598
- "nullable": true
60614
+ "nullable": true,
60615
+ "enum": [
60616
+ "success",
60617
+ "failure",
60618
+ "neutral",
60619
+ "cancelled",
60620
+ "skipped",
60621
+ "timed_out",
60622
+ "action_required"
60623
+ ]
60599
60624
  },
60600
60625
  "started_at": {
60601
60626
  "description": "The time that the job started, in ISO 8601 format.",
@@ -71289,7 +71314,7 @@
71289
71314
  "readOnly": true
71290
71315
  },
71291
71316
  "secret-scanning-alert-state": {
71292
- "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`.",
71317
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
71293
71318
  "type": "string",
71294
71319
  "enum": [
71295
71320
  "open",
@@ -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": {
@@ -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": {
@@ -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": {
@@ -48043,7 +48043,7 @@
48043
48043
  },
48044
48044
  {
48045
48045
  "name": "state",
48046
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
48046
+ "description": "Indicates the state of the issues to return.",
48047
48047
  "in": "query",
48048
48048
  "required": false,
48049
48049
  "schema": {
@@ -48067,7 +48067,7 @@
48067
48067
  },
48068
48068
  {
48069
48069
  "name": "sort",
48070
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
48070
+ "description": "What to sort results by.",
48071
48071
  "in": "query",
48072
48072
  "required": false,
48073
48073
  "schema": {
@@ -51293,7 +51293,7 @@
51293
51293
  "type": "string"
51294
51294
  },
51295
51295
  "mode": {
51296
- "description": "The rendering mode. Can be either `markdown` or `gfm`.",
51296
+ "description": "The rendering mode.",
51297
51297
  "enum": [
51298
51298
  "markdown",
51299
51299
  "gfm"
@@ -78453,7 +78453,7 @@
78453
78453
  },
78454
78454
  {
78455
78455
  "name": "state",
78456
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
78456
+ "description": "Indicates the state of the issues to return.",
78457
78457
  "in": "query",
78458
78458
  "required": false,
78459
78459
  "schema": {
@@ -78477,7 +78477,7 @@
78477
78477
  },
78478
78478
  {
78479
78479
  "name": "sort",
78480
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
78480
+ "description": "What to sort results by.",
78481
78481
  "in": "query",
78482
78482
  "required": false,
78483
78483
  "schema": {
@@ -83427,7 +83427,7 @@
83427
83427
  },
83428
83428
  {
83429
83429
  "name": "state",
83430
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
83430
+ "description": "Indicates the state of the projects to return.",
83431
83431
  "in": "query",
83432
83432
  "required": false,
83433
83433
  "schema": {
@@ -88166,7 +88166,7 @@
88166
88166
  "description": "The REST API URL of the code locations for this alert."
88167
88167
  },
88168
88168
  "state": {
88169
- "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`.",
88169
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
88170
88170
  "type": "string",
88171
88171
  "enum": [
88172
88172
  "open",
@@ -118792,7 +118792,16 @@
118792
118792
  "description": "The outcome of the job.",
118793
118793
  "example": "success",
118794
118794
  "type": "string",
118795
- "nullable": true
118795
+ "nullable": true,
118796
+ "enum": [
118797
+ "success",
118798
+ "failure",
118799
+ "neutral",
118800
+ "cancelled",
118801
+ "skipped",
118802
+ "timed_out",
118803
+ "action_required"
118804
+ ]
118796
118805
  },
118797
118806
  "started_at": {
118798
118807
  "description": "The time that the job started, in ISO 8601 format.",
@@ -131175,7 +131184,16 @@
131175
131184
  "description": "The outcome of the job.",
131176
131185
  "example": "success",
131177
131186
  "type": "string",
131178
- "nullable": true
131187
+ "nullable": true,
131188
+ "enum": [
131189
+ "success",
131190
+ "failure",
131191
+ "neutral",
131192
+ "cancelled",
131193
+ "skipped",
131194
+ "timed_out",
131195
+ "action_required"
131196
+ ]
131179
131197
  },
131180
131198
  "started_at": {
131181
131199
  "description": "The time that the job started, in ISO 8601 format.",
@@ -172630,6 +172648,22 @@
172630
172648
  "default": "all"
172631
172649
  }
172632
172650
  },
172651
+ {
172652
+ "name": "permission",
172653
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
172654
+ "in": "query",
172655
+ "required": false,
172656
+ "schema": {
172657
+ "type": "string",
172658
+ "enum": [
172659
+ "pull",
172660
+ "triage",
172661
+ "push",
172662
+ "maintain",
172663
+ "admin"
172664
+ ]
172665
+ }
172666
+ },
172633
172667
  {
172634
172668
  "name": "per_page",
172635
172669
  "description": "The number of results per page (max 100).",
@@ -193876,7 +193910,7 @@
193876
193910
  },
193877
193911
  "put": {
193878
193912
  "summary": "Create or update file contents",
193879
- "description": "Creates a new file or replaces an existing file in a repository.",
193913
+ "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.",
193880
193914
  "tags": [
193881
193915
  "repos"
193882
193916
  ],
@@ -205136,7 +205170,7 @@
205136
205170
  },
205137
205171
  {
205138
205172
  "name": "sort",
205139
- "description": "The sort order. Can be either `newest`, `oldest`, or `stargazers`.",
205173
+ "description": "The sort order. `stargazers` will sort by star count.",
205140
205174
  "in": "query",
205141
205175
  "required": false,
205142
205176
  "schema": {
@@ -215304,7 +215338,7 @@
215304
215338
  "/repos/{owner}/{repo}/hooks": {
215305
215339
  "get": {
215306
215340
  "summary": "List repository webhooks",
215307
- "description": "",
215341
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
215308
215342
  "tags": [
215309
215343
  "repos"
215310
215344
  ],
@@ -223457,7 +223491,7 @@
223457
223491
  },
223458
223492
  {
223459
223493
  "name": "state",
223460
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
223494
+ "description": "Indicates the state of the issues to return.",
223461
223495
  "in": "query",
223462
223496
  "required": false,
223463
223497
  "schema": {
@@ -223508,7 +223542,7 @@
223508
223542
  },
223509
223543
  {
223510
223544
  "name": "sort",
223511
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
223545
+ "description": "What to sort results by.",
223512
223546
  "in": "query",
223513
223547
  "required": false,
223514
223548
  "schema": {
@@ -283106,7 +283140,7 @@
283106
283140
  },
283107
283141
  {
283108
283142
  "name": "state",
283109
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
283143
+ "description": "Indicates the state of the projects to return.",
283110
283144
  "in": "query",
283111
283145
  "required": false,
283112
283146
  "schema": {
@@ -284086,7 +284120,7 @@
284086
284120
  },
284087
284121
  {
284088
284122
  "name": "sort",
284089
- "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).",
284123
+ "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.",
284090
284124
  "in": "query",
284091
284125
  "required": false,
284092
284126
  "schema": {
@@ -284102,7 +284136,7 @@
284102
284136
  },
284103
284137
  {
284104
284138
  "name": "direction",
284105
- "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`.",
284139
+ "description": "The direction of the sort. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
284106
284140
  "in": "query",
284107
284141
  "required": false,
284108
284142
  "schema": {
@@ -292082,7 +292116,7 @@
292082
292116
  },
292083
292117
  {
292084
292118
  "name": "direction",
292085
- "description": "Can be either `asc` or `desc`. Ignored without `sort` parameter.",
292119
+ "description": "The direction to sort results. Ignored without `sort` parameter.",
292086
292120
  "in": "query",
292087
292121
  "required": false,
292088
292122
  "schema": {
@@ -301507,7 +301541,7 @@
301507
301541
  },
301508
301542
  {
301509
301543
  "name": "direction",
301510
- "description": "Can be either `asc` or `desc`. Ignored without `sort` parameter.",
301544
+ "description": "The direction to sort results. Ignored without `sort` parameter.",
301511
301545
  "in": "query",
301512
301546
  "required": false,
301513
301547
  "schema": {
@@ -324810,7 +324844,7 @@
324810
324844
  "description": "The REST API URL of the code locations for this alert."
324811
324845
  },
324812
324846
  "state": {
324813
- "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`.",
324847
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
324814
324848
  "type": "string",
324815
324849
  "enum": [
324816
324850
  "open",
@@ -325142,7 +325176,7 @@
325142
325176
  "description": "The REST API URL of the code locations for this alert."
325143
325177
  },
325144
325178
  "state": {
325145
- "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`.",
325179
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
325146
325180
  "type": "string",
325147
325181
  "enum": [
325148
325182
  "open",
@@ -325400,7 +325434,7 @@
325400
325434
  "type": "object",
325401
325435
  "properties": {
325402
325436
  "state": {
325403
- "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`.",
325437
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
325404
325438
  "type": "string",
325405
325439
  "enum": [
325406
325440
  "open",
@@ -325478,7 +325512,7 @@
325478
325512
  "description": "The REST API URL of the code locations for this alert."
325479
325513
  },
325480
325514
  "state": {
325481
- "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`.",
325515
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
325482
325516
  "type": "string",
325483
325517
  "enum": [
325484
325518
  "open",
@@ -364158,7 +364192,7 @@
364158
364192
  },
364159
364193
  {
364160
364194
  "name": "state",
364161
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
364195
+ "description": "Indicates the state of the issues to return.",
364162
364196
  "in": "query",
364163
364197
  "required": false,
364164
364198
  "schema": {
@@ -364182,7 +364216,7 @@
364182
364216
  },
364183
364217
  {
364184
364218
  "name": "sort",
364185
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
364219
+ "description": "What to sort results by.",
364186
364220
  "in": "query",
364187
364221
  "required": false,
364188
364222
  "schema": {
@@ -367705,7 +367739,7 @@
367705
367739
  "parameters": [
367706
367740
  {
367707
367741
  "name": "state",
367708
- "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.",
367742
+ "description": "Indicates the state of the memberships to return. If not specified, the API returns both active and pending memberships.",
367709
367743
  "in": "query",
367710
367744
  "required": false,
367711
367745
  "schema": {
@@ -393824,7 +393858,7 @@
393824
393858
  },
393825
393859
  {
393826
393860
  "name": "state",
393827
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
393861
+ "description": "Indicates the state of the projects to return.",
393828
393862
  "in": "query",
393829
393863
  "required": false,
393830
393864
  "schema": {