Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/reference/endpoints/rentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Name | Type | Default | Description
amenities | String | | List of comma separated amenities to include.
bb_ne | Float | | Rentals located between `bb_sw` & `bb_ne`. Format `latitude, longitude`.
bb_sw | Float | | Rentals located between `bb_sw` & `bb_ne`. Format `latitude, longitude`.
bookable_online | Boolean | blank | Rentals instantly bookable if `true` or only non instantly bookable if `false`. Leave blank to get all rentals.
bookable_online | Boolean | blank | `true` to get rentals that are instantly bookable (requiring no human interaction), `false` to get those that are not.
city | String | | Rentals matching given city.
country_code | String | | Rentals matching given country code, list of codes is available at [wikipedia](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements).
destination | String | | List of comma separated destinations.
Expand Down