Skip to content

Commit

Permalink
Fix docs on api-reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hassan254-prog committed Jan 16, 2024
1 parent d073d8a commit 081d054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs-v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 081d054

Please sign in to comment.