Skip to main content
PATCH
/
v1
/
transcript-property
/
{propertyID}
Update transcript property
curl --request PATCH \
  --url https://analytics-api.voiceflow.com/v1/transcript-property/{propertyID} \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '
{
  "name": "<string>",
  "type": "boolean"
}
'

Authorizations

authorization
string
header
required

Voiceflow Dialog Manager API key (VF.DM) or Workspace API key (VF.WS)

Path Parameters

propertyID
string
required

ID of the property to target.

Body

application/json
name
string

The name of this property.

Required string length: 1 - 100
type
enum<string>

The type of value held by this property.

Available options:
boolean,
number,
string

Response

204 - undefined