Update a lead label
PATCH {{baseUrl}}/leadLabels/:id
Updates one or more properties of a lead label. Only properties included in the request will be updated.
Request Body
{"name"=>"<string>", "color"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":"f08b42a0-4e75-11ea-9643-03698ef1cfd6","name":"Hot","color":"red","add_time":"2020-02-13T15:31:44.000Z","update_time":"2020-10-14T13:11:36.000Z"}}