Skip to main content
POST
Publish 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.

Body

application/json
name
string
required

The name of the release created by publishing.

description
string | null

An optional description of what changed in this release.

Response

201 - application/json

Returns the environment together with the release the publish produced, giving the release name, its description, when it was created, and the ID of the backup that snapshots the environment at that release.

environment
object
required
release
object
required