Flows
Upsert Flow
Create or update a flow with a specific ID (upsert).
Returns 201 for creation, 200 for update. Returns 404 if owned by another user.
put/api/v1/flows/{flow_id}
Path parameters
flow_idstring uuid required
Request body
Response
Successful Response