Description
Change the done/not done status or validated/not validated status of a project step.
The current user must have administrator rights on the organization, or be in charge of the designed step.
URL
https://api.skriv.com/v1/project/setStepStatus/orgId/projectId/stepId
Field | Type | Description |
---|---|---|
orgId | int | Organization ID |
projectId | int | Project ID |
stepId | int | Step ID |
GET parameters
Field | Type | Description |
---|---|---|
done | bool | Optional. true to mark the step as done (if the step was not marked as done yet); false to mark the step as not done (if the step was marked as done, but not validated yet). |
valid | bool | Optional. true to validate the step (if the step was marked as done and could be validated); false to invalidate it (if the step was validated). |