Skip to main content
POST
Create many paths

Authorizations

Authorization
string
header
required

Voiceflow bearer token

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
functionID
string
required

The ID of the function to create the paths for.

paths
object[]
required

Response

201 - application/json

Creates every path in the request against the single function it names, and returns the created paths with their generated IDs and labels.

paths
object[]
required