v1
latestSwagger 2.02026-08-06114161439.7 KBSMS Broadcast
Update contact list details
Update the name and description of an existing contact list
put/contact-lists/{id}
Path parameters
idinteger required
The ID of the contact list to update
Request body
Example request
{
"contact_list_name": "My Contact List",
"contact_list_description": "This is a list of important contacts"
}Response
Contact list updated successfully
Example response
{
"status": "success",
"message": "Contact list updated successfully",
"error": "Invalid contact list ID"
}