Update a project flow
Create a new user
PUT- https://api.verifik.co/v2/project-flows/{id}
Method for updating an existing projectFlow. To make the service work, the _id parameter is required, which is generated when a projectFlow is created correctly.
If we want our project to become an active projectFlow, we must change the "status" parameter from "draft" to "active".
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
status
string
Current Status of the project, can be "draft" or "active", only "active" projects can be used.
Body Example
In the body of this service, you can send all the fields generated when creating a projectFlow. The only thing to consider is that the fields we want to modify are the ones that must be included in the body.
Response
Last updated