Skip to main content
PUT
Compile environment

Authorizations

Authorization
string
header
required

Voiceflow bearer token

Path Parameters

environmentAlias
string
required

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

Query Parameters

projectID
string
required

The ID of the project to operate on.

Response

200 - application/json

Returns a confirmation message and durationMs, how long the compilation took in milliseconds. The environment itself is not part of the response.

message
string
required

A human-readable message confirming the update.

durationMs
number
required

How long the compilation took, in milliseconds.