save_harness
Overwrite a legacy wiring harness with updated data. Provide the harness ID and the modified harness object, typically after using get_harness to load current state.
Instructions
Save (overwrite) a legacy harness. The harness_data must include harness_id and revision_id from the loaded harness. Use get_harness first to load current state, modify it, then save.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| harness_id | Yes | Harness UUID | |
| harness_data | Yes | Complete WorkingHarness JSON object |