save_plan
Overwrite a project's PlanData JSON with a complete valid object to update the harness plan. Fetch current state first to ensure correct modifications.
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 |