Logo
Zoom Public API Documentation

Update a tracking field

PATCH {{baseUrl}}/tracking_fields/:fieldId

Use this API to update a tracking field.

Prerequisites: * A Business, Education, API or higher plan.

Scopes: tracking_fields: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/tracking_fields/:fieldId' -H 'Content-Type: application/json' -d '{"field":"\u003cstring\u003e","recommended_values":["\u003cstring\u003e","\u003cstring\u003e"],"required":"\u003cboolean\u003e","visible":"\u003cboolean\u003e"}'

ENDPOINTS