Skip to main content

Update preferences for a listing.

PUT 

/preferences/:listing_id

Updates pricing preferences for a listing.

All fields are optional; only provided fields will be updated. This partial-update behavior applies at the top level only — omitting a field (e.g. minimum_stay_rules_v3) leaves it unchanged, but providing a field that holds an array of rules (e.g. minimum_price_rules_v3) will completely replace the existing rule set for that field; individual rules within an array cannot be merged or patched. Always fetch the current preferences before writing and include every rule you wish to retain — any rules omitted from an array will be permanently deleted.

Request

Responses

The updated listing preferences.