curl--location--request PUT 'http://api.zoom.us/v2/meetings//polls/'
响应示例响应示例
204 - 示例 1
{}
请求参数
Path 参数
meetingId
integer<int64>
必需
The meeting ID in long format. The data type of this field is "long"(represented as int64 in JSON).While storing it in your database, store it as a long data type and not as an integer, as the Meeting IDs can be longer than 10 digits.
pollId
string
必需
The poll ID
Body 参数multipart/form-data
object{0}
返回响应
🟢204**HTTP Status Code:** `204` <br>
Meeting Poll Updated
application/json
Body
object{0}
🟠404**Error Code:** `404` <br>
Meeting Poll not found