From 2bc230f035cf547477c77dc783de4c31d7b5f283 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 24 Jan 2019 16:24:17 -0500 Subject: Update builds.sr.ht/api.md Triggers cannot be submitted in this manner. --- builds.sr.ht/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'builds.sr.ht/api.md') 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 -- cgit