From 92d1652d7820b394c3d39f174346a3293a4bfcbf Mon Sep 17 00:00:00 2001 From: "nikita.zverev2" Date: Mon, 22 Jun 2026 16:27:44 +0000 Subject: [PATCH] fix(automate): fix typos in set-schedule.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix 'with he following body' → 'with the following body' (×2) - Fix extra closing paren in Postman link syntax (×2) Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- automate/set-schedule.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/automate/set-schedule.md b/automate/set-schedule.md index a77621d6..a682bf19 100644 --- a/automate/set-schedule.md +++ b/automate/set-schedule.md @@ -108,7 +108,7 @@ An example request response will contain: The important field is `id` (with value `10850624` in the above example). In the second step, you need to activate the schedule via the [Activate Schedule API call](https://api.keboola.com/?service=scheduler#scheduler/tag/schedules/POST/schedules) -with he following body: +with the following body: ```json { @@ -116,7 +116,7 @@ with he following body: } ``` -See an [example](https://documenter.getpostman.com/view/3086797/77h845D#130cbfc4-4dd5-4f6d-99c0-2444c48ee551)): +See an [example](https://documenter.getpostman.com/view/3086797/77h845D#130cbfc4-4dd5-4f6d-99c0-2444c48ee551): ```bash curl --location --request POST 'https://scheduler.azure.keboola.com/schedules' \ @@ -229,7 +229,7 @@ You'll obtain the following example: ``` The created configuration has id `10852379`. You can now [Activate the Schedule](https://api.keboola.com/?service=scheduler#scheduler/tag/schedules/POST/schedules) -with he following body: +with the following body: ```json { @@ -237,7 +237,7 @@ with he following body: } ``` -See an [example](https://documenter.getpostman.com/view/3086797/77h845D#130cbfc4-4dd5-4f6d-99c0-2444c48ee551)): +See an [example](https://documenter.getpostman.com/view/3086797/77h845D#130cbfc4-4dd5-4f6d-99c0-2444c48ee551): ```bash curl --location --request POST 'https://scheduler.keboola.com/schedules' \