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"
}
'Update the definition of the specified 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"
}
'Voiceflow Dialog Manager API key (VF.DM) or Workspace API key (VF.WS)
ID of the property to target.
Was this page helpful?