mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: formatting + updating specs
This commit is contained in:
@@ -240,7 +240,7 @@ jobs:
|
||||
export _APP_DATABASE_SHARED_TABLES=database_db_main
|
||||
export _APP_DATABASE_SHARED_TABLES_V1=
|
||||
fi
|
||||
|
||||
|
||||
docker compose exec -T \
|
||||
-e _APP_DATABASE_SHARED_TABLES \
|
||||
-e _APP_DATABASE_SHARED_TABLES_V1 \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"openapi": "3.0.0",
|
||||
"info": {
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"title": "Appwrite",
|
||||
"description": "Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https:\/\/appwrite.io\/docs](https:\/\/appwrite.io\/docs)",
|
||||
"termsOfService": "https:\/\/appwrite.io\/policy\/terms",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"openapi": "3.0.0",
|
||||
"info": {
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"title": "Appwrite",
|
||||
"description": "Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https:\/\/appwrite.io\/docs](https:\/\/appwrite.io\/docs)",
|
||||
"termsOfService": "https:\/\/appwrite.io\/policy\/terms",
|
||||
@@ -11080,6 +11080,11 @@
|
||||
"type": "string",
|
||||
"description": "Variable value. Max length: 8192 chars.",
|
||||
"x-example": "<VALUE>"
|
||||
},
|
||||
"secret": {
|
||||
"type": "boolean",
|
||||
"description": "Is secret? Secret variables can only be updated or deleted, they cannot be read.",
|
||||
"x-example": false
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -18712,6 +18717,11 @@
|
||||
"type": "string",
|
||||
"description": "Variable value. Max length: 8192 chars.",
|
||||
"x-example": "<VALUE>"
|
||||
},
|
||||
"secret": {
|
||||
"type": "boolean",
|
||||
"description": "Is secret? Secret variables can only be updated or deleted, they cannot be read.",
|
||||
"x-example": false
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -19056,8 +19066,7 @@
|
||||
"description": "Project Region.",
|
||||
"x-example": "default",
|
||||
"enum": [
|
||||
"default",
|
||||
"fra"
|
||||
"default"
|
||||
],
|
||||
"x-enum-name": null,
|
||||
"x-enum-keys": []
|
||||
@@ -35776,6 +35785,11 @@
|
||||
"description": "Variable value.",
|
||||
"x-example": "myPa$$word1"
|
||||
},
|
||||
"secret": {
|
||||
"type": "boolean",
|
||||
"description": "Variable secret flag. Secret variables can only be updated or deleted, but never read.",
|
||||
"x-example": false
|
||||
},
|
||||
"resourceType": {
|
||||
"type": "string",
|
||||
"description": "Service to which the variable belongs. Possible values are \"project\", \"function\"",
|
||||
@@ -35793,6 +35807,7 @@
|
||||
"$updatedAt",
|
||||
"key",
|
||||
"value",
|
||||
"secret",
|
||||
"resourceType",
|
||||
"resourceId"
|
||||
]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"openapi": "3.0.0",
|
||||
"info": {
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"title": "Appwrite",
|
||||
"description": "Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https:\/\/appwrite.io\/docs](https:\/\/appwrite.io\/docs)",
|
||||
"termsOfService": "https:\/\/appwrite.io\/policy\/terms",
|
||||
@@ -9946,6 +9946,11 @@
|
||||
"type": "string",
|
||||
"description": "Variable value. Max length: 8192 chars.",
|
||||
"x-example": "<VALUE>"
|
||||
},
|
||||
"secret": {
|
||||
"type": "boolean",
|
||||
"description": "Is secret? Secret variables can only be updated or deleted, they cannot be read.",
|
||||
"x-example": false
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -25525,6 +25530,11 @@
|
||||
"description": "Variable value.",
|
||||
"x-example": "myPa$$word1"
|
||||
},
|
||||
"secret": {
|
||||
"type": "boolean",
|
||||
"description": "Variable secret flag. Secret variables can only be updated or deleted, but never read.",
|
||||
"x-example": false
|
||||
},
|
||||
"resourceType": {
|
||||
"type": "string",
|
||||
"description": "Service to which the variable belongs. Possible values are \"project\", \"function\"",
|
||||
@@ -25542,6 +25552,7 @@
|
||||
"$updatedAt",
|
||||
"key",
|
||||
"value",
|
||||
"secret",
|
||||
"resourceType",
|
||||
"resourceId"
|
||||
]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"title": "Appwrite",
|
||||
"description": "Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https:\/\/appwrite.io\/docs](https:\/\/appwrite.io\/docs)",
|
||||
"termsOfService": "https:\/\/appwrite.io\/policy\/terms",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"title": "Appwrite",
|
||||
"description": "Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https:\/\/appwrite.io\/docs](https:\/\/appwrite.io\/docs)",
|
||||
"termsOfService": "https:\/\/appwrite.io\/policy\/terms",
|
||||
@@ -11258,6 +11258,12 @@
|
||||
"description": "Variable value. Max length: 8192 chars.",
|
||||
"default": null,
|
||||
"x-example": "<VALUE>"
|
||||
},
|
||||
"secret": {
|
||||
"type": "boolean",
|
||||
"description": "Is secret? Secret variables can only be updated or deleted, they cannot be read.",
|
||||
"default": false,
|
||||
"x-example": false
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -19171,6 +19177,12 @@
|
||||
"description": "Variable value. Max length: 8192 chars.",
|
||||
"default": null,
|
||||
"x-example": "<VALUE>"
|
||||
},
|
||||
"secret": {
|
||||
"type": "boolean",
|
||||
"description": "Is secret? Secret variables can only be updated or deleted, they cannot be read.",
|
||||
"default": false,
|
||||
"x-example": false
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -19522,8 +19534,7 @@
|
||||
"default": "default",
|
||||
"x-example": "default",
|
||||
"enum": [
|
||||
"default",
|
||||
"fra"
|
||||
"default"
|
||||
],
|
||||
"x-enum-name": null,
|
||||
"x-enum-keys": []
|
||||
@@ -36312,6 +36323,11 @@
|
||||
"description": "Variable value.",
|
||||
"x-example": "myPa$$word1"
|
||||
},
|
||||
"secret": {
|
||||
"type": "boolean",
|
||||
"description": "Variable secret flag. Secret variables can only be updated or deleted, but never read.",
|
||||
"x-example": false
|
||||
},
|
||||
"resourceType": {
|
||||
"type": "string",
|
||||
"description": "Service to which the variable belongs. Possible values are \"project\", \"function\"",
|
||||
@@ -36329,6 +36345,7 @@
|
||||
"$updatedAt",
|
||||
"key",
|
||||
"value",
|
||||
"secret",
|
||||
"resourceType",
|
||||
"resourceId"
|
||||
]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"title": "Appwrite",
|
||||
"description": "Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https:\/\/appwrite.io\/docs](https:\/\/appwrite.io\/docs)",
|
||||
"termsOfService": "https:\/\/appwrite.io\/policy\/terms",
|
||||
@@ -10127,6 +10127,12 @@
|
||||
"description": "Variable value. Max length: 8192 chars.",
|
||||
"default": null,
|
||||
"x-example": "<VALUE>"
|
||||
},
|
||||
"secret": {
|
||||
"type": "boolean",
|
||||
"description": "Is secret? Secret variables can only be updated or deleted, they cannot be read.",
|
||||
"default": false,
|
||||
"x-example": false
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -26037,6 +26043,11 @@
|
||||
"description": "Variable value.",
|
||||
"x-example": "myPa$$word1"
|
||||
},
|
||||
"secret": {
|
||||
"type": "boolean",
|
||||
"description": "Variable secret flag. Secret variables can only be updated or deleted, but never read.",
|
||||
"x-example": false
|
||||
},
|
||||
"resourceType": {
|
||||
"type": "string",
|
||||
"description": "Service to which the variable belongs. Possible values are \"project\", \"function\"",
|
||||
@@ -26054,6 +26065,7 @@
|
||||
"$updatedAt",
|
||||
"key",
|
||||
"value",
|
||||
"secret",
|
||||
"resourceType",
|
||||
"resourceId"
|
||||
]
|
||||
|
||||
@@ -1009,7 +1009,7 @@ App::error()
|
||||
|
||||
$type = $error->getType();
|
||||
|
||||
$output = (App::isDevelopment()) ? [
|
||||
$output = App::isDevelopment() ? [
|
||||
'message' => $message,
|
||||
'code' => $code,
|
||||
'file' => $file,
|
||||
|
||||
Reference in New Issue
Block a user