Status Code 204

Hello Zoom team,

 

We are trying to update meeting & recording settings for a user through API. Our updates were successfully processed, but we are seeing a NULL response in browser testing.

Going into the call log we see the status code 204 (which according to Zoom, 2xx means success); however, there is no data returned.

Should there be a SUCESS return or should we be content with the 204?

 

Thanks.

Hi Christopher

All update call in REST API will response code 204 and no data returned.

Even if it is wrong data ?

Hey @ashraf,

If there is something wrong with the request, you will see an error message.

Thanks,
Tommy