mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: support template bundles as zip archives (#11839)
This commit is contained in:
Generated
+1
-1
@@ -920,7 +920,7 @@ const docTemplate = `{
|
||||
{
|
||||
"type": "string",
|
||||
"default": "application/x-tar",
|
||||
"description": "Content-Type must be ` + "`" + `application/x-tar` + "`" + `",
|
||||
"description": "Content-Type must be ` + "`" + `application/x-tar` + "`" + ` or ` + "`" + `application/zip` + "`" + `",
|
||||
"name": "Content-Type",
|
||||
"in": "header",
|
||||
"required": true
|
||||
|
||||
Generated
+1
-1
@@ -788,7 +788,7 @@
|
||||
{
|
||||
"type": "string",
|
||||
"default": "application/x-tar",
|
||||
"description": "Content-Type must be `application/x-tar`",
|
||||
"description": "Content-Type must be `application/x-tar` or `application/zip`",
|
||||
"name": "Content-Type",
|
||||
"in": "header",
|
||||
"required": true
|
||||
|
||||
Reference in New Issue
Block a user