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' \
  --data '
{
  "name": "<string>",
  "type": "boolean",
  "description": "<string>"
}
'

Path Parameters

propertyID
string
required

Body

application/json
name
string
Required string length: 1 - 100
type
enum<string>
Available options:
boolean,
number,
string
description
string

Response

204 - undefined