AddTagsRequestSchema
chat_log_idsinteger[]required
Array of training log IDs to tag. IDs are returned by List training logs.
Example:
[1001]replaceboolean
When true, replaces all existing tags on the selected logs with the new tags. When false (default), merges the new tags with existing ones.
tagsstring[]
One or more tag strings to apply to each specified log entry.
Example:
["production","reviewed"]AddTagsRequestSchema
{
"chat_log_ids": [
1293118
],
"tags": [
"apitest"
]
}
Was this page helpful?