v3

latestSwagger 2.02026-08-067506752.0 MB
transcript

Update a transcript

patch/v1/org/{orgId}/transcript/{transcriptId}

Path parameters

orgIdstring required

Org identifier (either id or slug)

transcriptIdstring required

Transcript id

Request body

calendarEntryIdstring

optional calendar entry ID

externalCalendarEntryIdstring

optional external calendar event id from the recording system (e.g. the Google Calendar event id)

externalIdstring

external ID of the recording

externalUrlstring

URL to view/watch the recording on the external system

recordingSystemstring

system type used to record

startAtstring

timestamp of the start time (inclusive)

untilAtstring

timestamp of the ending time (exclusive)

tagsstring[]

tags on the transcript, such as customer name

languagestring

ISO 639-1 (two-letter) language code of the meeting

labelstring

meeting title

descriptionstring

very short description of the meeting discussion (1-3 sentences)

summarystring

detailed summary of the meeting discussion (a few paragraphs)

sensitive'GLOBAL' | 'ORG' | 'SENSITIVE' | 'PERSONAL' | 'MANAGER' | 'HIGH' | 'PRIVATE'

sensitivity level of the transcript

Example request

{
  "calendarEntryId": "588f7ee98f138b19220041a7",
  "externalUrl": "https://app.gong.io/call?id=7815638069569786872",
  "recordingSystem": "gong",
  "startAt": "2017-01-24T13:57:52Z",
  "untilAt": "2017-01-24T14:57:52Z",
  "attendees": [
    {
      "personId": "588f7ee98f138b19220041a7",
      "orgId": "588f7ee98f138b19220041a7"
    }
  ],
  "language": "en",
  "shareAccess": [
    {
      "userId": "5887a7718f138b6a2a0041a7",
      "groupId": "5887a7718f138b6a2a0041a7",
      "fields": "name,image,title"
    }
  ]
}

Response

transcript updated