diff --git a/app/config/specs/open-api3-latest-client.json b/app/config/specs/open-api3-latest-client.json index b707348b2b..ff4a9751f6 100644 --- a/app/config/specs/open-api3-latest-client.json +++ b/app/config/specs/open-api3-latest-client.json @@ -5533,57 +5533,6 @@ ] } }, - "\/health\/version": { - "get": { - "summary": "Get version", - "operationId": "healthGetVersion", - "tags": [ - "health" - ], - "description": "Get the version of Appwrite that this instance is currently running.", - "responses": { - "200": { - "description": "Health Version", - "content": { - "application\/json": { - "schema": { - "$ref": "#\/components\/schemas\/healthVersion" - } - } - } - } - }, - "x-appwrite": { - "method": "getVersion", - "weight": 128, - "cookies": false, - "type": "", - "deprecated": false, - "demo": "health\/get-version.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/health\/get-version.md", - "rate-limit": 0, - "rate-time": 3600, - "rate-key": "url:{url},ip:{ip}", - "scope": "public", - "platforms": [ - "server", - "client" - ], - "packaging": false, - "offline-model": "", - "offline-key": "", - "offline-response-key": "$id", - "auth": { - "Project": [] - } - }, - "security": [ - { - "Project": [] - } - ] - } - }, "\/locale": { "get": { "summary": "Get user locale", @@ -9878,20 +9827,6 @@ "countryName" ] }, - "healthVersion": { - "description": "Health Version", - "type": "object", - "properties": { - "version": { - "type": "string", - "description": "Version of the Appwrite instance.", - "x-example": "0.11.0" - } - }, - "required": [ - "version" - ] - }, "headers": { "description": "Headers", "type": "object", diff --git a/app/config/specs/open-api3-latest-console.json b/app/config/specs/open-api3-latest-console.json index a98367ab24..2b84f19b25 100644 --- a/app/config/specs/open-api3-latest-console.json +++ b/app/config/specs/open-api3-latest-console.json @@ -13442,57 +13442,6 @@ ] } }, - "\/health\/version": { - "get": { - "summary": "Get version", - "operationId": "healthGetVersion", - "tags": [ - "health" - ], - "description": "Get the version of Appwrite that this instance is currently running.", - "responses": { - "200": { - "description": "Health Version", - "content": { - "application\/json": { - "schema": { - "$ref": "#\/components\/schemas\/healthVersion" - } - } - } - } - }, - "x-appwrite": { - "method": "getVersion", - "weight": 128, - "cookies": false, - "type": "", - "deprecated": false, - "demo": "health\/get-version.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/health\/get-version.md", - "rate-limit": 0, - "rate-time": 3600, - "rate-key": "url:{url},ip:{ip}", - "scope": "public", - "platforms": [ - "server", - "client" - ], - "packaging": false, - "offline-model": "", - "offline-key": "", - "offline-response-key": "$id", - "auth": { - "Project": [] - } - }, - "security": [ - { - "Project": [] - } - ] - } - }, "\/locale": { "get": { "summary": "Get user locale", @@ -37222,20 +37171,6 @@ "diff" ] }, - "healthVersion": { - "description": "Health Version", - "type": "object", - "properties": { - "version": { - "type": "string", - "description": "Version of the Appwrite instance.", - "x-example": "0.11.0" - } - }, - "required": [ - "version" - ] - }, "metric": { "description": "Metric", "type": "object", diff --git a/app/config/specs/open-api3-latest-server.json b/app/config/specs/open-api3-latest-server.json index c50c1568be..e40dc58cd5 100644 --- a/app/config/specs/open-api3-latest-server.json +++ b/app/config/specs/open-api3-latest-server.json @@ -12291,57 +12291,6 @@ ] } }, - "\/health\/version": { - "get": { - "summary": "Get version", - "operationId": "healthGetVersion", - "tags": [ - "health" - ], - "description": "Get the version of Appwrite that this instance is currently running.", - "responses": { - "200": { - "description": "Health Version", - "content": { - "application\/json": { - "schema": { - "$ref": "#\/components\/schemas\/healthVersion" - } - } - } - } - }, - "x-appwrite": { - "method": "getVersion", - "weight": 128, - "cookies": false, - "type": "", - "deprecated": false, - "demo": "health\/get-version.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/health\/get-version.md", - "rate-limit": 0, - "rate-time": 3600, - "rate-key": "url:{url},ip:{ip}", - "scope": "public", - "platforms": [ - "server", - "client" - ], - "packaging": false, - "offline-model": "", - "offline-key": "", - "offline-response-key": "$id", - "auth": { - "Project": [] - } - }, - "security": [ - { - "Project": [] - } - ] - } - }, "\/locale": { "get": { "summary": "Get user locale", @@ -26851,20 +26800,6 @@ "diff" ] }, - "healthVersion": { - "description": "Health Version", - "type": "object", - "properties": { - "version": { - "type": "string", - "description": "Version of the Appwrite instance.", - "x-example": "0.11.0" - } - }, - "required": [ - "version" - ] - }, "headers": { "description": "Headers", "type": "object", diff --git a/app/config/specs/swagger2-latest-client.json b/app/config/specs/swagger2-latest-client.json index 15524e447b..d8e02126fe 100644 --- a/app/config/specs/swagger2-latest-client.json +++ b/app/config/specs/swagger2-latest-client.json @@ -5749,59 +5749,6 @@ ] } }, - "\/health\/version": { - "get": { - "summary": "Get version", - "operationId": "healthGetVersion", - "consumes": [ - "application\/json" - ], - "produces": [ - "application\/json" - ], - "tags": [ - "health" - ], - "description": "Get the version of Appwrite that this instance is currently running.", - "responses": { - "200": { - "description": "Health Version", - "schema": { - "$ref": "#\/definitions\/healthVersion" - } - } - }, - "x-appwrite": { - "method": "getVersion", - "weight": 128, - "cookies": false, - "type": "", - "deprecated": false, - "demo": "health\/get-version.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/health\/get-version.md", - "rate-limit": 0, - "rate-time": 3600, - "rate-key": "url:{url},ip:{ip}", - "scope": "public", - "platforms": [ - "server", - "client" - ], - "packaging": false, - "offline-model": "", - "offline-key": "", - "offline-response-key": "$id", - "auth": { - "Project": [] - } - }, - "security": [ - { - "Project": [] - } - ] - } - }, "\/locale": { "get": { "summary": "Get user locale", @@ -10086,20 +10033,6 @@ "countryName" ] }, - "healthVersion": { - "description": "Health Version", - "type": "object", - "properties": { - "version": { - "type": "string", - "description": "Version of the Appwrite instance.", - "x-example": "0.11.0" - } - }, - "required": [ - "version" - ] - }, "headers": { "description": "Headers", "type": "object", diff --git a/app/config/specs/swagger2-latest-console.json b/app/config/specs/swagger2-latest-console.json index 6a2c058134..cadb43ec28 100644 --- a/app/config/specs/swagger2-latest-console.json +++ b/app/config/specs/swagger2-latest-console.json @@ -13700,59 +13700,6 @@ ] } }, - "\/health\/version": { - "get": { - "summary": "Get version", - "operationId": "healthGetVersion", - "consumes": [ - "application\/json" - ], - "produces": [ - "application\/json" - ], - "tags": [ - "health" - ], - "description": "Get the version of Appwrite that this instance is currently running.", - "responses": { - "200": { - "description": "Health Version", - "schema": { - "$ref": "#\/definitions\/healthVersion" - } - } - }, - "x-appwrite": { - "method": "getVersion", - "weight": 128, - "cookies": false, - "type": "", - "deprecated": false, - "demo": "health\/get-version.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/health\/get-version.md", - "rate-limit": 0, - "rate-time": 3600, - "rate-key": "url:{url},ip:{ip}", - "scope": "public", - "platforms": [ - "server", - "client" - ], - "packaging": false, - "offline-model": "", - "offline-key": "", - "offline-response-key": "$id", - "auth": { - "Project": [] - } - }, - "security": [ - { - "Project": [] - } - ] - } - }, "\/locale": { "get": { "summary": "Get user locale", @@ -37837,20 +37784,6 @@ "diff" ] }, - "healthVersion": { - "description": "Health Version", - "type": "object", - "properties": { - "version": { - "type": "string", - "description": "Version of the Appwrite instance.", - "x-example": "0.11.0" - } - }, - "required": [ - "version" - ] - }, "metric": { "description": "Metric", "type": "object", diff --git a/app/config/specs/swagger2-latest-server.json b/app/config/specs/swagger2-latest-server.json index a02fcb4347..6b4b7a3e5a 100644 --- a/app/config/specs/swagger2-latest-server.json +++ b/app/config/specs/swagger2-latest-server.json @@ -12548,59 +12548,6 @@ ] } }, - "\/health\/version": { - "get": { - "summary": "Get version", - "operationId": "healthGetVersion", - "consumes": [ - "application\/json" - ], - "produces": [ - "application\/json" - ], - "tags": [ - "health" - ], - "description": "Get the version of Appwrite that this instance is currently running.", - "responses": { - "200": { - "description": "Health Version", - "schema": { - "$ref": "#\/definitions\/healthVersion" - } - } - }, - "x-appwrite": { - "method": "getVersion", - "weight": 128, - "cookies": false, - "type": "", - "deprecated": false, - "demo": "health\/get-version.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/health\/get-version.md", - "rate-limit": 0, - "rate-time": 3600, - "rate-key": "url:{url},ip:{ip}", - "scope": "public", - "platforms": [ - "server", - "client" - ], - "packaging": false, - "offline-model": "", - "offline-key": "", - "offline-response-key": "$id", - "auth": { - "Project": [] - } - }, - "security": [ - { - "Project": [] - } - ] - } - }, "\/locale": { "get": { "summary": "Get user locale", @@ -27408,20 +27355,6 @@ "diff" ] }, - "healthVersion": { - "description": "Health Version", - "type": "object", - "properties": { - "version": { - "type": "string", - "description": "Version of the Appwrite instance.", - "x-example": "0.11.0" - } - }, - "required": [ - "version" - ] - }, "headers": { "description": "Headers", "type": "object",