How to reschedule the meeting with api i just want to udpate start time and end time

hi , i just want know that how can be reschedule a meeting with the api.
thanks

@prashant.kumar ,

you can do a HTTP Patch to this endpoint to update meeting details

1 Like

@chunsiong.zoom
but here we have to map lots of parameters pls suggest me to map mendate objects that can be easy for me , because i want to edit start time and end time only
thanks

@prashant.kumar just add in what you need to change

{
  "start_time": "2024-07-29T06:53:02.303Z",
  "end_time": "2024-07-29T06:53:02.303Z"

}