From a96087ad87b795c9d9960765aa31fd094bdf1559 Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Tue, 27 Dec 2022 09:06:23 +0700 Subject: [PATCH] chore: update openapi --- docs/openapi.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 0c03677..7492147 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.0.0 info: title: WhatsApp API MultiDevice - version: 3.2.0 + version: 3.2.1 description: This API is used for sending whatsapp via API servers: - url: http://localhost:3000 @@ -199,11 +199,6 @@ paths: schema: type: boolean example: true - - name: is_preview - in: query - schema: - type: integer - example: true responses: '200': description: OK