Add one or more tags to a conversation item.
Documentation Index
Fetch the complete documentation index at: https://help.withallo.com/llms.txt
Use this file to discover all available pages before exploring further.
TAGS_WRITEGET /v2/api/tags to get the keys.
Adding a tag that already exists on the item returns a 409 error with code TAG_ALREADY_EXISTS. No action is taken — the tag remains applied.
Idempotency-Key header. If a request succeeds and you retry with the same key, the stored response is returned without re-executing the operation. See Idempotency.