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
When I looked into https://github.com/3commas-io/3commas-official-api-docs/blob/master/3commas_openapidoc.yml, I see two general problems related to this issue:
Entities (i.e. BotEntity)
Nullable fields do not have null types in the definition.
Required fields are not set as required.
Could you please update/fix the OpenApi file? It is very helpful for development.
Hi,
When I try to fetch data with a typed client, I got lots of validation errors.
Most of the fields has
null
values. However, according to the OpenApi doc, they should not be null:Below is an example I got from
{ "ver1/bots", { limit: 1 } }
(There are much more, but my console history cannot have it all to copy):Details
The text was updated successfully, but these errors were encountered: