saveFixItems
Record proposed metadata changes for audited pages to create a developer handoff list. Overwrites existing items per page and field, so read current fixes first.
Instructions
Record proposed metadata changes for one page of an audit — the developer handoff list.
THIS OVERWRITES existing items for the same page and field. The fix list is hand-authored and is not reproducible by re-running the audit, so read it with listFixItems first and confirm with the user before replacing entries.
An edit needs a proposedValue that is non-empty and different from originalValue; a note may leave it blank. A blank or unchanged value is treated as a removal upstream and is rejected here — use deleteFixItem to remove an entry deliberately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Items to save for this page. | |
| auditId | Yes | Audit ID. | |
| pageUrl | Yes | The page these items apply to, as audited. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| saved | Yes | ||
| result | No | ||
| auditId | Yes | ||
| pageUrl | Yes |