Skip to main content

AddTagsRequestSchema

chat_log_idsinteger[]required

Array of training log IDs to tag. IDs are returned by List training logs.

Possible values: >= 1

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.

Default: false
tagsstring[]

One or more tag strings to apply to each specified log entry.

Example: ["production","reviewed"]
AddTagsRequestSchema
{
"chat_log_ids": [
1293118
],
"tags": [
"apitest"
]
}