Calls
Update Call Options
PATCH
/api/v1/calls/{call_id}/options진행 중인 그 통화 하나에만 얹습니다 — 번호·워크스페이스에 저장된 설정은 그대로이고, 통화가 끝나면 사라집니다.
Authorization
numberKey AuthorizationBearer <token>
번호 API 키. 키가 곧 발신 번호이자 접근 범위다 — 그 번호의 통화만 조회·제어할 수 있다.
In: header
Path Parameters
call_id*Call Id
Header Parameters
X-Number-Id?string|null
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
지원하는 옵션을 하나 이상 보내세요. 모르는 키는 무시됩니다.
지원하는 옵션을 하나 이상 보내세요. 모르는 키는 무시됩니다.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/api/v1/calls/string/options" \ -H "Content-Type: application/json" \ -d '{ "interruption_enabled": false, "language": "en" }'{ "call_id": "3f1c8a52-9d0e-4b77-b3a1-2e5f6c8d9a04", "options": { "language": "en" }, "status": "options_update_requested"}