post https://waapi.app/api/v1/instances//client/action/update-group-info
Update Group Information
Log in to see full request history
Response
Update Group Information
xxxxxxxxxx
curl --request POST \
--url https://waapi.app/api/v1/instances/id/client/action/update-group-info \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
15{
"status": "success",
"data": {
"gid": {
"server": "g.us",
"user": "12345678912346789",
"_serialized": "12345678912346789g.us"
},
"subject": "My new Group name",
"description": "My Description"
},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/update-group-info"
}
}