diff options
author | Matías Lang <yo@matiaslang.me> | 2020-04-08 02:51:13 -0300 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-04-08 09:45:28 -0400 |
commit | 2add0233f226bda9254511e73bdac2c967e60092 (patch) | |
tree | 45ef12500c3b651273fbb1e03d19c5af65343def /builds.sr.ht | |
parent | 316b198186ddf05b8a6bb6cc4e6f9fb79748a333 (diff) | |
download | sr.ht-docs-2add0233f226bda9254511e73bdac2c967e60092.tar.gz |
Remove builds.sr.ht ACL docs
The ACL feature to restrict read/write access to jobs is not implemented
yet. Remove the docs of it to prevent users assuming their job is
private when it's actually public.
Diffstat (limited to 'builds.sr.ht')
-rw-r--r-- | builds.sr.ht/api.md | 14 |
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 |