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
Hello! Im using NestJs and Swagger. Im having this DTO to create documentation.
and this endpoint to create documentation.
so when im creating my object in swagger
i got this object.
There are some properties, like 'categories' or 'companies' which are supposed to be arrays but instead are strings. How can i fix it? Thanks for answer!
The text was updated successfully, but these errors were encountered:
Hello! Im using NestJs and Swagger. Im having this DTO to create documentation.
and this endpoint to create documentation.
so when im creating my object in swagger
i got this object.
There are some properties, like 'categories' or 'companies' which are supposed to be arrays but instead are strings. How can i fix it? Thanks for answer!
The text was updated successfully, but these errors were encountered: