diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-01-24 16:24:17 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-01-24 16:24:52 -0500 |
commit | 2bc230f035cf547477c77dc783de4c31d7b5f283 (patch) | |
tree | 965627b219ae91b3d827827a76537523afafd8c4 /builds.sr.ht/api.md | |
parent | 212e170f6a1b977563bea80cbab8673aed68c5b9 (diff) | |
download | sr.ht-docs-2bc230f035cf547477c77dc783de4c31d7b5f283.tar.gz |
Update builds.sr.ht/api.md
Triggers cannot be submitted in this manner.
Diffstat (limited to 'builds.sr.ht/api.md')
-rw-r--r-- | builds.sr.ht/api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builds.sr.ht/api.md b/builds.sr.ht/api.md index 14385b7..f9f1754 100644 --- a/builds.sr.ht/api.md +++ b/builds.sr.ht/api.md @@ -38,7 +38,6 @@ Inserts a new job into the job queue. value. "string" Username ], - "triggers": [...], Post-build triggers (optional) "execute": boolean, True to start the build immediately (optional - defaults to true) "secrets": boolean, True to provide secrets during the build @@ -46,7 +45,8 @@ Inserts a new job into the job queue. } ``` -See also: [Build triggers](triggers.md) +Note: build manifests are YAML, which is machine editable. You are encouraged to +edit it before submitting! ## GET /api/jobs/:id |