Skip to main content
PATCH
/
api
/
telephony
/
calls
/
{callId}
/
metadata
Update call metadata
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
}
'

Authorizations

Authorization
string
header
required

JWT token authentication (for user sessions)

Path Parameters

callId
string
required

Body

application/json
notes
string
tags
string[]
rating
number
Required range: 1 <= x <= 5

Response

200

Call metadata updated successfully