Update a node split
Use this API to update a node's split configuration
| Path Parameters |
|---|
flowId string — REQUIRED |
itemId string — REQUIRED |
| Request Body — REQUIRED |
|---|
portId stringThe id of the split port on the target node being re-weighted. |
threadSegmentId stringThe thread segment id the split belongs to. |
allOtherNodes objectMap of destination node itemId -> weight (each weight must be > 0). |
splitType stringSplit type: RANDOM or PERCENTAGE. Omit for the engine default (RANDOM). |
| Responses | ||
|---|---|---|
200OK
|