patch https://gate.whapi.cloud/groups/
This method is responsible for changing the privacy settings for group
Log in to see full request history
Responses
This method is responsible for changing the privacy settings for group
xxxxxxxxxx
10curl --request PATCH \
--url https://gate.whapi.cloud/groups/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"setting": "send_messages",
"policy": "anyone"
}
'
Try It!
to start a request and see the response here! Or choose an example: