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

Request Body

{"field"=>"<string>", "recommended_values"=>["<string>", "<string>"], "required"=>"<boolean>", "visible"=>"<boolean>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring