cURL
curl --request PATCH \ --url https://api.breakcold.com/list/{id_list} \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "name": "Updated Campaign List", "emoji": "🎯", "description": "Updated description for the campaign." }'
{ "name": "Updated Campaign List", "emoji": "🎯", "description": "Updated description for the campaign." }
Endpoint to update the details of an existing list.
The unique identifier of the list to be updated.
Updated details of the list.
The body is of type object.
object
List updated successfully.
The response is of type object.