provider Agents Platform PATCH /v1/convai/tags/{tag_id}
@utdk/elevenlabs /v1/convai/tags/{tag_id}
Update Conversation Tag
Update a conversation tag's title and/or description. Restricted to the tag owner or a workspace admin.
tag_id path required
string
xi-api-key header
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Try it

Authentication
Configure credentials for ElevenLabs API Documentation
updateConversationTagRoute
PATCH/v1/convai/tags/{tag_id}
Update a conversation tag's title and/or description. Restricted to the tag owner or a workspace admin.

Parameters

required

Input

If provided, replaces the tag title. Omit to leave unchanged.

If provided, replaces the tag description. Omit to leave unchanged.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.updateConversationTagRoute()