Blank response while updating meeting

Hey I just wanna know if I update meeting using api what response I get because I just use it in postman as well as in my website controller but it doesnt return any response.

Hi @nikhil.b, a successful response (204) means that the original resource has been updated. To retrieve the new updated resource, I suggest using a GET request on the meeting after it has been updated or listening for a Meeting Updated Event using our Webhooks.

thank you, in that case i can customise the after update functionality using webhook.
thank you again for help me.

Of course! let us know if there’s anything else we can help on :slight_smile:

thank you for helping me.

Anytime! Happy to help!