diff options
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 |