From 2add0233f226bda9254511e73bdac2c967e60092 Mon Sep 17 00:00:00 2001 From: Matías Lang Date: Wed, 8 Apr 2020 02:51:13 -0300 Subject: 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. --- builds.sr.ht/api.md | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'builds.sr.ht/api.md') 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 -- cgit