Logo
Zoom Public API Documentation

Update an audio item

PATCH {{baseUrl}}/phone/audios/:audioId

Use this API to update an audio item.

Prerequisites: * Business or Education account * Zoom Phone license

Scopes: phone:write,phone:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/audios/:audioId' -H 'Content-Type: application/json' -d '{"name":"hello.mp3"}'

ENDPOINTS