v1

latestOpenAPI 3.0.0MIT2026-07-22275773.2 KB
Flows

Publish Flow Template

Publishes a new Flow template version.

post/v1/flows/{flowId}/templates

Path parameters

flowIdstring required
Example:33093874-1e3d-4ea9-b988-8cc64e5a4079

The Flow ID.

Response

Published Flow template version

flowIdstring required

The Flow ID.

versioninteger required

The published Flow template version.

Example response

{
  "flowId": "33093874-1e3d-4ea9-b988-8cc64e5a4079",
  "version": 1
}