Logo
Zoom Public API Documentation

Update a skill

PATCH {{baseUrl}}/contact_center/skills/:skillId

Use this API to update a skill's name.

Scopes: contact_center_skill: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/contact_center/skills/:skillId' -H 'Content-Type: application/json' -d '{"skill_name":"\u003cstring\u003e"}'

ENDPOINTS