We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0ebe7 commit 1edae89Copy full SHA for 1edae89
jekyll/_cci2/api-job-trigger.md
@@ -9,7 +9,9 @@ order: 80
9
10
## Starting Jobs With the API
11
12
-This document describes how to initiate jobs using the CircleCI API. The following example initiates a `deploy_production` job by using `curl`.
+This document describes how to initiate jobs using the CircleCI API. **Note:** It is not yet possible to run Workflows with the API.
13
+
14
+The following example initiates a `deploy_production` job by using `curl`.
15
16
```YAML
17
curl -u ${CIRCLE_API_TOKEN}: \
0 commit comments