/
BR
brainbasehq
/
BrainBase API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
brainbasehq
BrainBase API
put
Update a flow
v8
latest
OpenAPI 3.0.0
raw.githubusercontent.com
2025-02-04
15
26
35.7 KB
Flows
Update a flow
put
/api/workers/{workerId}/flows/{flowId}
Path parameters
workerId
string
required
flowId
string
required
Request body
UpdateFlowRequest
required
name
string
Name of the flow
code
string
Flow code
label
string
Optional label for the flow
Response
Updated flow
Flows
required
id
string
required
version
integer
required
name
string
required
label
string
nullable
code
string
required
createdAt
string
date-time
required
updatedAt
string
date-time
required
workerId
string
required
deploymentsIds
string[]