v1
latestSwagger 2.02026-08-06114161439.7 KBSMS Broadcast
Update a contact record in a contact list
Update a contact under a contact list
put/contact-lists/{id}/contacts/{contact_id}
Path parameters
idinteger required
The ID of the contact list containing this contact
contact_idinteger required
Contact ID to update
Request body
Example request
{
"contact_name": "John Doe",
"phone_number": "1234567890"
}Response
Contact updated successfully
Example response
{
"status": "success",
"message": "Contact updated successfully",
"error": "Invalid contact ID"
}