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",