Update a contact list
PATCH
https://api.responsly.com/v1/lists/{id}
Path parameters
Section titled “Path parameters”id
(number, required): ID of the contact list to be updated
Body parameters
Section titled “Body parameters”name
(string, optional): Name of the contact listcustom_fields
(array of strings, optional): Custom fields associated with the contact list. Example:["phone", "city"]
Request
Section titled “Request”cURL
curl --request PATCH \ --url 'https://api.responsly.com/v1/lists/{id}' \ --header 'Authorization: Bearer <Access Token>'
Response
Section titled “Response”Status Code: 204 No Content