From 644c18fc696f72ea325d589033bd303c8ac32850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Fri, 22 Nov 2024 12:20:12 +0100 Subject: [PATCH] Update specs --- app/config/specs/open-api3-latest-console.json | 12 ++++++++++++ app/config/specs/swagger2-latest-console.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/app/config/specs/open-api3-latest-console.json b/app/config/specs/open-api3-latest-console.json index c208a8ed00..f73b3d21a0 100644 --- a/app/config/specs/open-api3-latest-console.json +++ b/app/config/specs/open-api3-latest-console.json @@ -37552,6 +37552,16 @@ "description": "Site Template Name.", "x-example": "Starter site" }, + "demoUrl": { + "type": "string", + "description": "URL hosting a template demo.", + "x-example": "https:\/\/nextjs-starter.appwrite.network\/" + }, + "demoImage": { + "type": "string", + "description": "File URL with preview screenshot.", + "x-example": "https:\/\/cloud.appwrite.io\/images\/sites\/nextjs-starter.png" + }, "useCases": { "type": "array", "description": "Site use cases.", @@ -37600,6 +37610,8 @@ "required": [ "key", "name", + "demoUrl", + "demoImage", "useCases", "frameworks", "vcsProvider", diff --git a/app/config/specs/swagger2-latest-console.json b/app/config/specs/swagger2-latest-console.json index 3eba58f5d1..ebb68b1e96 100644 --- a/app/config/specs/swagger2-latest-console.json +++ b/app/config/specs/swagger2-latest-console.json @@ -38106,6 +38106,16 @@ "description": "Site Template Name.", "x-example": "Starter site" }, + "demoUrl": { + "type": "string", + "description": "URL hosting a template demo.", + "x-example": "https:\/\/nextjs-starter.appwrite.network\/" + }, + "demoImage": { + "type": "string", + "description": "File URL with preview screenshot.", + "x-example": "https:\/\/cloud.appwrite.io\/images\/sites\/nextjs-starter.png" + }, "useCases": { "type": "array", "description": "Site use cases.", @@ -38156,6 +38166,8 @@ "required": [ "key", "name", + "demoUrl", + "demoImage", "useCases", "frameworks", "vcsProvider",