File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -15101,6 +15101,39 @@ paths:
1510115101 application/json:
1510215102 schema:
1510315103 $ref: "#/components/schemas/error"
15104+ "/fin_voice/call_id/{call_id}":
15105+ get:
15106+ summary: Collect Fin Voice call by call ID
15107+ description: Retrieve information about a Fin Voice call using the call ID.
15108+ operationId: collectFinVoiceCallByCallId
15109+ tags:
15110+ - Calls
15111+ parameters:
15112+ - name: call_id
15113+ in: path
15114+ required: true
15115+ description: The call ID
15116+ schema:
15117+ type: string
15118+ responses:
15119+ '200':
15120+ description: successful
15121+ content:
15122+ application/json:
15123+ schema:
15124+ $ref: "#/components/schemas/ai_call_response"
15125+ '404':
15126+ description: not found - external reference not found or not matched
15127+ content:
15128+ application/json:
15129+ schema:
15130+ $ref: "#/components/schemas/error"
15131+ default:
15132+ description: Unexpected error
15133+ content:
15134+ application/json:
15135+ schema:
15136+ $ref: "#/components/schemas/error"
1510415137 "/fin_voice/external_id/{external_id}":
1510515138 get:
1510615139 summary: Collect Fin Voice call by external ID
You can’t perform that action at this time.
0 commit comments