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
Describe the bug
Sandbox returns 400 instead of 200 for TOO_MANY_MATCHES response
To Reproduce
Use the postman definition for "Search with limited results" to make a search request that returns too many results
The HTTP response code is 400, and issue[0].code is "not-found"
Expected behavior
Should return a 200 message with issue[0].code === "multiple-matches"
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Sandbox returns 400 instead of 200 for
TOO_MANY_MATCHES
responseTo Reproduce
Use the postman definition for "Search with limited results" to make a search request that returns too many results
The HTTP response code is 400, and
issue[0].code
is"not-found"
Expected behavior
Should return a 200 message with
issue[0].code === "multiple-matches"
Screenshots
The text was updated successfully, but these errors were encountered: