Logo
Zoom Public API Documentation

Update a note

PATCH {{baseUrl}}/contact_center/engagements/:engagementId/notes/:noteId

Update a note.

Scopes: contact_center_note:write

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/contact_center/engagements/:engagementId/notes/:noteId' -H 'Content-Type: application/json' -d '{"note":"\u003cstring\u003e"}'

ENDPOINTS