cURL
curl --request PATCH \ --url https://api.upon-ai.com/api/calls/{callId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "workspaceId": 123, "metadata": {}, "optOutSensitiveDataStorage": true } '
{ "callId": "<string>", "callType": "<string>", "status": "<string>", "agentId": "<string>", "agentVersion": 123, "metadata": {}, "optOutSensitiveDataStorage": true, "accessToken": "<string>", "expiresAt": "2023-11-07T05:31:56Z", "webCallUrl": "<string>", "uponai_dynamic_variables": {} }
Update stored metadata or opt out of sensitive data storage.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Call identifier or SID.
Show child attributes
Updated call record.