Update channel transition
Use this API to update a channel transition of the flow
| Path Parameters |
|---|
flowId string — REQUIRED |
| Request Body — REQUIRED |
|---|
sourceItemId stringitemId of the source node the edge originates from. |
destinationItemId stringitemId of the destination node the edge points to. |
portId stringSource port id on the source node identifying the edge. |
channelTransitionDataMap objectSource-channel -> transition data map. Empty map clears the edge's transitions. Each value's channelTransitionType must be a valid ChannelTransitionType. |
| Responses | ||
|---|---|---|
200OK
|