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
The API responses do not follow any JSON-compliant standard such as https://jsonapi.org/. The endpoints do not return adequate error responses consistently. For instance,
The API for registering an account will return validation errors
API/v1/SearchController will result in a server error when the params is invalid, e.g. empty value for the search[file] param (no file is uploaded).
The text was updated successfully, but these errors were encountered:
Issue
The API responses do not follow any JSON-compliant standard such as https://jsonapi.org/. The endpoints do not return adequate error responses consistently. For instance,
search[file]
param (no file is uploaded).The text was updated successfully, but these errors were encountered: