You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: descriptions-next/api.github.com/api.github.com.json
+29-19Lines changed: 29 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -5488,7 +5488,7 @@
5488
5488
},
5489
5489
{
5490
5490
"name": "state",
5491
-
"description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
5491
+
"description": "Indicates the state of the issues to return.",
5492
5492
"in": "query",
5493
5493
"required": false,
5494
5494
"schema": {
@@ -5506,7 +5506,7 @@
5506
5506
},
5507
5507
{
5508
5508
"name": "sort",
5509
-
"description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
5509
+
"description": "What to sort results by.",
5510
5510
"in": "query",
5511
5511
"required": false,
5512
5512
"schema": {
@@ -5747,7 +5747,7 @@
5747
5747
"type": "string"
5748
5748
},
5749
5749
"mode": {
5750
-
"description": "The rendering mode. Can be either `markdown` or `gfm`.",
5750
+
"description": "The rendering mode.",
5751
5751
"enum": [
5752
5752
"markdown",
5753
5753
"gfm"
@@ -12482,7 +12482,7 @@
12482
12482
},
12483
12483
{
12484
12484
"name": "state",
12485
-
"description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
12485
+
"description": "Indicates the state of the issues to return.",
12486
12486
"in": "query",
12487
12487
"required": false,
12488
12488
"schema": {
@@ -12500,7 +12500,7 @@
12500
12500
},
12501
12501
{
12502
12502
"name": "sort",
12503
-
"description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
12503
+
"description": "What to sort results by.",
12504
12504
"in": "query",
12505
12505
"required": false,
12506
12506
"schema": {
@@ -14132,7 +14132,7 @@
14132
14132
},
14133
14133
{
14134
14134
"name": "state",
14135
-
"description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
14135
+
"description": "Indicates the state of the projects to return.",
14136
14136
"in": "query",
14137
14137
"required": false,
14138
14138
"schema": {
@@ -33058,7 +33058,7 @@
33058
33058
},
33059
33059
{
33060
33060
"name": "sort",
33061
-
"description": "The sort order. Can be either `newest`, `oldest`, or `stargazers`.",
33061
+
"description": "The sort order. `stargazers` will sort by star count.",
33062
33062
"in": "query",
33063
33063
"required": false,
33064
33064
"schema": {
@@ -36081,7 +36081,7 @@
36081
36081
},
36082
36082
{
36083
36083
"name": "state",
36084
-
"description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
36084
+
"description": "Indicates the state of the issues to return.",
36085
36085
"in": "query",
36086
36086
"required": false,
36087
36087
"schema": {
@@ -36126,7 +36126,7 @@
36126
36126
},
36127
36127
{
36128
36128
"name": "sort",
36129
-
"description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
36129
+
"description": "What to sort results by.",
36130
36130
"in": "query",
36131
36131
"required": false,
36132
36132
"schema": {
@@ -40667,7 +40667,7 @@
40667
40667
},
40668
40668
{
40669
40669
"name": "state",
40670
-
"description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
40670
+
"description": "Indicates the state of the projects to return.",
40671
40671
"in": "query",
40672
40672
"required": false,
40673
40673
"schema": {
@@ -40878,7 +40878,7 @@
40878
40878
},
40879
40879
{
40880
40880
"name": "sort",
40881
-
"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).",
40881
+
"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.",
40882
40882
"in": "query",
40883
40883
"required": false,
40884
40884
"schema": {
@@ -40894,7 +40894,7 @@
40894
40894
},
40895
40895
{
40896
40896
"name": "direction",
40897
-
"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`.",
40897
+
"description": "The direction of the sort. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
40898
40898
"in": "query",
40899
40899
"required": false,
40900
40900
"schema": {
@@ -41100,7 +41100,7 @@
41100
41100
},
41101
41101
{
41102
41102
"name": "direction",
41103
-
"description": "Can be either `asc` or `desc`. Ignored without `sort` parameter.",
41103
+
"description": "The direction to sort results. Ignored without `sort` parameter.",
41104
41104
"in": "query",
41105
41105
"required": false,
41106
41106
"schema": {
@@ -41853,7 +41853,7 @@
41853
41853
},
41854
41854
{
41855
41855
"name": "direction",
41856
-
"description": "Can be either `asc` or `desc`. Ignored without `sort` parameter.",
41856
+
"description": "The direction to sort results. Ignored without `sort` parameter.",
41857
41857
"in": "query",
41858
41858
"required": false,
41859
41859
"schema": {
@@ -54480,7 +54480,7 @@
54480
54480
},
54481
54481
{
54482
54482
"name": "state",
54483
-
"description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
54483
+
"description": "Indicates the state of the issues to return.",
54484
54484
"in": "query",
54485
54485
"required": false,
54486
54486
"schema": {
@@ -54498,7 +54498,7 @@
54498
54498
},
54499
54499
{
54500
54500
"name": "sort",
54501
-
"description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
54501
+
"description": "What to sort results by.",
54502
54502
"in": "query",
54503
54503
"required": false,
54504
54504
"schema": {
@@ -54938,7 +54938,7 @@
54938
54938
"parameters": [
54939
54939
{
54940
54940
"name": "state",
54941
-
"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.",
54941
+
"description": "Indicates the state of the memberships to return. If not specified, the API returns both active and pending memberships.",
54942
54942
"in": "query",
54943
54943
"required": false,
54944
54944
"schema": {
@@ -58538,7 +58538,7 @@
58538
58538
},
58539
58539
{
58540
58540
"name": "state",
58541
-
"description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
58541
+
"description": "Indicates the state of the projects to return.",
58542
58542
"in": "query",
58543
58543
"required": false,
58544
58544
"schema": {
@@ -63774,7 +63774,7 @@
63774
63774
}
63775
63775
},
63776
63776
"secret-scanning-alert-state": {
63777
-
"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`.",
63777
+
"description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
0 commit comments