Patch Call
calls
Patch Call
Set the call’s outcome label. Outcome is the only mutable field — everything else (transcript, recording, duration, etc.) is worker-owned and only updatable via the internal endpoints.
PATCH
Patch Call
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Body for PATCH /v1/calls/:id — only the outcome field is mutable by API consumers. Anything else (transcript, recording, etc.) is worker-owned and updated via the internal endpoints.
Response
Successful Response