All notable changes to MoeGo Open API v1 will be documented in this file.
Format: Keep a Changelog
Versioning: Semantic Versioning (MAJOR.MINOR.PATCH)
When making API changes:
[Unreleased] section belowAppointment:Create API: added lodgingId field to CreateAppointmentRequest.Service to support lodging unit assignment for BOARDING/DAYCARE appointments (2026-03-31)Appointment:Create API: support BOARDING and DAYCARE service types; staffIds is no longer required for boarding/daycare (2026-03-31)Appointment:Create API: clarified per-type field requirements for Service object; added boarding and daycare examples (2026-03-31)Staff:List API now returns deleted staff with deleted field to identify deletion status (2026-03-16)Appointment:Get API now returns is_deleted field (2026-03-16)PET_CREATED, PET_UPDATED, PET_DELETED with Pet payload (2026-03-20)Appointment:Get API no longer returns appointment details when appointment is deleted (consistent with Appointment:List behavior) (2026-03-16)Initial version with changelog tracking.