feat: support template bundles as zip archives (#11839)

This commit is contained in:
Marcin Tojek
2024-01-31 14:49:55 +01:00
committed by GitHub
parent b25deaae20
commit 13cbca679e
8 changed files with 248 additions and 18 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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