Skip to main content
PATCH
Update call tag

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

callId
string<uuid>
required

Call ID

Body

application/json
workspaceId
string<uuid>
required

Workspace ID

tag
string
required

Tag name

Minimum string length: 1
source
string
default:user

Tag source (e.g., 'user', 'ai')

Minimum string length: 1
value
number | null

Numeric value for the tag

confidence
number | null

Confidence score (0-1)

Required range: 0 <= x <= 1
metadata
object | null

Additional metadata

delete
boolean

If true, delete the tag instead of updating

Response

Tag updated

success
enum<boolean>
required
Available options:
true
data
object
required