diff --git a/docs/backend-system/core-services/scheduler.md b/docs/backend-system/core-services/scheduler.md index 1e56f4903a..41dcec17b5 100644 --- a/docs/backend-system/core-services/scheduler.md +++ b/docs/backend-system/core-services/scheduler.md @@ -175,7 +175,7 @@ curl -X POST "https://demo.backstage.io/api/catalog/.backstage/scheduler/v1/task Note that there can still be an additional small delay before a worker discovers that the task is cancelled. This can take up to a few seconds. Note also that it is up to the task implementation to properly react to the abort signal that was -passed in to it. +passed into it. The request has no body.