Skip to main content
POST
Create property

Authorizations

Authorization
string
header
required

Voiceflow bearer token

Query Parameters

projectID
string
required

The ID of the project to operate on.

Body

application/json
name
string
required
type
enum<string>
required

The type of value the property holds.

Available options:
boolean,
number,
string

Response

201 - application/json

Creates the property and returns it with its generated ID, the value type it holds, and the project it belongs to. The property is now defined on the project but is not yet set on any transcript.

property
object
required