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"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.voiceflow.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

authorization
string
header
required

Voiceflow API key

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