api/v1/customer/messages/{id}/change-name

POST

/api/v1/customer/messages/{id}/change-name

This API method allows any member of the group to alter the "Group Name" value. If the name is not passed, the group name is set to an empty value (which is allowed).

Request Parameters

Parameter

Value / Type

Required

name

STRING

false

Sample Response

{
  "status": true,
  "message": "Successfully updated the group name"
}
{
  "status": false,
  "message": "Message group could not be found"
}
{
  "status": false,
  "message": "You are not part of this chat group"
}
{
  "status": false,
  "message": "There was an issue updating the group name"
}