aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--builds.sr.ht/api.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/builds.sr.ht/api.md b/builds.sr.ht/api.md
index 4bc542d..2e1e14c 100644
--- a/builds.sr.ht/api.md
+++ b/builds.sr.ht/api.md
@@ -42,20 +42,6 @@ Inserts a new job into the job queue.
dashboard. Each string must use only
lowercase alphanumeric characters, or any
of "-_." (optional)
- "access:read": [ List of users that have read access to this
- job (optional). The user submitting the
- build will be included regardless of this
- value. The special username "*" indicates
- public read access to this build.
- Defaults to *.
- "string" Username
- ],
- "access:write": [ List of users that have write access to this
- job (optional). The user submitting the
- build will be included regardless of this
- value.
- "string" Username
- ],
"execute": boolean, True to start the build immediately
(optional - defaults to true)
"secrets": boolean, True to provide secrets during the build