Skip to content

Commit d99c652

Browse files
authored
Merge pull request #184 from BookingSync/priced-only-mapping-param-added-to-availabilities
priced only mapping param added to availabilities
2 parents 05da939 + 275ddb2 commit d99c652

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

content/reference/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2016-09-26
4+
5+
* [api improvement] `priced_only` mapping parameter added to `availabilities`.
6+
37
## 2016-09-25
48

59
* [doc fix] `client_id` was wrongly marked as required when creating bookings.

content/reference/endpoints/availabilities.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ Name | Type | Default | Description
6363
from | [Date](/reference/enums#formats) | Beginning of current month | Starts mapping at the given date. Default is beginning of current month.
6464
include_tentative | Boolean | true | Includes tentative bookings by default. If switched to false, tentative statuses will be rendered as `0`.
6565
boolean | Boolean | false | Render map using only `0` and `1` characters. In this mode, every blocking status will be rendered as `1`. List of statuses described in [enums section](/reference/enums#availability-map-statuses).
66+
priced_only | Boolean | false | Show days without nightly rate as unavailable.
6667
{: class="table table-bordered"}

0 commit comments

Comments
 (0)