What happens in update meeting endpoint?

API Endpoints: Update a meeting (https://api.zoom.us/v2/meetings/{meetingId})

Question:
Hi, I would just like to know one thing about the update meeting endpoint. When running the endpoint does it delete and re-create the meeting or does it do an actual update to the meeting?

Generally, you can treat this as an actual update; the Meeting ID will be preserved. I’ve encountered bugs that wouldn’t have been possible if it was being recreated. Is there a specific discrepancy or concern?

There is no discrepancy/concern at the moment. I just needed to get more info for some team members. But thanks a lot for the answer.