PATCH
/
status
curl --request PATCH \
  --url https://api.breakcold.com/rest/status \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "status": [
    {
      "id": "<string>",
      "order": 123,
      "leads_order": [
        "<any>"
      ],
      "success_rate": 50,
      "name": "<string>",
      "type": "DEAL_LOST",
      "color": "<string>"
    }
  ]
}'
"<string>"

Authorizations

X-API-KEY
string
header
required

Body

application/json
status
object[]
required

Response

200
application/json
Successful response

The response is of type string.