Contacts
Update Group
PATCH
/
api
/
v1
/
group
/
GS37498
Copy
curl --request PATCH \
--url https://eazymsg.com/api/v1/group/GS37498 \
--header 'Content-Type: application/json' \
--data '{
"authKey": "{{key}}",
"name": "Group K",
"description": "SMS Are Pending In Tripada From Last Tripada check Shree Tripada Team"
}'
Copy
{
"code": "0x0200",
"message": "Group Updated Successfully.",
"status": "SUCCESS"
}
Body
application/json ยท object
Response
200
application/json
OK
The response is of type object
.
Copy
curl --request PATCH \
--url https://eazymsg.com/api/v1/group/GS37498 \
--header 'Content-Type: application/json' \
--data '{
"authKey": "{{key}}",
"name": "Group K",
"description": "SMS Are Pending In Tripada From Last Tripada check Shree Tripada Team"
}'
Copy
{
"code": "0x0200",
"message": "Group Updated Successfully.",
"status": "SUCCESS"
}
Assistant
Responses are generated using AI and may contain mistakes.