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: api/v3.0.0/routes.json
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3276,7 +3276,7 @@
3276
3276
"required": false,
3277
3277
"validation": "",
3278
3278
"invalidmsg": "",
3279
-
"description": "Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repositoryÕs default branch (usually master)."
3279
+
"description": "Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master)."
3280
3280
},
3281
3281
"name": {
3282
3282
"type": "String",
@@ -3436,7 +3436,9 @@
3436
3436
"invalidmsg": "comments, created, or updated",
3437
3437
"description": "comments, created, or updated"
3438
3438
},
3439
-
"$order": null
3439
+
"$order": null,
3440
+
"$page": null,
3441
+
"$per_page": null
3440
3442
}
3441
3443
},
3442
3444
@@ -3452,7 +3454,9 @@
3452
3454
"invalidmsg": "One of stars, forks, or updated. Default: results are sorted by best match.",
3453
3455
"description": "stars, forks, or updated"
3454
3456
},
3455
-
"$order": null
3457
+
"$order": null,
3458
+
"$page": null,
3459
+
"$per_page": null
3456
3460
}
3457
3461
},
3458
3462
@@ -3468,7 +3472,9 @@
3468
3472
"invalidmsg": "Can be followers, repositories, or joined. Default: results are sorted by best match.",
3469
3473
"description": "followers, repositories, or joined"
0 commit comments