toymaker.git

commit 258843fafe588aab465acfe6a668492af666af76

Author: Adam <git@apiote.xyz>

update todo

 todo | 6 ++++--


diff --git a/todo b/todo
index e7f6f0c6c00fd33df83e5a88a4ba627859473fa1..7a874ca5d6d91ba2432fadf52f18f287bb3c9222 100644
--- a/todo
+++ b/todo
@@ -1,13 +1,15 @@
 POST /toys/$name/
-	Header:: Authorization: Bearer $secret
+	=> start build
+	Header:: Authorization: $secret
 GET /toys/
 	=> html list of toys
 GET /toys/$name
 	=> html list of toy's items
-GET /toys/$name/$id #Accept: (text/html | image/png |image/*webp | image/avif | text/plain)
+GET /toys/$name/$id #Accept: (text/html | image/*svg | text/plain)
 	=> logs of item
 DELETE /toys/$name/$id
 	=> stop build
+	Header:: Authorization: $secret
 GET /toys/$name/$id/$artifact_name
 	=> artifact by name