Last updated
Last updated
Method for updating an existing project. To make the service work, the _id parameter is required, which is generated when a project is created correctly.
If we want our project to become an active project, we must change the "status" parameter from "draft" to "active".
In the body of this service, you can send all the fields generated when creating a project. The only thing to consider is that the fields we want to modify are the ones that must be included in the body.
Content-Type
application/json
Authorization
Bearer <token>
status
string
Current Status of the project, can be "draft" or "active", only "active" projects can be used.