Partially update an assessment config
Partially updates an assessment config. All fields optional, but at least one must be present. Validates that the final config has active questions and sufficient scored questions. Returns 400 VALIDATION_ERROR if constraints are violated.
Documentation Index
Fetch the complete documentation index at: https://docs.auditynow.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.
Path Parameters
The assessment config's UUID.
Body
Partial update payload for an assessment config. At least one field must be present.
1 - 100Ordered list of question IDs. Each entry must be a default question ID (e.g., q1, q25) or a UUID.
^(q\d+|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Question IDs to hide from the survey. Each entry must be a default question ID or a UUID.
^(q\d+|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Mapping of question ID to numeric weight. Values must be in [0, 10].
Per-question customizations (e.g., answer options, min/max). Total JSON size must not exceed 10 KB (measured in UTF-8 bytes).
Response
Config updated
An assessment configuration defining which questions are asked and how they are scored.

