update_business_case
Update business case sections by merging provided data into an existing business case. Automatically marks implementation plan as stale. Use after changes to refresh ROI projections with recalculate_financials.
Instructions
Update business case sections. Shallow-merges provided sections into the existing business case data. Propagates staleness to implementation plan. After updating, consider calling recalculate_financials to refresh ROI projections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blueprintId | Yes | The blueprint ID (UUID) | |
| sections | Yes | Top-level sections to merge. Common keys: executiveSummary, businessContext, objectives, proposedSolution, benefits, risks, recommendation. Additional keys are accepted and preserved. | |
| customerOrgId | No | Customer organization ID (UUID). Required for partner users accessing a customer org. |