# Replace appointment status Fully replaces an existing Appointment Status. All fields must be provided. Endpoint: PUT /site/{siteId}/ahds/v1/appointment-status/{appointmentStatusId} Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier - `appointmentStatusId` (string, required) Appointment Status unique identifier (UUID) ## Request fields (application/json): - `extensions` (object, required) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Whether this appointment status is currently active and can be used. - `name` (string, required) Human-readable name of the appointment status (e.g., 'Booked', 'Checked In'). ## Response 200 fields (application/json): - `appointmentStatusId` (string, required) Canonical identifier for the appointment status. Example: "123e4567-e89b-12d3-a456-426614174000" - `createdAt` (string, required) Timestamp when this appointment status was created. Example: "2025-01-01T00:00:00.000Z" - `extensions` (object, required) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Whether this appointment status is currently active and can be used. - `name` (string, required) Human-readable name of the appointment status (e.g., 'Booked', 'Checked In'). - `updatedAt` (string, required) Timestamp when this appointment status was last updated. Example: "2025-01-01T00:00:00.000Z" ## Response 400 fields ## Response 401 fields ## Response 404 fields