[PUT] Workspace Speakers
Use this request to manage speakers in a specific workspace.
Workspace Speakers
PUT
/api/v1.0/external/transcripts/speakers/workspaces/{workspaceId}
Path Parameters
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 ExternalWorkspaceSpeakers
ExternalWorkspaceSpeakers
speakers
[ExternalWorkspaceSpeakerViewModel]
The list of speakers.
Body application/json ExternalWorkspaceSpeakerViewModel
ExternalWorkspaceSpeakerViewModel
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.
Example Request
Responses
Response Body ExternalWorkspaceSpeakers
ExternalWorkspaceSpeakers
speakers
[ExternalWorkspaceSpeakerViewModel]
The list of speakers.
Response Body ExternalWorkspaceSpeakerViewModel
ExternalWorkspaceSpeakerViewModel
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.
Last updated