setStepStatus

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

FieldTypeDescription
orgIdintOrganization ID
projectIdintProject ID
stepIdintStep ID

GET parameters

FieldTypeDescription
doneboolOptional. 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).
validboolOptional. 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).