Update traffic split
Update traffic split
Changes an existing environment in place. The response carries only a confirmation message, so refetch the environment to read its new values.
PUT
Update traffic split
Authorizations
Voiceflow bearer token
Query Parameters
The ID of the project to operate on.
Body
application/json
Map of environmentAlias → traffic percentage (0-100). Values must sum to 100.
Response
200 - application/json
Confirms the new split was saved. The body is a message only, so read the environments back to see the trafficPercentage now recorded against each one.
A human-readable message confirming the update.