Hi all,
When trying to call the PATCH appointments_partial_update endpoint to update the status of a single appointment which is a recurring appointment, it appears that all other recurring appointments also get their status updated.
For example if I pass {status: "Complete"} for one appointment, all other appointments in the recurring series also get marked as "Completed", even future ones.
Is there a way to prevent this? I would like to update the status of only the target appointment and not affect other recurring appointments.