Update individual appointment
PATCH https://api.{{shard}}.cliniko.com/v1/individual_appointments/{{appointment_id}}
Request Body
{"add_deposit_to_account_credit"=>true, "billable_item_id"=>"1", "category"=>"string", "color"=>"string", "deposit_price"=>"string", "description"=>"string", "duration_in_minutes"=>0, "online_bookings_lead_time_hours"=>0, "online_payments_mode"=>"deposit_required", "max_attendees"=>0, "name"=>"string", "product_id"=>"1", "show_in_online_bookings"=>true, "telehealth_enabled"=>true, "treatment_note_template_id"=>"1", "appointment_confirmation_template_ids"=>["1"], "appointment_reminder_template_ids"=>["1"], "business_ids"=>["1"], "practitioner_ids"=>["1"]}