fixgraph_submit_fix
Submit a new fix to FixGraph by providing issue ID, title, root cause, and ordered steps. Helps record solutions for software errors, vehicles, and appliances.
Instructions
Submit a new fix to FixGraph. Requires FIXGRAPH_API_KEY env var.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Ordered fix steps | |
| title | Yes | Short title for the fix | |
| issue_id | Yes | Issue ID to attach the fix to | |
| risk_level | No | Risk level of applying the fix | |
| root_cause | Yes | Why the issue occurs | |
| validation | No | How to verify the fix worked |