[PUT] Task Speaker
Use this request to update a speaker in a specific task and workspace.
Task Speaker
PUT
/api/v1.0/external/transcripts/speakers/tasks/{taskId}/{workspaceId}
Path Parameters
taskId
integer
The ID that identifies the task to retrieve data on. This ID is always unique and never changes after it has been created.
workspaceId
integer
The ID that identifies the workspace to retrieve data on. This ID is always unique and never changes after it has been created.
Body application/json ExternalTaskSpeakerModel
ExternalTaskSpeakerModel
speakerId
string
The unique identifier of your Speaker.
speakerName
string
The name of your Speaker.
speakerPrefix
string
(optional)
Optional prefix for your Speaker.
speakerSuffix
string
(optional)
Optional suffix for your Speaker.
isDefault
boolean
Defines whether the Speaker is the default
Example Request
Responses
Response Body ExternalTaskSpeakerModel
ExternalTaskSpeakerModel
speakerId
string
The unique identifier of your Speaker.
speakerName
string
The name of your Speaker.
speakerPrefix
string
(optional)
Optional prefix for your Speaker.
speakerSuffix
string
(optional)
Optional suffix for your Speaker.
isDefault
boolean
Defines whether the Speaker is the default
Last updated