|
|
@ -1,7 +1,7 @@ |
|
|
openapi: 3.0.0 |
|
|
openapi: 3.0.0 |
|
|
info: |
|
|
info: |
|
|
title: WhatsApp API MultiDevice |
|
|
title: WhatsApp API MultiDevice |
|
|
version: 3.2.0 |
|
|
|
|
|
|
|
|
version: 3.2.1 |
|
|
description: This API is used for sending whatsapp via API |
|
|
description: This API is used for sending whatsapp via API |
|
|
servers: |
|
|
servers: |
|
|
- url: http://localhost:3000 |
|
|
- url: http://localhost:3000 |
|
|
@ -199,11 +199,6 @@ paths: |
|
|
schema: |
|
|
schema: |
|
|
type: boolean |
|
|
type: boolean |
|
|
example: true |
|
|
example: true |
|
|
- name: is_preview |
|
|
|
|
|
in: query |
|
|
|
|
|
schema: |
|
|
|
|
|
type: integer |
|
|
|
|
|
example: true |
|
|
|
|
|
responses: |
|
|
responses: |
|
|
'200': |
|
|
'200': |
|
|
description: OK |
|
|
description: OK |
|
|
|