Owner changelog

09/03/2026 - New endpoint for booking messages and extras type configuration

We have added new endpoints to manage booking messages:

  • GET /api/owner/messages/booking/{booking}: Retrieve the list of messages for a specific booking.
  • POST /api/owner/messages/: Send a new message to a booking conversation.

We have also updated the unit update process to allow specifying types for extras:

  • GET /api/owner/accommodations/{accommodation}/units/{unit}: The unitExtras field now includes type property for each extra.
  • PUT /api/owner/accommodations/{accommodation}/units/{unit}/: The unitExtras field now supports an optional type property for each extra.