Skip to main content
POST
/
api
/
v1
/
flows
/
{flowId}
/
configuration
cURL
curl --request POST \
  --url http://localhost:52000/api/v1/flows/{flowId}/configuration \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "id": "<string>",
    "type": "<string>",
    "endpointId": 123,
    "preProcessor": {},
    "postProcessor": {},
    "nextIfTrue": "<string>",
    "nextIfFalse": "<string>",
    "condition": "<string>"
  }
]
'
[
  {
    "id": "<string>",
    "type": "<string>",
    "endpointId": 123,
    "preProcessor": "<string>",
    "postProcessor": "<string>",
    "nextIfTrue": "<string>",
    "nextIfFalse": "<string>",
    "condition": "<string>"
  }
]

Path Parameters

flowId
integer<int64>
required

Body

application/json
id
string
type
string
endpointId
integer<int64>
preProcessor
object
postProcessor
object
nextIfTrue
string
nextIfFalse
string
condition
string

Response

200 - */*

OK

id
string
type
string
endpointId
integer<int64>
preProcessor
string
postProcessor
string
nextIfTrue
string
nextIfFalse
string
condition
string