PATCH
/
status
/
{id_status}
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"
}

Path Parameters

id_status
string
required

ID of the status

Query Parameters

id_space
string
required

Identifier of the space, not required when 'X-API-KEY' is provided.

Body

application/json
name
string
id_list
string
color
string
success_rate
number
order
number
leads_order
string[]

Response

200 - application/json
Successful response

The response is of type any.