No Content-Type setting in ApiClient.put_request
rixiaterurun opened this issue · 2 comments
rixiaterurun commented
Hello, thank you for the nice utility for using Zoom API with Python!
Line 185 in 0fb4d5f
put_request method sends json data in the request body same as post_request and patch_request, but the header does not have Content-Type field.
It causes Content-Type error, so Zoom API returns the following:
{"code":300,"message":"Unsupported Content Type"}
seanmoreno commented
Hi all. Thanks for making and supporting. This issue is still open and the PR to fix is still open. Any chance at merging this?
mfldavidson commented
Resolved by merging in #93 , closing. Thanks!