diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-07-11 17:01:54 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-11 17:01:54 -0400 |
commit | 3f0e4882444362cf0f87d0a1aec9d5c376b8e08d (patch) | |
tree | e5ff66985d2c7a3a022d4052e1bec23fd2d23935 /builds.sr.ht/api.md | |
parent | fcd20f85fb652ec94370c0f866174266e3d0c42b (diff) | |
download | sr.ht-docs-3f0e4882444362cf0f87d0a1aec9d5c376b8e08d.tar.gz |
Correct list of supported characters in tags
Diffstat (limited to 'builds.sr.ht/api.md')
-rw-r--r-- | builds.sr.ht/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builds.sr.ht/api.md b/builds.sr.ht/api.md index 8c04186..8653fef 100644 --- a/builds.sr.ht/api.md +++ b/builds.sr.ht/api.md @@ -27,7 +27,7 @@ Inserts a new job into the job queue. build and can be used to navigate the dashboard. Each string must use only lowercase alphanumeric characters, or any - of "-_.:" (optional) + 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 |