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
This is not an important issue, but I think it would be good to design this API in better way to validate all possible inputs and return meaningful errors if something is wrong.
At the moment, I've found the following:
We do not validate fields description, tags, systems, published, createdAt, updatedAt, lastViewed, views, version and it is possible to insert some custom info there through API.
We return 500 Internal Server Error if some mandatory fields like text are missing.
The text was updated successfully, but these errors were encountered:
This is not an important issue, but I think it would be good to design this API in better way to validate all possible inputs and return meaningful errors if something is wrong.
At the moment, I've found the following:
We do not validate fields
description
,tags
,systems
,published
,createdAt
,updatedAt
,lastViewed
,views
,version
and it is possible to insert some custom info there through API.We return
500 Internal Server Error
if some mandatory fields liketext
are missing.The text was updated successfully, but these errors were encountered: