Skip to content

Commit b2983ec

Browse files
committed
fix
1 parent 3e32cbe commit b2983ec

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

docs/chats/delete-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ Caso você receba um erro 415, certifique de adicionar na headers da requisiçã
6969

7070
## Code
7171

72-
<iframe src="//api.apiembed.com/?source=https://raw.githubusercontent.com/Z-API/z-api-docs/main/json-examples/modify-chat.json&targets=all" frameborder="0" scrolling="no" width="100%" height="500px" seamless></iframe>
72+
<iframe src="//api.apiembed.com/?source=https://raw.githubusercontent.com/Z-API/z-api-docs/main/json-examples/delete-chat.json&targets=all" frameborder="0" scrolling="no" width="100%" height="500px" seamless></iframe>

docs/message/send-message-gif.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: Enviar GIF
1313

1414
## Conceituação
1515

16-
Método responsavel por enviar GIFs para os seus chats através da api
16+
Método responsavel por enviar GIFs para os seus chats através da api (O arquivo a ser enviado precisa ser um MP4)
1717

1818
### Tamanho e formatos
1919

docs/queue/delete-queue-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: delete-queue-id
3-
title: Apagando msg fila
3+
title: Apagando mensagem fila
44
---
55

66
## Método

json-examples/delete-chat.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"method": "POST",
3+
"url": "https://api.z-api.io/instances/SUA_INSTANCIA/token/SEU_TOKEN/modify-chat",
4+
"httpVersion": "HTTP/1.1",
5+
"postData": {
6+
"mimeType": "application/json",
7+
"text": "{\"phone\": \"5544991515165\", \"action\": \"delete\"}"
8+
}
9+
}
10+

json-examples/delete-queue-id.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"method": "GET",
2+
"method": "DELETE",
33
"url": "https://api.z-api.io/instances/SUA_INSTANCIA/token/SEU_TOKEN/queue/5511999999999",
44
"httpVersion": "HTTP/1.1",
55
"queryString": [

0 commit comments

Comments
 (0)