Bulk update topics
Topics
Bulk update topics
Updates multiple topics at once. When isTasksVerified is set, cascades to all tasks in the topics.
PATCH
Bulk update topics
Documentation Index
Fetch the complete documentation index at: https://docs.avidoai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your unique Avido API key
Your unique Avido Application ID
Body
application/json
Request body for bulk updating multiple topics
Array of topic IDs to update.
Minimum array length:
1Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Example:
[
"123e4567-e89b-12d3-a456-426614174000",
"223e4567-e89b-12d3-a456-426614174001"
]Whether all tasks in the topics are verified. Setting this will cascade to all tasks in the topics.
Example:
true
Whether the knowledge base for the topics has been fully verified.
Example:
true
Whether the policies for the topics (eval definitions and style guide) have been fully verified.
Example:
true
Response
Successfully updated topics