Skip to main content
PATCH
Update test

Authorizations

Authorization
string
header
required

Voiceflow bearer token

Path Parameters

testID
string
required

The ID of the test to operate on.

Query Parameters

projectID
string
required

The ID of the project to operate on.

environmentAlias
string
required

The alias of the environment to operate on (e.g. main).

Body

application/json
name
string
settings
object
turnOrder
string[]

The IDs of the test's turns, in execution order.

Response

200 - application/json

Confirms the test's name, launch settings, or turnOrder were updated. The body is a message only, and turnOrder is where a conversation's sequence lives, since turns carry no position of their own.

message
string
required

A human-readable message confirming the update.