From b9331839d76cd3b1b3209d0f44aca53cff16b29c Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Mon, 8 Apr 2024 04:53:28 +0700 Subject: [PATCH] chore: fix openapi syntax --- docs/openapi.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/openapi.yaml b/docs/openapi.yaml index a99cd68..69a3607 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.0.0 info: title: WhatsApp API MultiDevice - version: 3.10.0 + version: 3.10.1 description: This API is used for sending whatsapp via API servers: - url: http://localhost:3000 @@ -757,6 +757,12 @@ paths: example: 'Example Group Title' participants: type: array + items: + type: string + example: + - '6819241294719274' + - '6829241294719274' + - '6839241294719274' example: - '6819241294719274' - '6829241294719274'