From e8cc95323e23ecbf9a542db31e785c64ecc40f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Thu, 27 Mar 2025 11:34:38 +0100 Subject: [PATCH] Generate specs --- app/config/specs/open-api3-latest-console.json | 6 ++++++ app/config/specs/swagger2-latest-console.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/app/config/specs/open-api3-latest-console.json b/app/config/specs/open-api3-latest-console.json index 0e50ebd6d0..bd2230a4a8 100644 --- a/app/config/specs/open-api3-latest-console.json +++ b/app/config/specs/open-api3-latest-console.json @@ -37042,6 +37042,11 @@ "description": "Site Template Name.", "x-example": "Starter site" }, + "tagline": { + "type": "string", + "description": "Short description of template", + "x-example": "Minimal web app integrating with Appwrite." + }, "demoUrl": { "type": "string", "description": "URL hosting a template demo.", @@ -37105,6 +37110,7 @@ "required": [ "key", "name", + "tagline", "demoUrl", "screenshotDark", "screenshotLight", diff --git a/app/config/specs/swagger2-latest-console.json b/app/config/specs/swagger2-latest-console.json index 487f36f446..0ef66f4f9c 100644 --- a/app/config/specs/swagger2-latest-console.json +++ b/app/config/specs/swagger2-latest-console.json @@ -37625,6 +37625,11 @@ "description": "Site Template Name.", "x-example": "Starter site" }, + "tagline": { + "type": "string", + "description": "Short description of template", + "x-example": "Minimal web app integrating with Appwrite." + }, "demoUrl": { "type": "string", "description": "URL hosting a template demo.", @@ -37690,6 +37695,7 @@ "required": [ "key", "name", + "tagline", "demoUrl", "screenshotDark", "screenshotLight",