Browse Source

chore: update openapi

pull/48/head
Aldino Kemal 3 years ago
parent
commit
a96087ad87
  1. 7
      docs/openapi.yaml

7
docs/openapi.yaml

@ -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

Loading…
Cancel
Save