Workflows
Update a workflow
Update a workflow's display properties. At least one property must be provided. To change the workflow's mailing list, use the /v1/workflows/{workflowId}/mailing-list endpoint instead.
post/v1/workflows/{workflowId}
Request body
Response
Workflow properties updated.
Example response
{
"nodes": {
"cf16k73gq014h3mmj5b6jdi9r": {
"typeName": "SignupTrigger",
"nextNodeIds": [
"cf16k73gq014h3mmj5b4jdifg",
"cf16k73gq014h3mmj5b4jdifh"
]
}
}
}