v1
latestOpenAPI 3.0.32026-07-2632131.4 MBCalendar
Update the calendar for a single listing
Set the nightly rate, minimum stay and availability of any calendar date per listing.
put/availability-pricing/api/calendar/listings/{id}
Path parameters
idstring required
Listing ID
Request body
Example request
{
"startDate": "2023-01-01",
"endDate": "2023-02-01",
"status": "available",
"note": "this is a note",
"blockReason": "Onboarding"
}Response
Returns ok if the update successful
string required
Example response
"ok"