Developer
Developer - Settings
Update Case Notes Settings
Update the case notes settings for the current customer.
This endpoint is restricted to developer users only.
- case_notes_enabled: Set to true to enable case notes for this customer
- dry_run_case_matching: Set to true to enable dry-run mode for case matching
- note_generation_context: Context to include in LLM prompt for case note generation
When case_notes_enabled is false:
- The case matching pipeline step is skipped entirely
- No case notes will be generated or posted
When dry-run mode is enabled:
- Case matching still runs automatically
- Matches are flagged as "pending approval" instead of being finalized
- Developers can review and approve/reject matches in the call detail view
- Case notes are only posted after manual approval
The note_generation_context can include:
- Firm-specific preferences for note formatting
- Important information about the firm
- Instructions for how case notes should be generated
- Any other context that should influence note generation
patch/developer/case-notes-settings
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.