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
+5-5
Original file line number
Diff line number
Diff line change
@@ -1232,7 +1232,7 @@ expression: response.json()
1232
1232
}
1233
1233
},
1234
1234
{
1235
-
"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.",
1235
+
"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. It can also be found in the `meta.prev_page` field\nwhen the endpoint supports backward pagination, in which case the value\nstarts with a `-`.",
1236
1236
"in": "query",
1237
1237
"name": "seek",
1238
1238
"required": false,
@@ -1450,7 +1450,7 @@ expression: response.json()
1450
1450
}
1451
1451
},
1452
1452
{
1453
-
"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.",
1453
+
"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. It can also be found in the `meta.prev_page` field\nwhen the endpoint supports backward pagination, in which case the value\nstarts with a `-`.",
1454
1454
"in": "query",
1455
1455
"name": "seek",
1456
1456
"required": false,
@@ -1758,7 +1758,7 @@ expression: response.json()
1758
1758
}
1759
1759
},
1760
1760
{
1761
-
"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.",
1761
+
"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. It can also be found in the `meta.prev_page` field\nwhen the endpoint supports backward pagination, in which case the value\nstarts with a `-`.",
1762
1762
"in": "query",
1763
1763
"name": "seek",
1764
1764
"required": false,
@@ -2666,7 +2666,7 @@ expression: response.json()
2666
2666
}
2667
2667
},
2668
2668
{
2669
-
"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.",
2669
+
"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. It can also be found in the `meta.prev_page` field\nwhen the endpoint supports backward pagination, in which case the value\nstarts with a `-`.",
2670
2670
"in": "query",
2671
2671
"name": "seek",
2672
2672
"required": false,
@@ -3279,7 +3279,7 @@ expression: response.json()
3279
3279
}
3280
3280
},
3281
3281
{
3282
-
"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.",
3282
+
"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. It can also be found in the `meta.prev_page` field\nwhen the endpoint supports backward pagination, in which case the value\nstarts with a `-`.",
0 commit comments