Update specs

This commit is contained in:
Bradley Schofield 2024-12-17 10:33:08 +09:00
parent 1361dbdec5
commit fa053e493a
6 changed files with 0 additions and 396 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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