update_listing
Modify one of your existing per-query listings: title, description, price_cents, preview, or active (delist/relist). Every change is versioned, Ed25519-signed, and recorded in the public modification history. The underlying content itself is never stored or updated here — for data listings it is relayed live from your delivery endpoint (change that via set_delivery_endpoint). Returns the updated listing plus a signed modification receipt. Requires your seller api_key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| active | No | Set false to delist, true to relist. | |
| reason | No | Optional note recorded in the public audit trail. | |
| api_key | Yes | Your vm_live_ API key (must own the listing) | |
| preview | No | Replacement buyer-facing preview sample. | |
| listing_id | Yes | The listing to modify | |
| description | No | ||
| price_cents | No | New per-query price in integer cents (0 = free) |