Update a quickstart
Updates an existing quickstart with the provided details.
Authorizations
Your unique Avido API key
Your unique Avido Application ID
Path Parameters
The unique identifier of the quickstart
^([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)$"123e4567-e89b-12d3-a456-426614174000"
Body
Request body for updating a quickstart
The title of the quickstart
1 - 255"My Quickstart"
The description of the quickstart (empty strings are treated as omitted)
2048"A quickstart for onboarding"
The status of the quickstart
MATERIALS_UPLOAD, MATERIALS_PROCESSING, MATERIALS_PROCESSING_FAILED, TASKS_TOPICS_REVIEW, KB_PROCESSING, KB_PROCESSING_FAILED, KB_REVIEW, POLICIES_PROCESSING, POLICIES_PROCESSING_FAILED, POLICIES_REVIEW, COMPLETE "MATERIALS_PROCESSING"
When true, the quickstart builds a structured knowledge base from the available uploaded conversations, documents, and scraped web pages
true
When true, the quickstart reuses the application's existing tasks and topics instead of generating new ones. Can only be set while the quickstart is in MATERIALS_UPLOAD.
true
Response
Successfully updated quickstart
Response containing a single quickstart