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 making a post-request to the /project-endpoint the docs says that only first- and lastname of the project manager is required. When executing the request you get a missing parameter error saying that the endpoint requires projectmanager.id.
Docs should be updated...
The text was updated successfully, but these errors were encountered:
Most of our endpoints don't support creating / updating resources other than the top level one. What you are seeing is how an Employee looks like in general. The proper solution is to specify the ID of the Employee that is the project manager for the given project. Other values included other than the ID is in most cases ignored when it comes to referring to other resources.
Not sure if I understand your answer. We're not creating or updating any resources, simply just passing a reference to who's the project manager for a new project. My point is that your swagger documentation doesn't describe it. See the attached screenshot...
When making a post-request to the /project-endpoint the docs says that only first- and lastname of the project manager is required. When executing the request you get a missing parameter error saying that the endpoint requires projectmanager.id.
Docs should be updated...
The text was updated successfully, but these errors were encountered: