cURL
curl --request PATCH \ --url https://api.g-tateth.com/api/telephony/calls/{callId}/metadata \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "notes": "<string>", "tags": [ "<string>" ], "rating": 3 } '
Add notes, tags, or other metadata to a call
Documentation IndexFetch the complete documentation index at: https://docs.g-tateth.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.g-tateth.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT token authentication (for user sessions)
1 <= x <= 5
Call metadata updated successfully