cURL
curl --request PATCH \ --url https://api.wapizap.com/api/v2/messages/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "text": "Texto editado" } '
Edita uma mensagem de texto enviada
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"Texto editado"
Mensagem editada