Partially update an existing configuration. Only fields included in the request body are modified.
configuration_id is required; include only the fields you want to change.tag cannot be updated — it is immutable after creation. See Configuration.vocabulary and webhooks are fully replaced by whatever you send. To remove webhooks entirely, pass "webhooks": null.404 if the configuration is not found.The unique identifier of the configuration to update.
Full replacement. Replaces the entire existing vocabulary list. Example: ["Heify", "NLP", "SLA"].
Merge-by-name strategy. Existing fields can have their description updated but their type is immutable. New fields (name not already present) must include type and description. Fields not included in this list are removed. Maximum 10 fields total.
10Full replacement. Pass null to remove webhooks entirely.
Enable or disable automatic AI summary generation.
Custom prompt guiding the AI summary. Pass null to clear. Only applies when summary is true.
300Language for the generated summary. Use "df" for auto-detect. See Supported Languages.
Language for analytics reports. Use "df" for auto-detect. See Supported Languages.
Configuration updated successfully. Returns the full updated configuration object.