curl --request PATCH \
--url https://api.breakcold.com/status/update-many \
--header 'Content-Type: application/json' \
--data '{
"status": [
{
"id": "<string>",
"order": 123,
"leads_order": [
"<string>"
],
"success_rate": 123,
"name": "<string>",
"color": "<string>"
}
]
}'
{
"updated_statuses": [
"status1_updated",
"status2_updated"
]
}
curl --request PATCH \
--url https://api.breakcold.com/status/update-many \
--header 'Content-Type: application/json' \
--data '{
"status": [
{
"id": "<string>",
"order": 123,
"leads_order": [
"<string>"
],
"success_rate": 123,
"name": "<string>",
"color": "<string>"
}
]
}'
{
"updated_statuses": [
"status1_updated",
"status2_updated"
]
}
ID of the space
Successful response
The response is of type any
.