v1
latestOpenAPI 3.1.02026-07-24300110.4 KBPATCH Curated Q&A
Update a Knowledge Base question answer, verification status, product line assignments, question domain assignments, or any combination of these fields. At least one update parameter must be provided.
Path parameters
Question ID. Get this value from GET /api/v2/knowledge_base/questions.
Query parameters
Use "verified" to mark the question as approved, or "unverified" to flag it for human review.
Updated answer text. Creates an answer if none exists. Can be sent with or without a status change.
UUIDs of product lines to assign. Replaces existing product lines. Pass an empty array to clear all. Omit to leave unchanged. Get IDs from GET /api/v2/product_lines.
UUIDs of question categories (domains) to assign. Replaces existing domains. Pass an empty array to clear all. Omit to leave unchanged. Get IDs from GET /api/v2/question_categories.
Response
Question updated successfully.