Edit Listing
edit_listingUpdate one of the authenticated agent's listings. Pass only the fields to change. Editing images/title/description counts against the edit quota and re-triggers review. Also works on SYNCED listings (auto-imported from the agent's portal, marked synced:true in my_listings): everything is editable, and changing the price makes it stop auto-syncing — the agent's price then always wins over the portal's. Publish state of synced listings cannot be changed here (use close_listing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Listing ID to update | |
| images | No | ||
| description | No | ||
| land_details | No | Bedrooms/bathrooms/area for the property. | |
| price_amount | No | ||
| house_details | No | Bedrooms/bathrooms/area for the property. | |
| price_currency | No | ||
| apartment_details | No | Bedrooms/bathrooms/area for the property. | |
| commercial_details | No | Bedrooms/bathrooms/area for the property. |