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: src/snapshots/crates_io__openapi__tests__openapi_snapshot.snap
+64Lines changed: 64 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -830,6 +830,70 @@ snapshot_kind: text
830
830
"schema": {
831
831
"type": "string"
832
832
}
833
+
},
834
+
{
835
+
"description": "Additional data to include in the response.\n\nValid values: `release_tracks`.\n\nDefaults to no additional data.\n\nThis parameter expects a comma-separated list of values.",
836
+
"in": "query",
837
+
"name": "include",
838
+
"required": false,
839
+
"schema": {
840
+
"type": [
841
+
"string",
842
+
"null"
843
+
]
844
+
}
845
+
},
846
+
{
847
+
"description": "The sort order of the versions.\n\nValid values: `date`, and `semver`.\n\nDefaults to `semver`.",
848
+
"in": "query",
849
+
"name": "sort",
850
+
"required": false,
851
+
"schema": {
852
+
"type": [
853
+
"string",
854
+
"null"
855
+
]
856
+
}
857
+
},
858
+
{
859
+
"description": "The page number to request.\n\nThis parameter is mutually exclusive with `seek` and not supported for\nall requests.",
860
+
"in": "query",
861
+
"name": "page",
862
+
"required": false,
863
+
"schema": {
864
+
"format": "int32",
865
+
"minimum": 1,
866
+
"type": [
867
+
"integer",
868
+
"null"
869
+
]
870
+
}
871
+
},
872
+
{
873
+
"description": "The number of items to request per page.",
874
+
"in": "query",
875
+
"name": "per_page",
876
+
"required": false,
877
+
"schema": {
878
+
"format": "int32",
879
+
"minimum": 1,
880
+
"type": [
881
+
"integer",
882
+
"null"
883
+
]
884
+
}
885
+
},
886
+
{
887
+
"description": "The seek key to request.\n\nThis parameter is mutually exclusive with `page` and not supported for\nall requests.\n\nThe seek key can usually be found in the `meta.next_page` field of\npaginated responses.",
0 commit comments