cURL
curl --request PATCH \ --url https://api.wapizap.com/api/v2/groups/{id}/settings \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "subject": "<string>", "description": "<string>", "announcement": true } '
Modifica configurações do grupo
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Apenas admins podem enviar mensagens
Configurações atualizadas