v3

latestOpenAPI 3.1.02026-07-311,4541,5202.3 MB
workflows

Api Workflows Commits Create

Commit the current draft (flip is_read_only True in place).

post/api/workflows/{workflow_id}/commits/

Path parameters

workflow_idstring required

Headers

Authorizationstring required

JWT access token or Respan API key

Request body

descriptionstring

Commit message stamped on the newly committed version.

Response

idstring
workflow_idstring

Logical workflow family key shared across versions

versioninteger
namestring nullable
descriptionstring nullable
type'automations' | 'monitors' | 'evaluators' | 'reports' | 'exports' | 'ingests'
  • automations - Automation
  • monitors - Monitor
  • evaluators - Evaluator
  • reports - Report
  • exports - Export
  • ingests - Ingest
schedule_cronstring nullable

UTC cron schedule (5-field). Populated when trigger_event_type='scheduled'.

is_enabledboolean required
is_starredboolean
is_read_onlyboolean

True for committed versions; only the latest version is editable

is_publicboolean required
unique_organization_idstring required
tasksWorkflowDetailTasksItems[] required
has_async_stepsboolean
created_atstring date-time required
updated_atstring date-time required
deployed_versioninteger nullable required