Skip to content

Commit 1edae89

Browse files
Update api-job-trigger.md
1 parent 0b0ebe7 commit 1edae89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jekyll/_cci2/api-job-trigger.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ order: 80
99

1010
## Starting Jobs With the API
1111

12-
This document describes how to initiate jobs using the CircleCI API. The following example initiates a `deploy_production` job by using `curl`.
12+
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`.
1315

1416
```YAML
1517
curl -u ${CIRCLE_API_TOKEN}: \

0 commit comments

Comments
 (0)