Skip to main content
PUT
Set property value

Authorizations

Authorization
string
header
required

Voiceflow bearer token

Path Parameters

propertyID
string
required

The ID of the transcript property to operate on.

Query Parameters

projectID
string
required

The ID of the project to operate on.

Body

application/json
value
string
required

The value to set for the property on the transcript.

transcriptID
string
required

The ID of the transcript to set the property value on.

Response

200 - application/json

Confirms the value was set on the transcript named in the request body. The body is a message only, so read the transcript back to see the stored value.

message
string
required

A human-readable message confirming the update.