All notable changes to this API will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Renamed
tagtoamenitywhere applicable. Expected date of removal: 2021-06-30GET /v3/tags- Use
GET /v3/amenitiesinstead
- Use
GET /v3/tags/{id}- Use
GET /v3/amenities/{id}instead
- Use
GET /v3/availabilities- Replace query param
filter[tag_ids]byfilter[amenity_ids] - Replace query param
include_tag_countsbyinclude_amenity_counts. This will yield/meta/amenity_countsinstead of/meta/tag_counts - Replace sorter
tag_ids_match_scorebyamenity_ids_match_score
- Replace query param
- Schema changes:
Availability#missing_tagswill be replaced byAvailability#missing_amenitiesCategory#custom_attributeswill be replaced byCategory#category_amenitiesCategory#tagswill be replaced byCategory#category_amenitiesCategory#optional_tagswill be replaced byCategory#optional_amenitiesCustomAttributewill be removed in favor ofCategoryAmenity,RentableAmenity,ReservationAmenityorRoomAmenityRentable#tagswill be replaced byRentable#rentable_amenitiesReservation#tagswill be replaced byReservation#reservation_amenitiesRoom#custom_attributeswill be replaced byRoom#room_amenitiesTagGroupwill be removed in favor ofAmenityGroupTagwill be removed in favor ofAmenity
POST /v3/administrations/{administration_id}/reservations/{reservation_id}/memosGET /v3/administrations/{administration_id}/agenda_periods
PATCH /v3/administrations/{administration_id}/channels/{id}:pricing_typewas incorrectly parsedarchivablecould not be changed
- Payment provider app support
- Initial endpoints