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: docs/api/API_ERRORS.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,16 @@ All errors follow [RFC 7807 Problem Details](./PROBLEM_DETAILS_RFC_7807.md).
16
16
- Vehicle with specified make/model/year does not exist
17
17
- Manufacturer slug is invalid or has no models
18
18
19
-
**Resolution:** Verify the resource identifier. Use `/api/v1/makes` to list valid manufacturers or `/api/v1/vehicles` to browse available vehicles.
19
+
**Resolution:** Verify the resource identifier. Use `/api/v1/makes/list` to list valid manufacturers or `/api/v1/vehicles/list` to browse available vehicles.
0 commit comments