From 46f0616f06efaf132533cb4062c68a1fb707d45a Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Tue, 27 Dec 2022 23:33:30 +0700 Subject: [PATCH] chore: update openapi --- docs/openapi.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 6267157..757b702 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -1,12 +1,12 @@ openapi: 3.0.0 info: title: WhatsApp API MultiDevice - version: 3.2.2 + version: 3.3.0 description: This API is used for sending whatsapp via API servers: - url: http://localhost:3000 tags: - - name: auth + - name: app description: Initial Connection to Whatsapp server - name: user description: Getting information @@ -15,9 +15,9 @@ tags: paths: /app/login: get: - operationId: authLogin + operationId: appLogin tags: - - auth + - app summary: Login to whatsapp server responses: '200': @@ -54,9 +54,9 @@ paths: $ref: '#/components/schemas/ErrorInternalServer' /app/logout: get: - operationId: authLogout + operationId: appLogout tags: - - auth + - app summary: Remove database and logout responses: '200': @@ -90,9 +90,9 @@ paths: $ref: '#/components/schemas/ErrorInternalServer' /app/reconnect: get: - operationId: authReconnect + operationId: appReconnect tags: - - auth + - app summary: Reconnecting to whatsapp server responses: '200':