v

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-09523894929.2 KB
Workflows

Deploy Workflow Revision

post/workflows/revisions/deploy

Request body

keystring nullable

Reference key to set on the environment revision. Defaults to <workflow_slug>.revision when omitted.

messagestring nullable

Commit message recorded on the resulting environment revision.

Response

Successful Response

countinteger

1 when a revision is returned, 0 when none matched.

status'committed' | 'no_change' nullable

Commit outcome. no_change means the change produced the stored configuration, so no revision was created and workflow_revision is the current head. Absent on paths that do not run the checked commit; a reader must treat absent as committed.