Update Mira settings
update_mira_settingsPartially update Mira configuration: omitted fields keep their current values, webChat merges field-by-field, assistantProfiles replaces the whole list. Response returns previous and current settings for rollback.
Instructions
Partially update Mira configuration (admin only). Omitted fields keep their current value; webChat merges field-by-field and assistantProfiles replaces the whole list. Saving any webChat field mints the widget publicKey even while enabled stays false, creating a previewable draft state. The response includes previous and current settings for rollback. The API rejects unknown fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | Company-wide Mira master switch | |
| webChat | No | ||
| dataAccess | No | Per-category toggles: meetingTypes, appointments, workflows, forms, files, contacts, companies, deals — each boolean | |
| assistantProfiles | No | REPLACES the whole list. Include every profile that should exist afterwards. | |
| customInstructions | No | Company-wide instructions for the dashboard assistant |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current | No | Settings after the change | |
| previous | No | Snapshot before the change — keep it for restore_mira_settings |