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
Your remark is not entirely justified, since the "available" status is needed to generate a trial request in swagger. For example, I replaced the default status with "sold". If there is no transmitted status in the request body, then the response with the code 400 is considered correct. it makes no sense to edit something in the code.
Currently, it says:
default: available
But in fact, no default value is used. The parameter has to be supplied:
Request failed with status code 400: No status provided. Try again?
The text was updated successfully, but these errors were encountered: