curl --request PATCH \
--url https://api.example.com/insight/{rec_id}/speaker_respondent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"speaker": "<string>",
"is_respondent": true
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request PATCH \
--url https://api.example.com/insight/{rec_id}/speaker_respondent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"speaker": "<string>",
"is_respondent": true
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The version of the transcript
Successful Response
Was this page helpful?