diff options
Diffstat (limited to 'builds.sr.ht/api.md')
-rw-r--r-- | builds.sr.ht/api.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/builds.sr.ht/api.md b/builds.sr.ht/api.md index b46c575..9fec4e6 100644 --- a/builds.sr.ht/api.md +++ b/builds.sr.ht/api.md @@ -75,3 +75,12 @@ Gets information about a job by its ID. - **running**: task is in-progress - **success**: task completed without errors - **failed**: task completed with errors + +## GET /api/jobs/:id/manifest + +Returns the original job's build manifest as plain text. + +## POST /api/jobs/:id/start + +Starts a job that was created with `execute=false`. Returns an empty JSON +object when successful. |