update_use_case
Update a blueprint's use case by modifying fields like title, description, business challenge, and more. Automatically propagates staleness to keep blueprint accurate.
Instructions
Update use case fields for a blueprint. Updates the use case linked to the specified blueprint. Propagates staleness to the blueprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blueprintId | Yes | The blueprint ID (UUID) | |
| sections | Yes | Fields to update. Common keys: title, description, businessChallenge, description5Ws, currentPainPoints, desiredBusinessOutcomes, processDocumentation, transformationStory, typedSuccessMetrics, organizationalConstraints, affectedDepartments. Unknown keys are accepted but only mapped fields are persisted. | |
| customerOrgId | No | Customer organization ID (UUID). Required for partner users accessing a customer org. |