Update session speaker mapping
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Deprecated: use PATCH /api/v2/therapy-session/{sessionId} (the speakerMapping field) instead.
Updates the speaker-to-participant mapping for the session transcript.
Changing the mapping triggers re-processing of all insights and progress notes for the session.
Path Parameters
- sessionId string required
Id of session.
- application/json
Request Body required
Speaker mapping update request
speakerMapping object required
Mapping of transcript speaker labels to Upheal user identifiers. Each key is a speaker label as it appears in the utterances (e.g. "A", "B") and each value is the UUID of the user that speaker is mapped to. One user identifier can be assigned to multiple speakers.
property name*string
Responses
- 204
- 403
- 404
OK. Speaker mapping was updated.
Invalid API Key
Record with given ID wasn't found.
Loading...