Skip to main content
PATCH
Bulk update topics

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Body

application/json

Request body for bulk updating multiple topics

topicIds
string<uuid>[]
required

Array of topic IDs to update.

Minimum array length: 1
Pattern: ^([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:
isInScope
boolean

Whether the topics are in scope for knowledge tests and KB generation.

Example:

true

isTasksVerified
boolean

Whether all tasks in the topics are verified. Setting this will cascade to all tasks in the topics.

Example:

true

isKnowledgeBaseVerified
boolean

Whether the knowledge base for the topics has been fully verified.

Example:

true

isPoliciesVerified
boolean

Whether the policies for the topics (eval definitions and style guide) have been fully verified.

Example:

true

Response

Successfully updated topics