v1
latestOpenAPI 3.0.02026-08-066425196.1 KBTranscriptions
Add or update a transcription.
Add a transcription to a record.
put/transcriptions/
Query parameters
publishboolean
publish flag which when true indicates that a transcription should be published
Request body
Example request
{
"transcription": "a properly encoded/escaped transcription",
"targetNaId": 31124739,
"targetObjectId": 77852917,
"userId": "c2558dff-bf46-3e28-8aff-29913227beb2",
"status": "inactive"
}Response
A response body containing confirmation that the transcription was added successfully.