From 081d0547f5a5b9d6f89946bc3b58d2074282ebf4 Mon Sep 17 00:00:00 2001 From: Hassan_Wari Date: Tue, 16 Jan 2024 21:17:50 +0300 Subject: [PATCH] Fix docs on api-reference --- docs-v2/spec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-v2/spec.yaml b/docs-v2/spec.yaml index 8226b4bc4d..d52da82049 100644 --- a/docs-v2/spec.yaml +++ b/docs-v2/spec.yaml @@ -769,7 +769,7 @@ paths: description: The ID of the connection. If omitted, the syncs will be triggered for all relevant connections. syncs: type: array - descriptions: A list of sync names that you wish to trigger. + description: A list of sync names that you wish to trigger. items: type: string responses: @@ -805,7 +805,7 @@ paths: description: The ID of the connection. If omitted, the syncs will be started for all relevant connections. syncs: type: array - descriptions: A list of sync names that you wish to start. + description: A list of sync names that you wish to start. items: type: string responses: @@ -840,7 +840,7 @@ paths: description: The ID of the connection. If omitted, the syncs will be paused for all relevant connections. syncs: type: array - descriptions: A list of sync names that you wish to pause. + description: A list of sync names that you wish to pause. items: type: string responses: