cURL
curl --request PATCH \ --url https://api.breakcold.com/status/{id_status} \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "id_list": "<string>", "color": "<string>", "success_rate": 123, "order": 123, "leads_order": [ "<string>" ] }'
{ "status": "updated_status_data" }
ID of the status
Identifier of the space, not required when 'X-API-KEY' is provided.
Successful response
The response is of type any.
any