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
+17-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,23 @@ snapshot_kind: text
19
19
"version": "0.0.0"
20
20
},
21
21
"openapi": "3.1.0",
22
-
"paths": {},
22
+
"paths": {
23
+
"/api/v1/crates": {
24
+
"get": {
25
+
"description": "Called in a variety of scenarios in the front end, including:\n- Alphabetical listing of crates\n- List of crates under a specific owner\n- Listing a user's followed crates",
0 commit comments