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
{{ message }}
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
Right now, all JSON models for api bodies are not validated, so it's easy to provide invalid input that returns a 400.
A good example is in calls that either require a document or a field as input.
Should add validation to call request constructors to warn developers about the correct way to construct request calls.
The text was updated successfully, but these errors were encountered: