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
It's not possible to create a new project using the endpoint [POST]/api/Projects.
When trying, it gives an error: Could not create an instance of type Clean.Architecture.Web.ApiModels.CreateProjectDTO. Type is an interface or abstract class and cannot be instantiated. Path 'name', line 2, position 9.
The text was updated successfully, but these errors were encountered:
It's not possible to create a new project using the endpoint
[POST]/api/Projects
.When trying, it gives an error:
Could not create an instance of type Clean.Architecture.Web.ApiModels.CreateProjectDTO. Type is an interface or abstract class and cannot be instantiated. Path 'name', line 2, position 9.
The text was updated successfully, but these errors were encountered: