workflows
Save workflow code
Persists a new revision of the workflow's code. Hash-deduplicates against the current revision (no-op if unchanged). Source is capped at 256KB.
post/workflows/{workflow_id}/code
Path parameters
workflow_idstring uuid required
workflow identifier
workflow identifier
Request body
Example request
{
"$schema": "/api/v1/WorkflowSaveCodeRequest.json"
}Response
OK
Example response
{
"$schema": "/api/v1/WorkflowSaveCodeResponse.json"
}