curl --request PATCH \
--url https://realtime-api.voiceflow.com/v1alpha1/project/{projectID}/environment/traffic \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{}'{
"data": {}
}Update the traffic split configuration for all environments on the target assistant. The request can be keyed by environment ID or alias. Percentages must sum to 100.
curl --request PATCH \
--url https://realtime-api.voiceflow.com/v1alpha1/project/{projectID}/environment/traffic \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{}'{
"data": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.voiceflow.com/llms.txt
Use this file to discover all available pages before exploring further.
Voiceflow API key
ID of the project that owns the environments.
0 < x < 100Was this page helpful?