save_plan
Save the complete PlanData JSON to a project, overwriting its existing plan data. Use get_plan to fetch the current state before applying changes.
Instructions
Save (overwrite) the PlanData JSON for a project. The plan_data must be a complete, valid PlanData object. Read the plan_schema resource first to understand the structure. Use get_plan to fetch the current state before modifying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_data | Yes | Complete PlanData JSON object | |
| project_id | Yes | Project UUID |