patch https://api.voiceflow.com/v2/transcripts//
update a transcipt record for the given projectID/transcriptID
Response
update a transcipt record for the given projectID/transcriptID
xxxxxxxxxx
curl --request PATCH \
--url https://api.voiceflow.com/v2/transcripts/projectID/transcriptID \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
25{
"projectID": "string",
"sessionID": "string",
"browser": "chrome, safari",
"device": "desktop, mobile",
"os": "macos, windows, linux",
"reportTags": [
"string"
],
"unread": true,
"annotations": {
"_id": {
"utteranceAddedCount": 0,
"utteranceAddedTo": "string"
}
},
"creatorID": "string",
"createdAt": "string",
"updatedAt": "string",
"user": {
"name": "John Doe",
"image": "https://creator.voiceflow.com/assets/vf-logo-f0e2d8a2.png"
},
"customProperties": {}
}