receipt_edit
Update specific fields of an existing receipt by supplying its key and a JSON object of field changes. Returns false if the receipt key does not exist.
Instructions
Patch specific fields of an existing receipt.
updates is a JSON object of field → value. Allowed fields: name,
language, urls, selectors, strip_tags, section, js_render,
markdown_passthrough, notes, code_language. Returns false if the key
does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| updates | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |