Skip to content

Commit

Permalink
docs: Improovment on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta authored and github-actions[bot] committed Oct 29, 2024
1 parent 8ea7a21 commit a2977c3
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions src/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,9 @@
"isNewsletter": {
"type": "boolean"
},
"isLid": {
"type": "boolean"
},
"message": {
"type": "string"
},
Expand All @@ -616,6 +619,7 @@
"phone": "5521999999999",
"isGroup": false,
"isNewsletter": false,
"isLid": false,
"message": "Hi from WPPConnect"
}
},
Expand All @@ -624,6 +628,7 @@
"phone": "5521999999999",
"isGroup": false,
"isNewsletter": false,
"isLid": false,
"message": "Hi from WPPConnect with reply",
"options": {
"quotedMsg": "[email protected]_3EB01DE65ACC6_out"
Expand Down Expand Up @@ -743,6 +748,9 @@
"isNewsletter": {
"type": "boolean"
},
"isLid": {
"type": "boolean"
},
"filename": {
"type": "string"
},
Expand All @@ -760,6 +768,7 @@
"phone": "5521999999999",
"isGroup": false,
"isNewsletter": false,
"isLid": false,
"filename": "file name lol",
"caption": "caption for my file",
"base64": "<base64> string"
Expand Down Expand Up @@ -998,6 +1007,9 @@
"isNewsletter": {
"type": "boolean"
},
"isLid": {
"type": "boolean"
},
"filename": {
"type": "string"
},
Expand All @@ -1015,6 +1027,7 @@
"phone": "5521999999999",
"isGroup": false,
"isNewsletter": false,
"isLid": false,
"filename": "file name lol",
"caption": "caption for my file",
"base64": "<base64> string"
Expand Down Expand Up @@ -1070,6 +1083,9 @@
"isNewsletter": {
"type": "boolean"
},
"isLid": {
"type": "boolean"
},
"filename": {
"type": "string"
},
Expand All @@ -1087,6 +1103,7 @@
"phone": "5521999999999",
"isGroup": false,
"isNewsletter": false,
"isLid": false,
"filename": "file name lol",
"caption": "caption for my file",
"base64": "<base64> string"
Expand Down Expand Up @@ -1495,10 +1512,10 @@
"examples": {
"Default": {
"value": {
"phone": "5521999999999",
"phone": "[email protected]",
"isGroup": true,
"message": "Your text message",
"mentioned": ["@[email protected]"]
"mentioned": ["[email protected]"]
}
}
}
Expand Down

0 comments on commit a2977c3

Please sign in to comment.