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/api.github.com/api.github.com.json
+29-20Lines changed: 29 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -5448,7 +5448,7 @@
5448
5448
},
5449
5449
{
5450
5450
"name": "state",
5451
-
"description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
5451
+
"description": "Indicates the state of the issues to return.",
5452
5452
"in": "query",
5453
5453
"required": false,
5454
5454
"schema": {
@@ -5466,7 +5466,7 @@
5466
5466
},
5467
5467
{
5468
5468
"name": "sort",
5469
-
"description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
5469
+
"description": "What to sort results by.",
5470
5470
"in": "query",
5471
5471
"required": false,
5472
5472
"schema": {
@@ -5707,7 +5707,7 @@
5707
5707
"type": "string"
5708
5708
},
5709
5709
"mode": {
5710
-
"description": "The rendering mode. Can be either `markdown` or `gfm`.",
5710
+
"description": "The rendering mode.",
5711
5711
"enum": [
5712
5712
"markdown",
5713
5713
"gfm"
@@ -12426,7 +12426,7 @@
12426
12426
},
12427
12427
{
12428
12428
"name": "state",
12429
-
"description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
12429
+
"description": "Indicates the state of the issues to return.",
12430
12430
"in": "query",
12431
12431
"required": false,
12432
12432
"schema": {
@@ -12444,7 +12444,7 @@
12444
12444
},
12445
12445
{
12446
12446
"name": "sort",
12447
-
"description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
12447
+
"description": "What to sort results by.",
12448
12448
"in": "query",
12449
12449
"required": false,
12450
12450
"schema": {
@@ -14062,7 +14062,7 @@
14062
14062
},
14063
14063
{
14064
14064
"name": "state",
14065
-
"description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
14065
+
"description": "Indicates the state of the projects to return.",
14066
14066
"in": "query",
14067
14067
"required": false,
14068
14068
"schema": {
@@ -32890,7 +32890,7 @@
32890
32890
},
32891
32891
{
32892
32892
"name": "sort",
32893
-
"description": "The sort order. Can be either `newest`, `oldest`, or `stargazers`.",
32893
+
"description": "The sort order. `stargazers` will sort by star count.",
32894
32894
"in": "query",
32895
32895
"required": false,
32896
32896
"schema": {
@@ -35891,7 +35891,7 @@
35891
35891
},
35892
35892
{
35893
35893
"name": "state",
35894
-
"description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
35894
+
"description": "Indicates the state of the issues to return.",
35895
35895
"in": "query",
35896
35896
"required": false,
35897
35897
"schema": {
@@ -35936,7 +35936,7 @@
35936
35936
},
35937
35937
{
35938
35938
"name": "sort",
35939
-
"description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
35939
+
"description": "What to sort results by.",
35940
35940
"in": "query",
35941
35941
"required": false,
35942
35942
"schema": {
@@ -40440,7 +40440,7 @@
40440
40440
},
40441
40441
{
40442
40442
"name": "state",
40443
-
"description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
40443
+
"description": "Indicates the state of the projects to return.",
40444
40444
"in": "query",
40445
40445
"required": false,
40446
40446
"schema": {
@@ -40651,7 +40651,7 @@
40651
40651
},
40652
40652
{
40653
40653
"name": "sort",
40654
-
"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).",
40654
+
"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.",
40655
40655
"in": "query",
40656
40656
"required": false,
40657
40657
"schema": {
@@ -40667,7 +40667,7 @@
40667
40667
},
40668
40668
{
40669
40669
"name": "direction",
40670
-
"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`.",
40670
+
"description": "The direction of the sort. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
40671
40671
"in": "query",
40672
40672
"required": false,
40673
40673
"schema": {
@@ -40871,7 +40871,7 @@
40871
40871
},
40872
40872
{
40873
40873
"name": "direction",
40874
-
"description": "Can be either `asc` or `desc`. Ignored without `sort` parameter.",
40874
+
"description": "The direction to sort results. Ignored without `sort` parameter.",
40875
40875
"in": "query",
40876
40876
"required": false,
40877
40877
"schema": {
@@ -41622,7 +41622,7 @@
41622
41622
},
41623
41623
{
41624
41624
"name": "direction",
41625
-
"description": "Can be either `asc` or `desc`. Ignored without `sort` parameter.",
41625
+
"description": "The direction to sort results. Ignored without `sort` parameter.",
41626
41626
"in": "query",
41627
41627
"required": false,
41628
41628
"schema": {
@@ -54177,7 +54177,7 @@
54177
54177
},
54178
54178
{
54179
54179
"name": "state",
54180
-
"description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
54180
+
"description": "Indicates the state of the issues to return.",
54181
54181
"in": "query",
54182
54182
"required": false,
54183
54183
"schema": {
@@ -54195,7 +54195,7 @@
54195
54195
},
54196
54196
{
54197
54197
"name": "sort",
54198
-
"description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
54198
+
"description": "What to sort results by.",
54199
54199
"in": "query",
54200
54200
"required": false,
54201
54201
"schema": {
@@ -54633,7 +54633,7 @@
54633
54633
"parameters": [
54634
54634
{
54635
54635
"name": "state",
54636
-
"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.",
54636
+
"description": "Indicates the state of the memberships to return. If not specified, the API returns both active and pending memberships.",
54637
54637
"in": "query",
54638
54638
"required": false,
54639
54639
"schema": {
@@ -58181,7 +58181,7 @@
58181
58181
},
58182
58182
{
58183
58183
"name": "state",
58184
-
"description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
58184
+
"description": "Indicates the state of the projects to return.",
58185
58185
"in": "query",
58186
58186
"required": false,
58187
58187
"schema": {
@@ -62901,7 +62901,7 @@
62901
62901
"nullable": true
62902
62902
},
62903
62903
"secret-scanning-alert-state": {
62904
-
"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`.",
62904
+
"description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
62905
62905
"type": "string",
62906
62906
"enum": [
62907
62907
"open",
@@ -71502,7 +71502,16 @@
71502
71502
"description": "The outcome of the job.",
71503
71503
"example": "success",
71504
71504
"type": "string",
71505
-
"nullable": true
71505
+
"nullable": true,
71506
+
"enum": [
71507
+
"success",
71508
+
"failure",
71509
+
"neutral",
71510
+
"cancelled",
71511
+
"skipped",
71512
+
"timed_out",
71513
+
"action_required"
71514
+
]
71506
71515
},
71507
71516
"started_at": {
71508
71517
"description": "The time that the job started, in ISO 8601 format.",
0 commit comments