diff --git a/app/config/platforms.php b/app/config/platforms.php index eb6c121f8e..7623bb896e 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -11,7 +11,7 @@ return [ [ 'key' => 'web', 'name' => 'Web', - 'version' => '19.0.0', + 'version' => '20.0.0', 'url' => 'https://github.com/appwrite/sdk-for-web', 'package' => 'https://www.npmjs.com/package/appwrite', 'enabled' => true, @@ -60,7 +60,7 @@ return [ [ 'key' => 'flutter', 'name' => 'Flutter', - 'version' => '18.0.0', + 'version' => '19.0.0', 'url' => 'https://github.com/appwrite/sdk-for-flutter', 'package' => 'https://pub.dev/packages/appwrite', 'enabled' => true, @@ -79,7 +79,7 @@ return [ [ 'key' => 'apple', 'name' => 'Apple', - 'version' => '11.0.0', + 'version' => '12.0.0', 'url' => 'https://github.com/appwrite/sdk-for-apple', 'package' => 'https://github.com/appwrite/sdk-for-apple', 'enabled' => true, @@ -116,7 +116,7 @@ return [ [ 'key' => 'android', 'name' => 'Android', - 'version' => '9.0.0', + 'version' => '10.0.0', 'url' => 'https://github.com/appwrite/sdk-for-android', 'package' => 'https://search.maven.org/artifact/io.appwrite/sdk-for-android', 'enabled' => true, @@ -139,7 +139,7 @@ return [ [ 'key' => 'react-native', 'name' => 'React Native', - 'version' => '0.12.0', + 'version' => '0.13.0', 'url' => 'https://github.com/appwrite/sdk-for-react-native', 'package' => 'https://npmjs.com/package/react-native-appwrite', 'enabled' => true, @@ -262,7 +262,7 @@ return [ [ 'key' => 'nodejs', 'name' => 'Node.js', - 'version' => '18.0.0', + 'version' => '19.0.0', 'url' => 'https://github.com/appwrite/sdk-for-node', 'package' => 'https://www.npmjs.com/package/node-appwrite', 'enabled' => true, @@ -281,7 +281,7 @@ return [ [ 'key' => 'php', 'name' => 'PHP', - 'version' => '16.0.0', + 'version' => '17.0.0', 'url' => 'https://github.com/appwrite/sdk-for-php', 'package' => 'https://packagist.org/packages/appwrite/appwrite', 'enabled' => true, @@ -300,7 +300,7 @@ return [ [ 'key' => 'python', 'name' => 'Python', - 'version' => '12.0.0', + 'version' => '13.0.0', 'url' => 'https://github.com/appwrite/sdk-for-python', 'package' => 'https://pypi.org/project/appwrite/', 'enabled' => true, @@ -319,7 +319,7 @@ return [ [ 'key' => 'ruby', 'name' => 'Ruby', - 'version' => '17.0.0', + 'version' => '18.0.0', 'url' => 'https://github.com/appwrite/sdk-for-ruby', 'package' => 'https://rubygems.org/gems/appwrite', 'enabled' => true, @@ -338,7 +338,7 @@ return [ [ 'key' => 'go', 'name' => 'Go', - 'version' => '0.10.0', + 'version' => '0.11.0', 'url' => 'https://github.com/appwrite/sdk-for-go', 'package' => 'https://github.com/appwrite/sdk-for-go', 'enabled' => true, @@ -357,7 +357,7 @@ return [ [ 'key' => 'dotnet', 'name' => '.NET', - 'version' => '0.16.0', + 'version' => '0.17.0', 'url' => 'https://github.com/appwrite/sdk-for-dotnet', 'package' => 'https://www.nuget.org/packages/Appwrite', 'enabled' => true, @@ -376,7 +376,7 @@ return [ [ 'key' => 'dart', 'name' => 'Dart', - 'version' => '17.0.0', + 'version' => '18.0.0', 'url' => 'https://github.com/appwrite/sdk-for-dart', 'package' => 'https://pub.dev/packages/dart_appwrite', 'enabled' => true, @@ -395,7 +395,7 @@ return [ [ 'key' => 'kotlin', 'name' => 'Kotlin', - 'version' => '10.0.0', + 'version' => '11.0.0', 'url' => 'https://github.com/appwrite/sdk-for-kotlin', 'package' => 'https://search.maven.org/artifact/io.appwrite/sdk-for-kotlin', 'enabled' => true, @@ -418,7 +418,7 @@ return [ [ 'key' => 'swift', 'name' => 'Swift', - 'version' => '11.0.0', + 'version' => '12.0.0', 'url' => 'https://github.com/appwrite/sdk-for-swift', 'package' => 'https://github.com/appwrite/sdk-for-swift', 'enabled' => true, diff --git a/app/config/services.php b/app/config/services.php index f02f169b88..5f8651e59f 100644 --- a/app/config/services.php +++ b/app/config/services.php @@ -214,7 +214,7 @@ return [ 'name' => 'Proxy', 'subtitle' => 'The Proxy Service allows you to configure actions for your domains beyond DNS configuration.', 'description' => '/docs/services/proxy.md', - 'controller' => 'api/proxy.php', + 'controller' => '', // Uses modules 'sdk' => true, 'docs' => true, 'docsUrl' => 'https://appwrite.io/docs/proxy', diff --git a/app/config/specs/open-api3-1.8.x-client.json b/app/config/specs/open-api3-1.8.x-client.json index 81530d8ecd..d226fcc4e1 100644 --- a/app/config/specs/open-api3-1.8.x-client.json +++ b/app/config/specs/open-api3-1.8.x-client.json @@ -4830,7 +4830,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 339, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -4919,7 +4919,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 331, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -5069,7 +5069,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 332, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -5168,7 +5168,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 335, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -5316,7 +5316,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 333, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -5419,7 +5419,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 337, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -5507,7 +5507,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 342, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -5626,7 +5626,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 341, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -5745,7 +5745,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 460, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -5820,7 +5820,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 458, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -5936,7 +5936,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 459, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -6010,7 +6010,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 254, + "weight": 250, "cookies": false, "type": "graphql", "demo": "graphql\/query.md", @@ -6062,7 +6062,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 253, + "weight": 249, "cookies": false, "type": "graphql", "demo": "graphql\/mutation.md", @@ -6530,7 +6530,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 300, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -6613,7 +6613,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 304, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -7491,7 +7491,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 431, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -7579,7 +7579,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 423, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -7687,7 +7687,7 @@ }, "rows": { "type": "array", - "description": "Array of documents data as JSON objects.", + "description": "Array of rows data as JSON objects.", "x-example": null, "items": { "type": "object" @@ -7724,7 +7724,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 424, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -7822,7 +7822,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 427, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -7961,7 +7961,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 425, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -8063,7 +8063,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 429, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -8150,7 +8150,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 434, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -8268,7 +8268,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 433, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", diff --git a/app/config/specs/open-api3-1.8.x-console.json b/app/config/specs/open-api3-1.8.x-console.json index 2438cf3ff6..02d97fffc7 100644 --- a/app/config/specs/open-api3-1.8.x-console.json +++ b/app/config/specs/open-api3-1.8.x-console.json @@ -4828,7 +4828,7 @@ "x-appwrite": { "method": "chat", "group": "console", - "weight": 256, + "weight": 252, "cookies": false, "type": "", "demo": "assistant\/chat.md", @@ -4888,7 +4888,7 @@ "x-appwrite": { "method": "getResource", "group": null, - "weight": 500, + "weight": 496, "cookies": false, "type": "", "demo": "console\/get-resource.md", @@ -4963,7 +4963,7 @@ "x-appwrite": { "method": "variables", "group": "console", - "weight": 255, + "weight": 251, "cookies": false, "type": "", "demo": "console\/variables.md", @@ -5011,7 +5011,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 320, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -5115,7 +5115,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 316, + "weight": 312, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -5229,7 +5229,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 323, + "weight": 319, "cookies": false, "type": "", "demo": "databases\/list-usage.md", @@ -5331,7 +5331,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 317, + "weight": 313, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5422,7 +5422,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 318, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -5533,7 +5533,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 319, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -5625,7 +5625,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 328, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -5712,7 +5712,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 324, + "weight": 320, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -5820,7 +5820,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 325, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -5893,7 +5893,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 326, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -5996,7 +5996,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 327, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6071,7 +6071,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 345, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6159,7 +6159,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 346, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6269,7 +6269,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 347, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -6384,7 +6384,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 348, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -6494,7 +6494,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 349, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -6609,7 +6609,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 350, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -6719,7 +6719,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 351, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -6834,7 +6834,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 352, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -6953,7 +6953,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 353, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7077,7 +7077,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 354, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7197,7 +7197,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 355, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7322,7 +7322,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 356, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7442,7 +7442,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 357, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -7567,7 +7567,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 358, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -7677,7 +7677,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 359, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -7792,7 +7792,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 360, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -7905,7 +7905,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 361, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8009,7 +8009,7 @@ "tags": [ "databases" ], - "description": "Create a geometric 2d point attribute.", + "description": "Create a geometric point attribute.", "responses": { "202": { "description": "AttributePoint", @@ -8026,7 +8026,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 362, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8139,7 +8139,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 363, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8260,7 +8260,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 364, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8373,7 +8373,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 365, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -8494,7 +8494,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 366, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -8629,7 +8629,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 368, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -8750,7 +8750,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 369, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -8870,7 +8870,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 370, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -8980,7 +8980,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 371, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9126,7 +9126,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 343, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9201,7 +9201,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 344, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9285,7 +9285,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 367, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9397,7 +9397,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 339, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -9486,7 +9486,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 331, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -9664,7 +9664,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 336, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -9792,7 +9792,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 334, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -9890,7 +9890,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 338, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -9985,7 +9985,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 332, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10084,7 +10084,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 335, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10232,7 +10232,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 333, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10335,7 +10335,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 337, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -10423,7 +10423,7 @@ "x-appwrite": { "method": "listDocumentLogs", "group": "logs", - "weight": 340, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/list-document-logs.md", @@ -10520,7 +10520,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 342, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -10639,7 +10639,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 341, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -10758,7 +10758,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 375, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -10844,7 +10844,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 372, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -10977,7 +10977,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 373, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11052,7 +11052,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 374, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11136,7 +11136,7 @@ "x-appwrite": { "method": "listCollectionLogs", "group": "collections", - "weight": 329, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/list-collection-logs.md", @@ -11223,7 +11223,7 @@ "x-appwrite": { "method": "getCollectionUsage", "group": null, - "weight": 330, + "weight": 326, "cookies": false, "type": "", "demo": "databases\/get-collection-usage.md", @@ -11319,7 +11319,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 321, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/list-logs.md", @@ -11425,7 +11425,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 322, + "weight": 318, "cookies": false, "type": "", "demo": "databases\/get-usage.md", @@ -11540,7 +11540,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 444, + "weight": 440, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -11613,7 +11613,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 441, + "weight": 437, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -11846,7 +11846,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 446, + "weight": 442, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -11895,7 +11895,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 447, + "weight": 443, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -11945,7 +11945,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 470, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/list-templates.md", @@ -12045,7 +12045,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 469, + "weight": 465, "cookies": false, "type": "", "demo": "functions\/get-template.md", @@ -12105,7 +12105,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 463, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/list-usage.md", @@ -12177,7 +12177,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 442, + "weight": 438, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -12236,7 +12236,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 443, + "weight": 439, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -12466,7 +12466,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 445, + "weight": 441, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -12527,7 +12527,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 450, + "weight": 446, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -12607,7 +12607,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 451, + "weight": 447, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -12690,7 +12690,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 448, + "weight": 444, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -12786,7 +12786,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 456, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -12871,7 +12871,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 453, + "weight": 449, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -12974,7 +12974,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 454, + "weight": 450, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -13071,7 +13071,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 449, + "weight": 445, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -13133,7 +13133,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 452, + "weight": 448, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -13197,7 +13197,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 455, + "weight": 451, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -13287,7 +13287,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 457, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -13358,7 +13358,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 460, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -13433,7 +13433,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 458, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -13549,7 +13549,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 459, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -13614,7 +13614,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 461, + "weight": 457, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -13685,7 +13685,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 462, + "weight": 458, "cookies": false, "type": "", "demo": "functions\/get-usage.md", @@ -13767,7 +13767,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 466, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -13826,7 +13826,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 464, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -13917,7 +13917,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 465, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -13986,7 +13986,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 467, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -14077,7 +14077,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 468, + "weight": 464, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -14148,7 +14148,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 254, + "weight": 250, "cookies": false, "type": "graphql", "demo": "graphql\/query.md", @@ -14200,7 +14200,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 253, + "weight": 249, "cookies": false, "type": "graphql", "demo": "graphql\/mutation.md", @@ -15963,7 +15963,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 308, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -16039,7 +16039,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 305, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -16183,7 +16183,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 312, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -16329,7 +16329,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 307, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -16503,7 +16503,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 314, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -16681,7 +16681,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 306, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -16858,7 +16858,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 313, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -17036,7 +17036,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 311, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -17089,7 +17089,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 315, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -17151,7 +17151,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 309, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -17226,7 +17226,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 310, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -17301,7 +17301,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 280, + "weight": 276, "cookies": false, "type": "", "demo": "messaging\/list-providers.md", @@ -17377,7 +17377,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 279, + "weight": 275, "cookies": false, "type": "", "demo": "messaging\/create-apns-provider.md", @@ -17552,7 +17552,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 292, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -17728,7 +17728,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 278, + "weight": 274, "cookies": false, "type": "", "demo": "messaging\/create-fcm-provider.md", @@ -17875,7 +17875,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 291, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -18023,7 +18023,7 @@ "x-appwrite": { "method": "createMailgunProvider", "group": "providers", - "weight": 270, + "weight": 266, "cookies": false, "type": "", "demo": "messaging\/create-mailgun-provider.md", @@ -18138,7 +18138,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 283, + "weight": 279, "cookies": false, "type": "", "demo": "messaging\/update-mailgun-provider.md", @@ -18256,7 +18256,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 273, + "weight": 269, "cookies": false, "type": "", "demo": "messaging\/create-msg-91-provider.md", @@ -18351,7 +18351,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 286, + "weight": 282, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -18449,7 +18449,7 @@ "x-appwrite": { "method": "createSendgridProvider", "group": "providers", - "weight": 271, + "weight": 267, "cookies": false, "type": "", "demo": "messaging\/create-sendgrid-provider.md", @@ -18554,7 +18554,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 284, + "weight": 280, "cookies": false, "type": "", "demo": "messaging\/update-sendgrid-provider.md", @@ -18662,7 +18662,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 272, + "weight": 268, "cookies": false, "type": "", "demo": "messaging\/create-smtp-provider.md", @@ -18889,7 +18889,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 285, + "weight": 281, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -19114,7 +19114,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 274, + "weight": 270, "cookies": false, "type": "", "demo": "messaging\/create-telesign-provider.md", @@ -19209,7 +19209,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 287, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -19307,7 +19307,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 275, + "weight": 271, "cookies": false, "type": "", "demo": "messaging\/create-textmagic-provider.md", @@ -19402,7 +19402,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 288, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -19500,7 +19500,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 276, + "weight": 272, "cookies": false, "type": "", "demo": "messaging\/create-twilio-provider.md", @@ -19595,7 +19595,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 289, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -19693,7 +19693,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 277, + "weight": 273, "cookies": false, "type": "", "demo": "messaging\/create-vonage-provider.md", @@ -19788,7 +19788,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 290, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -19886,7 +19886,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 282, + "weight": 278, "cookies": false, "type": "", "demo": "messaging\/get-provider.md", @@ -19939,7 +19939,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 293, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -20001,7 +20001,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 281, + "weight": 277, "cookies": false, "type": "", "demo": "messaging\/list-provider-logs.md", @@ -20076,7 +20076,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 302, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -20151,7 +20151,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 295, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -20225,7 +20225,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 294, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -20308,7 +20308,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 297, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -20368,7 +20368,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 298, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -20445,7 +20445,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 299, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -20507,7 +20507,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 296, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -20582,7 +20582,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 301, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -20666,7 +20666,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 300, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -20756,7 +20756,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 303, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -20819,7 +20819,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 304, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -20894,7 +20894,7 @@ "x-appwrite": { "method": "list", "group": null, - "weight": 262, + "weight": 258, "cookies": false, "type": "", "demo": "migrations\/list.md", @@ -20968,7 +20968,7 @@ "x-appwrite": { "method": "createAppwriteMigration", "group": null, - "weight": 257, + "weight": 253, "cookies": false, "type": "", "demo": "migrations\/create-appwrite-migration.md", @@ -21056,7 +21056,7 @@ "x-appwrite": { "method": "getAppwriteReport", "group": null, - "weight": 264, + "weight": 260, "cookies": false, "type": "", "demo": "migrations\/get-appwrite-report.md", @@ -21149,7 +21149,7 @@ "x-appwrite": { "method": "createCsvMigration", "group": null, - "weight": 261, + "weight": 257, "cookies": false, "type": "", "demo": "migrations\/create-csv-migration.md", @@ -21233,7 +21233,7 @@ "x-appwrite": { "method": "createFirebaseMigration", "group": null, - "weight": 258, + "weight": 254, "cookies": false, "type": "", "demo": "migrations\/create-firebase-migration.md", @@ -21309,7 +21309,7 @@ "x-appwrite": { "method": "getFirebaseReport", "group": null, - "weight": 265, + "weight": 261, "cookies": false, "type": "", "demo": "migrations\/get-firebase-report.md", @@ -21381,7 +21381,7 @@ "x-appwrite": { "method": "createNHostMigration", "group": null, - "weight": 260, + "weight": 256, "cookies": false, "type": "", "demo": "migrations\/create-n-host-migration.md", @@ -21492,7 +21492,7 @@ "x-appwrite": { "method": "getNHostReport", "group": null, - "weight": 267, + "weight": 263, "cookies": false, "type": "", "demo": "migrations\/get-n-host-report.md", @@ -21625,7 +21625,7 @@ "x-appwrite": { "method": "createSupabaseMigration", "group": null, - "weight": 259, + "weight": 255, "cookies": false, "type": "", "demo": "migrations\/create-supabase-migration.md", @@ -21730,7 +21730,7 @@ "x-appwrite": { "method": "getSupabaseReport", "group": null, - "weight": 266, + "weight": 262, "cookies": false, "type": "", "demo": "migrations\/get-supabase-report.md", @@ -21854,7 +21854,7 @@ "x-appwrite": { "method": "get", "group": null, - "weight": 263, + "weight": 259, "cookies": false, "type": "", "demo": "migrations\/get.md", @@ -21912,7 +21912,7 @@ "x-appwrite": { "method": "retry", "group": null, - "weight": 268, + "weight": 264, "cookies": false, "type": "", "demo": "migrations\/retry.md", @@ -21963,7 +21963,7 @@ "x-appwrite": { "method": "delete", "group": null, - "weight": 269, + "weight": 265, "cookies": false, "type": "", "demo": "migrations\/delete.md", @@ -22433,7 +22433,7 @@ "x-appwrite": { "method": "list", "group": "projects", - "weight": 440, + "weight": 436, "cookies": false, "type": "", "demo": "projects\/list.md", @@ -24068,7 +24068,7 @@ "x-appwrite": { "method": "listDevKeys", "group": "devKeys", - "weight": 438, + "weight": 434, "cookies": false, "type": "", "demo": "projects\/list-dev-keys.md", @@ -24136,7 +24136,7 @@ "x-appwrite": { "method": "createDevKey", "group": "devKeys", - "weight": 435, + "weight": 431, "cookies": false, "type": "", "demo": "projects\/create-dev-key.md", @@ -24221,7 +24221,7 @@ "x-appwrite": { "method": "getDevKey", "group": "devKeys", - "weight": 437, + "weight": 433, "cookies": false, "type": "", "demo": "projects\/get-dev-key.md", @@ -24289,7 +24289,7 @@ "x-appwrite": { "method": "updateDevKey", "group": "devKeys", - "weight": 436, + "weight": 432, "cookies": false, "type": "", "demo": "projects\/update-dev-key.md", @@ -24375,7 +24375,7 @@ "x-appwrite": { "method": "deleteDevKey", "group": "devKeys", - "weight": 439, + "weight": 435, "cookies": false, "type": "", "demo": "projects\/delete-dev-key.md", @@ -28209,11 +28209,11 @@ "x-appwrite": { "method": "listRules", "group": null, - "weight": 240, + "weight": 502, "cookies": false, "type": "", "demo": "proxy\/list-rules.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/proxy\/list-rules.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterGet a list of all the proxy rules. You can use the query params to filter your results.", "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", @@ -28283,7 +28283,7 @@ "x-appwrite": { "method": "createAPIRule", "group": null, - "weight": 501, + "weight": 497, "cookies": false, "type": "", "demo": "proxy\/create-api-rule.md", @@ -28350,7 +28350,7 @@ "x-appwrite": { "method": "createFunctionRule", "group": null, - "weight": 503, + "weight": 499, "cookies": false, "type": "", "demo": "proxy\/create-function-rule.md", @@ -28428,7 +28428,7 @@ "x-appwrite": { "method": "createRedirectRule", "group": null, - "weight": 504, + "weight": 500, "cookies": false, "type": "", "demo": "proxy\/create-redirect-rule.md", @@ -28541,7 +28541,7 @@ "x-appwrite": { "method": "createSiteRule", "group": null, - "weight": 502, + "weight": 498, "cookies": false, "type": "", "demo": "proxy\/create-site-rule.md", @@ -28619,11 +28619,11 @@ "x-appwrite": { "method": "getRule", "group": null, - "weight": 241, + "weight": 501, "cookies": false, "type": "", "demo": "proxy\/get-rule.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/proxy\/get-rule.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterGet a proxy rule by its unique ID.", "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", @@ -28670,11 +28670,11 @@ "x-appwrite": { "method": "deleteRule", "group": null, - "weight": 242, + "weight": 503, "cookies": false, "type": "", "demo": "proxy\/delete-rule.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/proxy\/delete-rule.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterDelete a proxy rule by its unique ID.", "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", @@ -28730,11 +28730,11 @@ "x-appwrite": { "method": "updateRuleVerification", "group": null, - "weight": 243, + "weight": 504, "cookies": false, "type": "", "demo": "proxy\/update-rule-verification.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/proxy\/update-rule-verification.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterRetry getting verification process of a proxy rule. This endpoint triggers domain verification by checking DNS records (CNAME) against the configured target domain. If verification is successful, a TLS certificate will be automatically provisioned for the domain.", "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", @@ -28790,7 +28790,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 473, + "weight": 469, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -28860,7 +28860,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 471, + "weight": 467, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -29109,7 +29109,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 476, + "weight": 472, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -29158,7 +29158,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 499, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -29208,7 +29208,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 495, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/list-templates.md", @@ -29308,7 +29308,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 496, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/get-template.md", @@ -29368,7 +29368,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 497, + "weight": 493, "cookies": false, "type": "", "demo": "sites\/list-usage.md", @@ -29440,7 +29440,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 472, + "weight": 468, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -29499,7 +29499,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 474, + "weight": 470, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -29744,7 +29744,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 475, + "weight": 471, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -29805,7 +29805,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 482, + "weight": 478, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -29885,7 +29885,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 481, + "weight": 477, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -29968,7 +29968,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 477, + "weight": 473, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -30069,7 +30069,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 485, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -30149,7 +30149,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 478, + "weight": 474, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -30252,7 +30252,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 479, + "weight": 475, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -30350,7 +30350,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 480, + "weight": 476, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -30412,7 +30412,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 483, + "weight": 479, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -30476,7 +30476,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 484, + "weight": 480, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -30566,7 +30566,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 486, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -30637,7 +30637,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 488, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -30708,7 +30708,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 487, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -30770,7 +30770,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 489, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -30841,7 +30841,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 498, + "weight": 494, "cookies": false, "type": "", "demo": "sites\/get-usage.md", @@ -30923,7 +30923,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 492, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -30982,7 +30982,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 490, + "weight": 486, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -31073,7 +31073,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 491, + "weight": 487, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -31142,7 +31142,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 493, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -31233,7 +31233,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 494, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -32705,7 +32705,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 380, + "weight": 376, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -32778,7 +32778,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 376, + "weight": 372, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -32857,7 +32857,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 382, + "weight": 378, "cookies": false, "type": "", "demo": "tablesdb\/list-usage.md", @@ -32954,7 +32954,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 377, + "weight": 373, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -33013,7 +33013,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 378, + "weight": 374, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -33089,7 +33089,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 379, + "weight": 375, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -33150,7 +33150,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 387, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -33236,7 +33236,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 383, + "weight": 379, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -33343,7 +33343,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 384, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -33415,7 +33415,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 385, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -33517,7 +33517,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 386, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -33591,7 +33591,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 392, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -33678,7 +33678,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 393, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -33787,7 +33787,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 394, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -33901,7 +33901,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 395, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -34010,7 +34010,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 396, + "weight": 392, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -34124,7 +34124,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 397, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -34233,7 +34233,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 398, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -34347,7 +34347,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 399, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -34465,7 +34465,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 400, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -34588,7 +34588,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 401, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -34707,7 +34707,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 402, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -34831,7 +34831,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 403, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -34950,7 +34950,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 404, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -35074,7 +35074,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 405, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -35183,7 +35183,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 406, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -35280,7 +35280,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric line attribute.", + "description": "Create a geometric line column.", "responses": { "202": { "description": "ColumnLine", @@ -35297,7 +35297,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 407, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -35392,7 +35392,7 @@ "tags": [ "tablesDB" ], - "description": "Update a line column. Changing the `default` value will not update already existing documents.", + "description": "Update a line column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnLine", @@ -35409,7 +35409,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 408, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -35512,7 +35512,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric point attribute.", + "description": "Create a geometric point column.", "responses": { "202": { "description": "ColumnPoint", @@ -35529,7 +35529,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 409, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -35624,7 +35624,7 @@ "tags": [ "tablesDB" ], - "description": "Update a point column. Changing the `default` value will not update already existing documents.", + "description": "Update a point column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnPoint", @@ -35641,7 +35641,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 410, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -35744,7 +35744,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric polygon attribute.", + "description": "Create a geometric polygon column.", "responses": { "202": { "description": "ColumnPolygon", @@ -35761,7 +35761,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 411, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -35856,7 +35856,7 @@ "tags": [ "tablesDB" ], - "description": "Update a polygon column. Changing the `default` value will not update already existing documents.", + "description": "Update a polygon column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnPolygon", @@ -35873,7 +35873,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 412, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -35993,7 +35993,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 413, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -36127,7 +36127,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 415, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -36247,7 +36247,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 416, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -36366,7 +36366,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 417, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -36475,7 +36475,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 418, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -36620,7 +36620,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 390, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -36694,7 +36694,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 391, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -36777,7 +36777,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 414, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -36888,7 +36888,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 422, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -36973,7 +36973,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 419, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -37105,7 +37105,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 420, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -37179,7 +37179,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 421, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -37262,7 +37262,7 @@ "x-appwrite": { "method": "listTableLogs", "group": "tables", - "weight": 388, + "weight": 384, "cookies": false, "type": "", "demo": "tablesdb\/list-table-logs.md", @@ -37348,7 +37348,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 431, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -37436,7 +37436,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 423, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -37570,7 +37570,7 @@ }, "rows": { "type": "array", - "description": "Array of documents data as JSON objects.", + "description": "Array of rows data as JSON objects.", "x-example": null, "items": { "type": "object" @@ -37605,7 +37605,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 428, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -37728,7 +37728,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 426, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -37825,7 +37825,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 430, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -37919,7 +37919,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 424, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -38017,7 +38017,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 427, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -38156,7 +38156,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 425, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -38258,7 +38258,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 429, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -38345,7 +38345,7 @@ "x-appwrite": { "method": "listRowLogs", "group": "logs", - "weight": 432, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/list-row-logs.md", @@ -38441,7 +38441,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 434, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -38559,7 +38559,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 433, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -38677,7 +38677,7 @@ "x-appwrite": { "method": "getTableUsage", "group": null, - "weight": 389, + "weight": 385, "cookies": false, "type": "", "demo": "tablesdb\/get-table-usage.md", @@ -38772,7 +38772,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 381, + "weight": 377, "cookies": false, "type": "", "demo": "tablesdb\/get-usage.md", diff --git a/app/config/specs/open-api3-1.8.x-server.json b/app/config/specs/open-api3-1.8.x-server.json index 5882e797e7..09d53dbdf0 100644 --- a/app/config/specs/open-api3-1.8.x-server.json +++ b/app/config/specs/open-api3-1.8.x-server.json @@ -4545,7 +4545,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 320, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -4651,7 +4651,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 316, + "weight": 312, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -4767,7 +4767,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 317, + "weight": 313, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -4860,7 +4860,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 318, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -4973,7 +4973,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 319, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -5067,7 +5067,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 328, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -5155,7 +5155,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 324, + "weight": 320, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -5264,7 +5264,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 325, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -5338,7 +5338,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 326, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -5442,7 +5442,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 327, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -5518,7 +5518,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 345, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -5607,7 +5607,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 346, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -5718,7 +5718,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 347, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -5834,7 +5834,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 348, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -5945,7 +5945,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 349, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -6061,7 +6061,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 350, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -6172,7 +6172,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 351, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -6288,7 +6288,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 352, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -6408,7 +6408,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 353, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -6533,7 +6533,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 354, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -6654,7 +6654,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 355, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -6780,7 +6780,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 356, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -6901,7 +6901,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 357, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -7027,7 +7027,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 358, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -7138,7 +7138,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 359, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -7254,7 +7254,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 360, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -7368,7 +7368,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 361, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -7473,7 +7473,7 @@ "tags": [ "databases" ], - "description": "Create a geometric 2d point attribute.", + "description": "Create a geometric point attribute.", "responses": { "202": { "description": "AttributePoint", @@ -7490,7 +7490,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 362, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -7604,7 +7604,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 363, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -7726,7 +7726,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 364, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -7840,7 +7840,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 365, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -7962,7 +7962,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 366, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -8098,7 +8098,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 368, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -8220,7 +8220,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 369, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -8341,7 +8341,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 370, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -8452,7 +8452,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 371, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -8599,7 +8599,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 343, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -8675,7 +8675,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 344, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -8760,7 +8760,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 367, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -8873,7 +8873,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 339, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -8964,7 +8964,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 331, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -9146,7 +9146,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 336, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -9276,7 +9276,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 334, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -9375,7 +9375,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 338, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -9471,7 +9471,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 332, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -9572,7 +9572,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 335, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -9723,7 +9723,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 333, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -9828,7 +9828,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 337, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -9918,7 +9918,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 342, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -10039,7 +10039,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 341, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -10160,7 +10160,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 375, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -10247,7 +10247,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 372, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -10381,7 +10381,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 373, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -10457,7 +10457,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 374, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -10542,7 +10542,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 444, + "weight": 440, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -10616,7 +10616,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 441, + "weight": 437, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -10850,7 +10850,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 446, + "weight": 442, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -10900,7 +10900,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 447, + "weight": 443, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -10951,7 +10951,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 442, + "weight": 438, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -11011,7 +11011,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 443, + "weight": 439, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -11242,7 +11242,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 445, + "weight": 441, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -11304,7 +11304,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 450, + "weight": 446, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -11385,7 +11385,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 451, + "weight": 447, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -11469,7 +11469,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 448, + "weight": 444, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -11566,7 +11566,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 456, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -11652,7 +11652,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 453, + "weight": 449, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -11756,7 +11756,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 454, + "weight": 450, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -11854,7 +11854,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 449, + "weight": 445, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -11917,7 +11917,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 452, + "weight": 448, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -11982,7 +11982,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 455, + "weight": 451, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -12073,7 +12073,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 457, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -12145,7 +12145,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 460, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -12222,7 +12222,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 458, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -12340,7 +12340,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 459, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -12407,7 +12407,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 461, + "weight": 457, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -12479,7 +12479,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 466, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -12539,7 +12539,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 464, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -12631,7 +12631,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 465, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -12701,7 +12701,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 467, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -12793,7 +12793,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 468, + "weight": 464, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -12865,7 +12865,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 254, + "weight": 250, "cookies": false, "type": "graphql", "demo": "graphql\/query.md", @@ -12919,7 +12919,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 253, + "weight": 249, "cookies": false, "type": "graphql", "demo": "graphql\/mutation.md", @@ -14722,7 +14722,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 308, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -14799,7 +14799,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 305, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -14944,7 +14944,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 312, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -15091,7 +15091,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 307, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -15266,7 +15266,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 314, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -15445,7 +15445,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 306, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -15625,7 +15625,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 313, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -15806,7 +15806,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 311, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -15860,7 +15860,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 315, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -15923,7 +15923,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 309, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -15999,7 +15999,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 310, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -16075,7 +16075,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 280, + "weight": 276, "cookies": false, "type": "", "demo": "messaging\/list-providers.md", @@ -16152,7 +16152,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 279, + "weight": 275, "cookies": false, "type": "", "demo": "messaging\/create-apns-provider.md", @@ -16330,7 +16330,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 292, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -16509,7 +16509,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 278, + "weight": 274, "cookies": false, "type": "", "demo": "messaging\/create-fcm-provider.md", @@ -16659,7 +16659,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 291, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -16810,7 +16810,7 @@ "x-appwrite": { "method": "createMailgunProvider", "group": "providers", - "weight": 270, + "weight": 266, "cookies": false, "type": "", "demo": "messaging\/create-mailgun-provider.md", @@ -16926,7 +16926,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 283, + "weight": 279, "cookies": false, "type": "", "demo": "messaging\/update-mailgun-provider.md", @@ -17045,7 +17045,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 273, + "weight": 269, "cookies": false, "type": "", "demo": "messaging\/create-msg-91-provider.md", @@ -17141,7 +17141,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 286, + "weight": 282, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -17240,7 +17240,7 @@ "x-appwrite": { "method": "createSendgridProvider", "group": "providers", - "weight": 271, + "weight": 267, "cookies": false, "type": "", "demo": "messaging\/create-sendgrid-provider.md", @@ -17346,7 +17346,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 284, + "weight": 280, "cookies": false, "type": "", "demo": "messaging\/update-sendgrid-provider.md", @@ -17455,7 +17455,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 272, + "weight": 268, "cookies": false, "type": "", "demo": "messaging\/create-smtp-provider.md", @@ -17685,7 +17685,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 285, + "weight": 281, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -17913,7 +17913,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 274, + "weight": 270, "cookies": false, "type": "", "demo": "messaging\/create-telesign-provider.md", @@ -18009,7 +18009,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 287, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -18108,7 +18108,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 275, + "weight": 271, "cookies": false, "type": "", "demo": "messaging\/create-textmagic-provider.md", @@ -18204,7 +18204,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 288, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -18303,7 +18303,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 276, + "weight": 272, "cookies": false, "type": "", "demo": "messaging\/create-twilio-provider.md", @@ -18399,7 +18399,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 289, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -18498,7 +18498,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 277, + "weight": 273, "cookies": false, "type": "", "demo": "messaging\/create-vonage-provider.md", @@ -18594,7 +18594,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 290, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -18693,7 +18693,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 282, + "weight": 278, "cookies": false, "type": "", "demo": "messaging\/get-provider.md", @@ -18747,7 +18747,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 293, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -18810,7 +18810,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 281, + "weight": 277, "cookies": false, "type": "", "demo": "messaging\/list-provider-logs.md", @@ -18886,7 +18886,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 302, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -18962,7 +18962,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 295, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -19037,7 +19037,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 294, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -19121,7 +19121,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 297, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -19182,7 +19182,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 298, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -19260,7 +19260,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 299, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -19323,7 +19323,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 296, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -19399,7 +19399,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 301, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -19484,7 +19484,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 300, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -19576,7 +19576,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 303, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -19640,7 +19640,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 304, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -19717,7 +19717,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 473, + "weight": 469, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -19788,7 +19788,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 471, + "weight": 467, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -20038,7 +20038,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 476, + "weight": 472, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -20088,7 +20088,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 499, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -20139,7 +20139,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 472, + "weight": 468, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -20199,7 +20199,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 474, + "weight": 470, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -20445,7 +20445,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 475, + "weight": 471, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -20507,7 +20507,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 482, + "weight": 478, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -20588,7 +20588,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 481, + "weight": 477, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -20672,7 +20672,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 477, + "weight": 473, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -20774,7 +20774,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 485, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -20855,7 +20855,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 478, + "weight": 474, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -20959,7 +20959,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 479, + "weight": 475, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -21058,7 +21058,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 480, + "weight": 476, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -21121,7 +21121,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 483, + "weight": 479, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -21186,7 +21186,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 484, + "weight": 480, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -21277,7 +21277,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 486, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -21349,7 +21349,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 488, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -21421,7 +21421,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 487, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -21484,7 +21484,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 489, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -21556,7 +21556,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 492, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -21616,7 +21616,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 490, + "weight": 486, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -21708,7 +21708,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 491, + "weight": 487, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -21778,7 +21778,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 493, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -21870,7 +21870,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 494, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -23210,7 +23210,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 380, + "weight": 376, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -23284,7 +23284,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 376, + "weight": 372, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -23364,7 +23364,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 377, + "weight": 373, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -23424,7 +23424,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 378, + "weight": 374, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -23501,7 +23501,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 379, + "weight": 375, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -23563,7 +23563,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 387, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -23650,7 +23650,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 383, + "weight": 379, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -23758,7 +23758,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 384, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -23831,7 +23831,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 385, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -23934,7 +23934,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 386, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -24009,7 +24009,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 392, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -24097,7 +24097,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 393, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -24207,7 +24207,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 394, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -24322,7 +24322,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 395, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -24432,7 +24432,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 396, + "weight": 392, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -24547,7 +24547,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 397, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -24657,7 +24657,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 398, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -24772,7 +24772,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 399, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -24891,7 +24891,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 400, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -25015,7 +25015,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 401, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -25135,7 +25135,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 402, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -25260,7 +25260,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 403, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -25380,7 +25380,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 404, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -25505,7 +25505,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 405, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -25615,7 +25615,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 406, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -25713,7 +25713,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric line attribute.", + "description": "Create a geometric line column.", "responses": { "202": { "description": "ColumnLine", @@ -25730,7 +25730,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 407, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -25826,7 +25826,7 @@ "tags": [ "tablesDB" ], - "description": "Update a line column. Changing the `default` value will not update already existing documents.", + "description": "Update a line column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnLine", @@ -25843,7 +25843,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 408, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -25947,7 +25947,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric point attribute.", + "description": "Create a geometric point column.", "responses": { "202": { "description": "ColumnPoint", @@ -25964,7 +25964,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 409, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -26060,7 +26060,7 @@ "tags": [ "tablesDB" ], - "description": "Update a point column. Changing the `default` value will not update already existing documents.", + "description": "Update a point column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnPoint", @@ -26077,7 +26077,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 410, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -26181,7 +26181,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric polygon attribute.", + "description": "Create a geometric polygon column.", "responses": { "202": { "description": "ColumnPolygon", @@ -26198,7 +26198,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 411, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -26294,7 +26294,7 @@ "tags": [ "tablesDB" ], - "description": "Update a polygon column. Changing the `default` value will not update already existing documents.", + "description": "Update a polygon column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnPolygon", @@ -26311,7 +26311,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 412, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -26432,7 +26432,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 413, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -26567,7 +26567,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 415, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -26688,7 +26688,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 416, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -26808,7 +26808,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 417, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -26918,7 +26918,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 418, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -27064,7 +27064,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 390, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -27139,7 +27139,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 391, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -27223,7 +27223,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 414, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -27335,7 +27335,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 422, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -27421,7 +27421,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 419, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -27554,7 +27554,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 420, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -27629,7 +27629,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 421, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -27713,7 +27713,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 431, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -27803,7 +27803,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 423, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -27941,7 +27941,7 @@ }, "rows": { "type": "array", - "description": "Array of documents data as JSON objects.", + "description": "Array of rows data as JSON objects.", "x-example": null, "items": { "type": "object" @@ -27976,7 +27976,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 428, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -28101,7 +28101,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 426, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -28199,7 +28199,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 430, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -28294,7 +28294,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 424, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -28394,7 +28394,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 427, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -28536,7 +28536,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 425, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -28640,7 +28640,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 429, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -28729,7 +28729,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 434, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -28849,7 +28849,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 433, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", diff --git a/app/config/specs/open-api3-latest-client.json b/app/config/specs/open-api3-latest-client.json index 81530d8ecd..d226fcc4e1 100644 --- a/app/config/specs/open-api3-latest-client.json +++ b/app/config/specs/open-api3-latest-client.json @@ -4830,7 +4830,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 339, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -4919,7 +4919,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 331, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -5069,7 +5069,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 332, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -5168,7 +5168,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 335, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -5316,7 +5316,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 333, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -5419,7 +5419,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 337, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -5507,7 +5507,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 342, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -5626,7 +5626,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 341, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -5745,7 +5745,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 460, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -5820,7 +5820,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 458, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -5936,7 +5936,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 459, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -6010,7 +6010,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 254, + "weight": 250, "cookies": false, "type": "graphql", "demo": "graphql\/query.md", @@ -6062,7 +6062,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 253, + "weight": 249, "cookies": false, "type": "graphql", "demo": "graphql\/mutation.md", @@ -6530,7 +6530,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 300, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -6613,7 +6613,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 304, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -7491,7 +7491,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 431, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -7579,7 +7579,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 423, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -7687,7 +7687,7 @@ }, "rows": { "type": "array", - "description": "Array of documents data as JSON objects.", + "description": "Array of rows data as JSON objects.", "x-example": null, "items": { "type": "object" @@ -7724,7 +7724,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 424, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -7822,7 +7822,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 427, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -7961,7 +7961,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 425, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -8063,7 +8063,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 429, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -8150,7 +8150,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 434, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -8268,7 +8268,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 433, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", diff --git a/app/config/specs/open-api3-latest-console.json b/app/config/specs/open-api3-latest-console.json index 2438cf3ff6..02d97fffc7 100644 --- a/app/config/specs/open-api3-latest-console.json +++ b/app/config/specs/open-api3-latest-console.json @@ -4828,7 +4828,7 @@ "x-appwrite": { "method": "chat", "group": "console", - "weight": 256, + "weight": 252, "cookies": false, "type": "", "demo": "assistant\/chat.md", @@ -4888,7 +4888,7 @@ "x-appwrite": { "method": "getResource", "group": null, - "weight": 500, + "weight": 496, "cookies": false, "type": "", "demo": "console\/get-resource.md", @@ -4963,7 +4963,7 @@ "x-appwrite": { "method": "variables", "group": "console", - "weight": 255, + "weight": 251, "cookies": false, "type": "", "demo": "console\/variables.md", @@ -5011,7 +5011,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 320, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -5115,7 +5115,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 316, + "weight": 312, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -5229,7 +5229,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 323, + "weight": 319, "cookies": false, "type": "", "demo": "databases\/list-usage.md", @@ -5331,7 +5331,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 317, + "weight": 313, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5422,7 +5422,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 318, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -5533,7 +5533,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 319, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -5625,7 +5625,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 328, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -5712,7 +5712,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 324, + "weight": 320, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -5820,7 +5820,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 325, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -5893,7 +5893,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 326, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -5996,7 +5996,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 327, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6071,7 +6071,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 345, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6159,7 +6159,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 346, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6269,7 +6269,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 347, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -6384,7 +6384,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 348, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -6494,7 +6494,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 349, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -6609,7 +6609,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 350, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -6719,7 +6719,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 351, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -6834,7 +6834,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 352, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -6953,7 +6953,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 353, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7077,7 +7077,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 354, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7197,7 +7197,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 355, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7322,7 +7322,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 356, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7442,7 +7442,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 357, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -7567,7 +7567,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 358, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -7677,7 +7677,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 359, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -7792,7 +7792,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 360, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -7905,7 +7905,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 361, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8009,7 +8009,7 @@ "tags": [ "databases" ], - "description": "Create a geometric 2d point attribute.", + "description": "Create a geometric point attribute.", "responses": { "202": { "description": "AttributePoint", @@ -8026,7 +8026,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 362, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8139,7 +8139,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 363, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8260,7 +8260,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 364, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8373,7 +8373,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 365, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -8494,7 +8494,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 366, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -8629,7 +8629,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 368, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -8750,7 +8750,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 369, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -8870,7 +8870,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 370, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -8980,7 +8980,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 371, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9126,7 +9126,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 343, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9201,7 +9201,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 344, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9285,7 +9285,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 367, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9397,7 +9397,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 339, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -9486,7 +9486,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 331, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -9664,7 +9664,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 336, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -9792,7 +9792,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 334, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -9890,7 +9890,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 338, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -9985,7 +9985,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 332, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10084,7 +10084,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 335, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10232,7 +10232,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 333, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10335,7 +10335,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 337, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -10423,7 +10423,7 @@ "x-appwrite": { "method": "listDocumentLogs", "group": "logs", - "weight": 340, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/list-document-logs.md", @@ -10520,7 +10520,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 342, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -10639,7 +10639,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 341, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -10758,7 +10758,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 375, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -10844,7 +10844,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 372, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -10977,7 +10977,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 373, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11052,7 +11052,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 374, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11136,7 +11136,7 @@ "x-appwrite": { "method": "listCollectionLogs", "group": "collections", - "weight": 329, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/list-collection-logs.md", @@ -11223,7 +11223,7 @@ "x-appwrite": { "method": "getCollectionUsage", "group": null, - "weight": 330, + "weight": 326, "cookies": false, "type": "", "demo": "databases\/get-collection-usage.md", @@ -11319,7 +11319,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 321, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/list-logs.md", @@ -11425,7 +11425,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 322, + "weight": 318, "cookies": false, "type": "", "demo": "databases\/get-usage.md", @@ -11540,7 +11540,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 444, + "weight": 440, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -11613,7 +11613,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 441, + "weight": 437, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -11846,7 +11846,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 446, + "weight": 442, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -11895,7 +11895,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 447, + "weight": 443, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -11945,7 +11945,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 470, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/list-templates.md", @@ -12045,7 +12045,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 469, + "weight": 465, "cookies": false, "type": "", "demo": "functions\/get-template.md", @@ -12105,7 +12105,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 463, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/list-usage.md", @@ -12177,7 +12177,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 442, + "weight": 438, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -12236,7 +12236,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 443, + "weight": 439, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -12466,7 +12466,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 445, + "weight": 441, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -12527,7 +12527,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 450, + "weight": 446, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -12607,7 +12607,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 451, + "weight": 447, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -12690,7 +12690,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 448, + "weight": 444, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -12786,7 +12786,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 456, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -12871,7 +12871,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 453, + "weight": 449, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -12974,7 +12974,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 454, + "weight": 450, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -13071,7 +13071,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 449, + "weight": 445, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -13133,7 +13133,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 452, + "weight": 448, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -13197,7 +13197,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 455, + "weight": 451, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -13287,7 +13287,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 457, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -13358,7 +13358,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 460, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -13433,7 +13433,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 458, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -13549,7 +13549,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 459, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -13614,7 +13614,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 461, + "weight": 457, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -13685,7 +13685,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 462, + "weight": 458, "cookies": false, "type": "", "demo": "functions\/get-usage.md", @@ -13767,7 +13767,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 466, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -13826,7 +13826,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 464, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -13917,7 +13917,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 465, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -13986,7 +13986,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 467, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -14077,7 +14077,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 468, + "weight": 464, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -14148,7 +14148,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 254, + "weight": 250, "cookies": false, "type": "graphql", "demo": "graphql\/query.md", @@ -14200,7 +14200,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 253, + "weight": 249, "cookies": false, "type": "graphql", "demo": "graphql\/mutation.md", @@ -15963,7 +15963,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 308, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -16039,7 +16039,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 305, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -16183,7 +16183,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 312, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -16329,7 +16329,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 307, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -16503,7 +16503,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 314, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -16681,7 +16681,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 306, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -16858,7 +16858,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 313, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -17036,7 +17036,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 311, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -17089,7 +17089,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 315, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -17151,7 +17151,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 309, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -17226,7 +17226,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 310, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -17301,7 +17301,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 280, + "weight": 276, "cookies": false, "type": "", "demo": "messaging\/list-providers.md", @@ -17377,7 +17377,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 279, + "weight": 275, "cookies": false, "type": "", "demo": "messaging\/create-apns-provider.md", @@ -17552,7 +17552,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 292, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -17728,7 +17728,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 278, + "weight": 274, "cookies": false, "type": "", "demo": "messaging\/create-fcm-provider.md", @@ -17875,7 +17875,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 291, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -18023,7 +18023,7 @@ "x-appwrite": { "method": "createMailgunProvider", "group": "providers", - "weight": 270, + "weight": 266, "cookies": false, "type": "", "demo": "messaging\/create-mailgun-provider.md", @@ -18138,7 +18138,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 283, + "weight": 279, "cookies": false, "type": "", "demo": "messaging\/update-mailgun-provider.md", @@ -18256,7 +18256,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 273, + "weight": 269, "cookies": false, "type": "", "demo": "messaging\/create-msg-91-provider.md", @@ -18351,7 +18351,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 286, + "weight": 282, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -18449,7 +18449,7 @@ "x-appwrite": { "method": "createSendgridProvider", "group": "providers", - "weight": 271, + "weight": 267, "cookies": false, "type": "", "demo": "messaging\/create-sendgrid-provider.md", @@ -18554,7 +18554,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 284, + "weight": 280, "cookies": false, "type": "", "demo": "messaging\/update-sendgrid-provider.md", @@ -18662,7 +18662,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 272, + "weight": 268, "cookies": false, "type": "", "demo": "messaging\/create-smtp-provider.md", @@ -18889,7 +18889,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 285, + "weight": 281, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -19114,7 +19114,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 274, + "weight": 270, "cookies": false, "type": "", "demo": "messaging\/create-telesign-provider.md", @@ -19209,7 +19209,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 287, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -19307,7 +19307,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 275, + "weight": 271, "cookies": false, "type": "", "demo": "messaging\/create-textmagic-provider.md", @@ -19402,7 +19402,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 288, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -19500,7 +19500,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 276, + "weight": 272, "cookies": false, "type": "", "demo": "messaging\/create-twilio-provider.md", @@ -19595,7 +19595,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 289, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -19693,7 +19693,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 277, + "weight": 273, "cookies": false, "type": "", "demo": "messaging\/create-vonage-provider.md", @@ -19788,7 +19788,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 290, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -19886,7 +19886,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 282, + "weight": 278, "cookies": false, "type": "", "demo": "messaging\/get-provider.md", @@ -19939,7 +19939,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 293, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -20001,7 +20001,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 281, + "weight": 277, "cookies": false, "type": "", "demo": "messaging\/list-provider-logs.md", @@ -20076,7 +20076,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 302, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -20151,7 +20151,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 295, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -20225,7 +20225,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 294, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -20308,7 +20308,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 297, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -20368,7 +20368,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 298, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -20445,7 +20445,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 299, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -20507,7 +20507,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 296, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -20582,7 +20582,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 301, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -20666,7 +20666,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 300, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -20756,7 +20756,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 303, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -20819,7 +20819,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 304, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -20894,7 +20894,7 @@ "x-appwrite": { "method": "list", "group": null, - "weight": 262, + "weight": 258, "cookies": false, "type": "", "demo": "migrations\/list.md", @@ -20968,7 +20968,7 @@ "x-appwrite": { "method": "createAppwriteMigration", "group": null, - "weight": 257, + "weight": 253, "cookies": false, "type": "", "demo": "migrations\/create-appwrite-migration.md", @@ -21056,7 +21056,7 @@ "x-appwrite": { "method": "getAppwriteReport", "group": null, - "weight": 264, + "weight": 260, "cookies": false, "type": "", "demo": "migrations\/get-appwrite-report.md", @@ -21149,7 +21149,7 @@ "x-appwrite": { "method": "createCsvMigration", "group": null, - "weight": 261, + "weight": 257, "cookies": false, "type": "", "demo": "migrations\/create-csv-migration.md", @@ -21233,7 +21233,7 @@ "x-appwrite": { "method": "createFirebaseMigration", "group": null, - "weight": 258, + "weight": 254, "cookies": false, "type": "", "demo": "migrations\/create-firebase-migration.md", @@ -21309,7 +21309,7 @@ "x-appwrite": { "method": "getFirebaseReport", "group": null, - "weight": 265, + "weight": 261, "cookies": false, "type": "", "demo": "migrations\/get-firebase-report.md", @@ -21381,7 +21381,7 @@ "x-appwrite": { "method": "createNHostMigration", "group": null, - "weight": 260, + "weight": 256, "cookies": false, "type": "", "demo": "migrations\/create-n-host-migration.md", @@ -21492,7 +21492,7 @@ "x-appwrite": { "method": "getNHostReport", "group": null, - "weight": 267, + "weight": 263, "cookies": false, "type": "", "demo": "migrations\/get-n-host-report.md", @@ -21625,7 +21625,7 @@ "x-appwrite": { "method": "createSupabaseMigration", "group": null, - "weight": 259, + "weight": 255, "cookies": false, "type": "", "demo": "migrations\/create-supabase-migration.md", @@ -21730,7 +21730,7 @@ "x-appwrite": { "method": "getSupabaseReport", "group": null, - "weight": 266, + "weight": 262, "cookies": false, "type": "", "demo": "migrations\/get-supabase-report.md", @@ -21854,7 +21854,7 @@ "x-appwrite": { "method": "get", "group": null, - "weight": 263, + "weight": 259, "cookies": false, "type": "", "demo": "migrations\/get.md", @@ -21912,7 +21912,7 @@ "x-appwrite": { "method": "retry", "group": null, - "weight": 268, + "weight": 264, "cookies": false, "type": "", "demo": "migrations\/retry.md", @@ -21963,7 +21963,7 @@ "x-appwrite": { "method": "delete", "group": null, - "weight": 269, + "weight": 265, "cookies": false, "type": "", "demo": "migrations\/delete.md", @@ -22433,7 +22433,7 @@ "x-appwrite": { "method": "list", "group": "projects", - "weight": 440, + "weight": 436, "cookies": false, "type": "", "demo": "projects\/list.md", @@ -24068,7 +24068,7 @@ "x-appwrite": { "method": "listDevKeys", "group": "devKeys", - "weight": 438, + "weight": 434, "cookies": false, "type": "", "demo": "projects\/list-dev-keys.md", @@ -24136,7 +24136,7 @@ "x-appwrite": { "method": "createDevKey", "group": "devKeys", - "weight": 435, + "weight": 431, "cookies": false, "type": "", "demo": "projects\/create-dev-key.md", @@ -24221,7 +24221,7 @@ "x-appwrite": { "method": "getDevKey", "group": "devKeys", - "weight": 437, + "weight": 433, "cookies": false, "type": "", "demo": "projects\/get-dev-key.md", @@ -24289,7 +24289,7 @@ "x-appwrite": { "method": "updateDevKey", "group": "devKeys", - "weight": 436, + "weight": 432, "cookies": false, "type": "", "demo": "projects\/update-dev-key.md", @@ -24375,7 +24375,7 @@ "x-appwrite": { "method": "deleteDevKey", "group": "devKeys", - "weight": 439, + "weight": 435, "cookies": false, "type": "", "demo": "projects\/delete-dev-key.md", @@ -28209,11 +28209,11 @@ "x-appwrite": { "method": "listRules", "group": null, - "weight": 240, + "weight": 502, "cookies": false, "type": "", "demo": "proxy\/list-rules.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/proxy\/list-rules.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterGet a list of all the proxy rules. You can use the query params to filter your results.", "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", @@ -28283,7 +28283,7 @@ "x-appwrite": { "method": "createAPIRule", "group": null, - "weight": 501, + "weight": 497, "cookies": false, "type": "", "demo": "proxy\/create-api-rule.md", @@ -28350,7 +28350,7 @@ "x-appwrite": { "method": "createFunctionRule", "group": null, - "weight": 503, + "weight": 499, "cookies": false, "type": "", "demo": "proxy\/create-function-rule.md", @@ -28428,7 +28428,7 @@ "x-appwrite": { "method": "createRedirectRule", "group": null, - "weight": 504, + "weight": 500, "cookies": false, "type": "", "demo": "proxy\/create-redirect-rule.md", @@ -28541,7 +28541,7 @@ "x-appwrite": { "method": "createSiteRule", "group": null, - "weight": 502, + "weight": 498, "cookies": false, "type": "", "demo": "proxy\/create-site-rule.md", @@ -28619,11 +28619,11 @@ "x-appwrite": { "method": "getRule", "group": null, - "weight": 241, + "weight": 501, "cookies": false, "type": "", "demo": "proxy\/get-rule.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/proxy\/get-rule.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterGet a proxy rule by its unique ID.", "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", @@ -28670,11 +28670,11 @@ "x-appwrite": { "method": "deleteRule", "group": null, - "weight": 242, + "weight": 503, "cookies": false, "type": "", "demo": "proxy\/delete-rule.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/proxy\/delete-rule.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterDelete a proxy rule by its unique ID.", "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", @@ -28730,11 +28730,11 @@ "x-appwrite": { "method": "updateRuleVerification", "group": null, - "weight": 243, + "weight": 504, "cookies": false, "type": "", "demo": "proxy\/update-rule-verification.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/proxy\/update-rule-verification.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterRetry getting verification process of a proxy rule. This endpoint triggers domain verification by checking DNS records (CNAME) against the configured target domain. If verification is successful, a TLS certificate will be automatically provisioned for the domain.", "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", @@ -28790,7 +28790,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 473, + "weight": 469, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -28860,7 +28860,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 471, + "weight": 467, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -29109,7 +29109,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 476, + "weight": 472, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -29158,7 +29158,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 499, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -29208,7 +29208,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 495, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/list-templates.md", @@ -29308,7 +29308,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 496, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/get-template.md", @@ -29368,7 +29368,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 497, + "weight": 493, "cookies": false, "type": "", "demo": "sites\/list-usage.md", @@ -29440,7 +29440,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 472, + "weight": 468, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -29499,7 +29499,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 474, + "weight": 470, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -29744,7 +29744,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 475, + "weight": 471, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -29805,7 +29805,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 482, + "weight": 478, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -29885,7 +29885,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 481, + "weight": 477, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -29968,7 +29968,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 477, + "weight": 473, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -30069,7 +30069,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 485, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -30149,7 +30149,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 478, + "weight": 474, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -30252,7 +30252,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 479, + "weight": 475, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -30350,7 +30350,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 480, + "weight": 476, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -30412,7 +30412,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 483, + "weight": 479, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -30476,7 +30476,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 484, + "weight": 480, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -30566,7 +30566,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 486, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -30637,7 +30637,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 488, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -30708,7 +30708,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 487, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -30770,7 +30770,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 489, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -30841,7 +30841,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 498, + "weight": 494, "cookies": false, "type": "", "demo": "sites\/get-usage.md", @@ -30923,7 +30923,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 492, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -30982,7 +30982,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 490, + "weight": 486, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -31073,7 +31073,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 491, + "weight": 487, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -31142,7 +31142,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 493, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -31233,7 +31233,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 494, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -32705,7 +32705,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 380, + "weight": 376, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -32778,7 +32778,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 376, + "weight": 372, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -32857,7 +32857,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 382, + "weight": 378, "cookies": false, "type": "", "demo": "tablesdb\/list-usage.md", @@ -32954,7 +32954,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 377, + "weight": 373, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -33013,7 +33013,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 378, + "weight": 374, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -33089,7 +33089,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 379, + "weight": 375, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -33150,7 +33150,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 387, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -33236,7 +33236,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 383, + "weight": 379, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -33343,7 +33343,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 384, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -33415,7 +33415,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 385, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -33517,7 +33517,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 386, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -33591,7 +33591,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 392, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -33678,7 +33678,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 393, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -33787,7 +33787,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 394, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -33901,7 +33901,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 395, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -34010,7 +34010,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 396, + "weight": 392, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -34124,7 +34124,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 397, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -34233,7 +34233,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 398, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -34347,7 +34347,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 399, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -34465,7 +34465,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 400, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -34588,7 +34588,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 401, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -34707,7 +34707,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 402, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -34831,7 +34831,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 403, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -34950,7 +34950,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 404, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -35074,7 +35074,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 405, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -35183,7 +35183,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 406, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -35280,7 +35280,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric line attribute.", + "description": "Create a geometric line column.", "responses": { "202": { "description": "ColumnLine", @@ -35297,7 +35297,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 407, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -35392,7 +35392,7 @@ "tags": [ "tablesDB" ], - "description": "Update a line column. Changing the `default` value will not update already existing documents.", + "description": "Update a line column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnLine", @@ -35409,7 +35409,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 408, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -35512,7 +35512,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric point attribute.", + "description": "Create a geometric point column.", "responses": { "202": { "description": "ColumnPoint", @@ -35529,7 +35529,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 409, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -35624,7 +35624,7 @@ "tags": [ "tablesDB" ], - "description": "Update a point column. Changing the `default` value will not update already existing documents.", + "description": "Update a point column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnPoint", @@ -35641,7 +35641,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 410, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -35744,7 +35744,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric polygon attribute.", + "description": "Create a geometric polygon column.", "responses": { "202": { "description": "ColumnPolygon", @@ -35761,7 +35761,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 411, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -35856,7 +35856,7 @@ "tags": [ "tablesDB" ], - "description": "Update a polygon column. Changing the `default` value will not update already existing documents.", + "description": "Update a polygon column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnPolygon", @@ -35873,7 +35873,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 412, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -35993,7 +35993,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 413, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -36127,7 +36127,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 415, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -36247,7 +36247,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 416, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -36366,7 +36366,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 417, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -36475,7 +36475,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 418, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -36620,7 +36620,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 390, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -36694,7 +36694,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 391, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -36777,7 +36777,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 414, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -36888,7 +36888,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 422, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -36973,7 +36973,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 419, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -37105,7 +37105,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 420, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -37179,7 +37179,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 421, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -37262,7 +37262,7 @@ "x-appwrite": { "method": "listTableLogs", "group": "tables", - "weight": 388, + "weight": 384, "cookies": false, "type": "", "demo": "tablesdb\/list-table-logs.md", @@ -37348,7 +37348,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 431, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -37436,7 +37436,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 423, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -37570,7 +37570,7 @@ }, "rows": { "type": "array", - "description": "Array of documents data as JSON objects.", + "description": "Array of rows data as JSON objects.", "x-example": null, "items": { "type": "object" @@ -37605,7 +37605,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 428, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -37728,7 +37728,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 426, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -37825,7 +37825,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 430, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -37919,7 +37919,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 424, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -38017,7 +38017,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 427, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -38156,7 +38156,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 425, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -38258,7 +38258,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 429, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -38345,7 +38345,7 @@ "x-appwrite": { "method": "listRowLogs", "group": "logs", - "weight": 432, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/list-row-logs.md", @@ -38441,7 +38441,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 434, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -38559,7 +38559,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 433, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -38677,7 +38677,7 @@ "x-appwrite": { "method": "getTableUsage", "group": null, - "weight": 389, + "weight": 385, "cookies": false, "type": "", "demo": "tablesdb\/get-table-usage.md", @@ -38772,7 +38772,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 381, + "weight": 377, "cookies": false, "type": "", "demo": "tablesdb\/get-usage.md", diff --git a/app/config/specs/open-api3-latest-server.json b/app/config/specs/open-api3-latest-server.json index 5882e797e7..09d53dbdf0 100644 --- a/app/config/specs/open-api3-latest-server.json +++ b/app/config/specs/open-api3-latest-server.json @@ -4545,7 +4545,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 320, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -4651,7 +4651,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 316, + "weight": 312, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -4767,7 +4767,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 317, + "weight": 313, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -4860,7 +4860,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 318, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -4973,7 +4973,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 319, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -5067,7 +5067,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 328, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -5155,7 +5155,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 324, + "weight": 320, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -5264,7 +5264,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 325, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -5338,7 +5338,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 326, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -5442,7 +5442,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 327, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -5518,7 +5518,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 345, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -5607,7 +5607,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 346, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -5718,7 +5718,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 347, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -5834,7 +5834,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 348, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -5945,7 +5945,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 349, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -6061,7 +6061,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 350, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -6172,7 +6172,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 351, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -6288,7 +6288,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 352, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -6408,7 +6408,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 353, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -6533,7 +6533,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 354, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -6654,7 +6654,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 355, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -6780,7 +6780,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 356, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -6901,7 +6901,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 357, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -7027,7 +7027,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 358, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -7138,7 +7138,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 359, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -7254,7 +7254,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 360, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -7368,7 +7368,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 361, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -7473,7 +7473,7 @@ "tags": [ "databases" ], - "description": "Create a geometric 2d point attribute.", + "description": "Create a geometric point attribute.", "responses": { "202": { "description": "AttributePoint", @@ -7490,7 +7490,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 362, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -7604,7 +7604,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 363, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -7726,7 +7726,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 364, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -7840,7 +7840,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 365, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -7962,7 +7962,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 366, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -8098,7 +8098,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 368, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -8220,7 +8220,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 369, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -8341,7 +8341,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 370, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -8452,7 +8452,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 371, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -8599,7 +8599,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 343, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -8675,7 +8675,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 344, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -8760,7 +8760,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 367, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -8873,7 +8873,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 339, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -8964,7 +8964,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 331, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -9146,7 +9146,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 336, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -9276,7 +9276,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 334, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -9375,7 +9375,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 338, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -9471,7 +9471,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 332, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -9572,7 +9572,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 335, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -9723,7 +9723,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 333, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -9828,7 +9828,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 337, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -9918,7 +9918,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 342, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -10039,7 +10039,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 341, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -10160,7 +10160,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 375, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -10247,7 +10247,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 372, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -10381,7 +10381,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 373, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -10457,7 +10457,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 374, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -10542,7 +10542,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 444, + "weight": 440, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -10616,7 +10616,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 441, + "weight": 437, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -10850,7 +10850,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 446, + "weight": 442, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -10900,7 +10900,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 447, + "weight": 443, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -10951,7 +10951,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 442, + "weight": 438, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -11011,7 +11011,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 443, + "weight": 439, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -11242,7 +11242,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 445, + "weight": 441, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -11304,7 +11304,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 450, + "weight": 446, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -11385,7 +11385,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 451, + "weight": 447, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -11469,7 +11469,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 448, + "weight": 444, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -11566,7 +11566,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 456, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -11652,7 +11652,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 453, + "weight": 449, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -11756,7 +11756,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 454, + "weight": 450, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -11854,7 +11854,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 449, + "weight": 445, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -11917,7 +11917,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 452, + "weight": 448, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -11982,7 +11982,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 455, + "weight": 451, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -12073,7 +12073,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 457, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -12145,7 +12145,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 460, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -12222,7 +12222,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 458, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -12340,7 +12340,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 459, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -12407,7 +12407,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 461, + "weight": 457, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -12479,7 +12479,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 466, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -12539,7 +12539,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 464, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -12631,7 +12631,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 465, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -12701,7 +12701,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 467, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -12793,7 +12793,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 468, + "weight": 464, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -12865,7 +12865,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 254, + "weight": 250, "cookies": false, "type": "graphql", "demo": "graphql\/query.md", @@ -12919,7 +12919,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 253, + "weight": 249, "cookies": false, "type": "graphql", "demo": "graphql\/mutation.md", @@ -14722,7 +14722,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 308, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -14799,7 +14799,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 305, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -14944,7 +14944,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 312, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -15091,7 +15091,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 307, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -15266,7 +15266,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 314, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -15445,7 +15445,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 306, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -15625,7 +15625,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 313, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -15806,7 +15806,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 311, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -15860,7 +15860,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 315, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -15923,7 +15923,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 309, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -15999,7 +15999,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 310, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -16075,7 +16075,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 280, + "weight": 276, "cookies": false, "type": "", "demo": "messaging\/list-providers.md", @@ -16152,7 +16152,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 279, + "weight": 275, "cookies": false, "type": "", "demo": "messaging\/create-apns-provider.md", @@ -16330,7 +16330,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 292, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -16509,7 +16509,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 278, + "weight": 274, "cookies": false, "type": "", "demo": "messaging\/create-fcm-provider.md", @@ -16659,7 +16659,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 291, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -16810,7 +16810,7 @@ "x-appwrite": { "method": "createMailgunProvider", "group": "providers", - "weight": 270, + "weight": 266, "cookies": false, "type": "", "demo": "messaging\/create-mailgun-provider.md", @@ -16926,7 +16926,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 283, + "weight": 279, "cookies": false, "type": "", "demo": "messaging\/update-mailgun-provider.md", @@ -17045,7 +17045,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 273, + "weight": 269, "cookies": false, "type": "", "demo": "messaging\/create-msg-91-provider.md", @@ -17141,7 +17141,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 286, + "weight": 282, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -17240,7 +17240,7 @@ "x-appwrite": { "method": "createSendgridProvider", "group": "providers", - "weight": 271, + "weight": 267, "cookies": false, "type": "", "demo": "messaging\/create-sendgrid-provider.md", @@ -17346,7 +17346,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 284, + "weight": 280, "cookies": false, "type": "", "demo": "messaging\/update-sendgrid-provider.md", @@ -17455,7 +17455,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 272, + "weight": 268, "cookies": false, "type": "", "demo": "messaging\/create-smtp-provider.md", @@ -17685,7 +17685,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 285, + "weight": 281, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -17913,7 +17913,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 274, + "weight": 270, "cookies": false, "type": "", "demo": "messaging\/create-telesign-provider.md", @@ -18009,7 +18009,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 287, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -18108,7 +18108,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 275, + "weight": 271, "cookies": false, "type": "", "demo": "messaging\/create-textmagic-provider.md", @@ -18204,7 +18204,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 288, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -18303,7 +18303,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 276, + "weight": 272, "cookies": false, "type": "", "demo": "messaging\/create-twilio-provider.md", @@ -18399,7 +18399,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 289, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -18498,7 +18498,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 277, + "weight": 273, "cookies": false, "type": "", "demo": "messaging\/create-vonage-provider.md", @@ -18594,7 +18594,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 290, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -18693,7 +18693,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 282, + "weight": 278, "cookies": false, "type": "", "demo": "messaging\/get-provider.md", @@ -18747,7 +18747,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 293, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -18810,7 +18810,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 281, + "weight": 277, "cookies": false, "type": "", "demo": "messaging\/list-provider-logs.md", @@ -18886,7 +18886,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 302, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -18962,7 +18962,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 295, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -19037,7 +19037,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 294, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -19121,7 +19121,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 297, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -19182,7 +19182,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 298, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -19260,7 +19260,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 299, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -19323,7 +19323,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 296, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -19399,7 +19399,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 301, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -19484,7 +19484,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 300, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -19576,7 +19576,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 303, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -19640,7 +19640,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 304, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -19717,7 +19717,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 473, + "weight": 469, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -19788,7 +19788,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 471, + "weight": 467, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -20038,7 +20038,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 476, + "weight": 472, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -20088,7 +20088,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 499, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -20139,7 +20139,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 472, + "weight": 468, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -20199,7 +20199,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 474, + "weight": 470, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -20445,7 +20445,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 475, + "weight": 471, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -20507,7 +20507,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 482, + "weight": 478, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -20588,7 +20588,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 481, + "weight": 477, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -20672,7 +20672,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 477, + "weight": 473, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -20774,7 +20774,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 485, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -20855,7 +20855,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 478, + "weight": 474, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -20959,7 +20959,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 479, + "weight": 475, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -21058,7 +21058,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 480, + "weight": 476, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -21121,7 +21121,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 483, + "weight": 479, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -21186,7 +21186,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 484, + "weight": 480, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -21277,7 +21277,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 486, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -21349,7 +21349,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 488, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -21421,7 +21421,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 487, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -21484,7 +21484,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 489, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -21556,7 +21556,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 492, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -21616,7 +21616,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 490, + "weight": 486, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -21708,7 +21708,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 491, + "weight": 487, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -21778,7 +21778,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 493, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -21870,7 +21870,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 494, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -23210,7 +23210,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 380, + "weight": 376, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -23284,7 +23284,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 376, + "weight": 372, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -23364,7 +23364,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 377, + "weight": 373, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -23424,7 +23424,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 378, + "weight": 374, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -23501,7 +23501,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 379, + "weight": 375, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -23563,7 +23563,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 387, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -23650,7 +23650,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 383, + "weight": 379, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -23758,7 +23758,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 384, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -23831,7 +23831,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 385, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -23934,7 +23934,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 386, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -24009,7 +24009,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 392, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -24097,7 +24097,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 393, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -24207,7 +24207,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 394, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -24322,7 +24322,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 395, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -24432,7 +24432,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 396, + "weight": 392, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -24547,7 +24547,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 397, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -24657,7 +24657,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 398, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -24772,7 +24772,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 399, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -24891,7 +24891,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 400, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -25015,7 +25015,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 401, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -25135,7 +25135,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 402, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -25260,7 +25260,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 403, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -25380,7 +25380,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 404, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -25505,7 +25505,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 405, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -25615,7 +25615,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 406, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -25713,7 +25713,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric line attribute.", + "description": "Create a geometric line column.", "responses": { "202": { "description": "ColumnLine", @@ -25730,7 +25730,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 407, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -25826,7 +25826,7 @@ "tags": [ "tablesDB" ], - "description": "Update a line column. Changing the `default` value will not update already existing documents.", + "description": "Update a line column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnLine", @@ -25843,7 +25843,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 408, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -25947,7 +25947,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric point attribute.", + "description": "Create a geometric point column.", "responses": { "202": { "description": "ColumnPoint", @@ -25964,7 +25964,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 409, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -26060,7 +26060,7 @@ "tags": [ "tablesDB" ], - "description": "Update a point column. Changing the `default` value will not update already existing documents.", + "description": "Update a point column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnPoint", @@ -26077,7 +26077,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 410, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -26181,7 +26181,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric polygon attribute.", + "description": "Create a geometric polygon column.", "responses": { "202": { "description": "ColumnPolygon", @@ -26198,7 +26198,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 411, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -26294,7 +26294,7 @@ "tags": [ "tablesDB" ], - "description": "Update a polygon column. Changing the `default` value will not update already existing documents.", + "description": "Update a polygon column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnPolygon", @@ -26311,7 +26311,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 412, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -26432,7 +26432,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 413, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -26567,7 +26567,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 415, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -26688,7 +26688,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 416, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -26808,7 +26808,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 417, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -26918,7 +26918,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 418, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -27064,7 +27064,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 390, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -27139,7 +27139,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 391, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -27223,7 +27223,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 414, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -27335,7 +27335,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 422, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -27421,7 +27421,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 419, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -27554,7 +27554,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 420, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -27629,7 +27629,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 421, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -27713,7 +27713,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 431, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -27803,7 +27803,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 423, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -27941,7 +27941,7 @@ }, "rows": { "type": "array", - "description": "Array of documents data as JSON objects.", + "description": "Array of rows data as JSON objects.", "x-example": null, "items": { "type": "object" @@ -27976,7 +27976,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 428, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -28101,7 +28101,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 426, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -28199,7 +28199,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 430, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -28294,7 +28294,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 424, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -28394,7 +28394,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 427, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -28536,7 +28536,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 425, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -28640,7 +28640,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 429, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -28729,7 +28729,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 434, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -28849,7 +28849,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 433, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", diff --git a/app/config/specs/swagger2-1.8.x-client.json b/app/config/specs/swagger2-1.8.x-client.json index 42ccc1b896..55911e9556 100644 --- a/app/config/specs/swagger2-1.8.x-client.json +++ b/app/config/specs/swagger2-1.8.x-client.json @@ -4972,7 +4972,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 339, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -5057,7 +5057,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 331, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -5204,7 +5204,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 332, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -5297,7 +5297,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 335, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -5440,7 +5440,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 333, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -5540,7 +5540,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 337, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -5623,7 +5623,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 342, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -5735,7 +5735,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 341, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -5845,7 +5845,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 460, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -5918,7 +5918,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 458, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -6035,7 +6035,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 459, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -6106,7 +6106,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 254, + "weight": 250, "cookies": false, "type": "graphql", "demo": "graphql\/query.md", @@ -6179,7 +6179,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 253, + "weight": 249, "cookies": false, "type": "graphql", "demo": "graphql\/mutation.md", @@ -6660,7 +6660,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 300, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -6744,7 +6744,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 304, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -7573,7 +7573,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 431, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -7657,7 +7657,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 423, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -7762,7 +7762,7 @@ }, "rows": { "type": "array", - "description": "Array of documents data as JSON objects.", + "description": "Array of rows data as JSON objects.", "default": [], "x-example": null, "items": { @@ -7799,7 +7799,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 424, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -7891,7 +7891,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 427, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -8025,7 +8025,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 425, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -8124,7 +8124,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 429, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -8206,7 +8206,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 434, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -8317,7 +8317,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 433, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", diff --git a/app/config/specs/swagger2-1.8.x-console.json b/app/config/specs/swagger2-1.8.x-console.json index c91d6b824a..6d5721c73b 100644 --- a/app/config/specs/swagger2-1.8.x-console.json +++ b/app/config/specs/swagger2-1.8.x-console.json @@ -4989,7 +4989,7 @@ "x-appwrite": { "method": "chat", "group": "console", - "weight": 256, + "weight": 252, "cookies": false, "type": "", "demo": "assistant\/chat.md", @@ -5052,7 +5052,7 @@ "x-appwrite": { "method": "getResource", "group": null, - "weight": 500, + "weight": 496, "cookies": false, "type": "", "demo": "console\/get-resource.md", @@ -5123,7 +5123,7 @@ "x-appwrite": { "method": "variables", "group": "console", - "weight": 255, + "weight": 251, "cookies": false, "type": "", "demo": "console\/variables.md", @@ -5171,7 +5171,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 320, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -5274,7 +5274,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 316, + "weight": 312, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -5391,7 +5391,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 323, + "weight": 319, "cookies": false, "type": "", "demo": "databases\/list-usage.md", @@ -5491,7 +5491,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 317, + "weight": 313, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5582,7 +5582,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 318, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -5695,7 +5695,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 319, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -5785,7 +5785,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 328, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -5869,7 +5869,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 324, + "weight": 320, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -5978,7 +5978,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 325, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -6049,7 +6049,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 326, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -6154,7 +6154,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 327, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6225,7 +6225,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 345, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6310,7 +6310,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 346, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6420,7 +6420,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 347, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -6532,7 +6532,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 348, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -6642,7 +6642,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 349, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -6754,7 +6754,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 350, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -6864,7 +6864,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 351, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -6976,7 +6976,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 352, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -7096,7 +7096,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 353, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7218,7 +7218,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 354, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7340,7 +7340,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 355, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7464,7 +7464,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 356, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7586,7 +7586,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 357, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -7710,7 +7710,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 358, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -7820,7 +7820,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 359, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -7932,7 +7932,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 360, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -8037,7 +8037,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 361, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8135,7 +8135,7 @@ "tags": [ "databases" ], - "description": "Create a geometric 2d point attribute.", + "description": "Create a geometric point attribute.", "responses": { "202": { "description": "AttributePoint", @@ -8148,7 +8148,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 362, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8253,7 +8253,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 363, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8364,7 +8364,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 364, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8469,7 +8469,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 365, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -8580,7 +8580,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 366, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -8717,7 +8717,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 368, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -8840,7 +8840,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 369, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -8958,7 +8958,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 370, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -9068,7 +9068,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 371, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9209,7 +9209,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 343, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9282,7 +9282,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 344, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9362,7 +9362,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 367, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9468,7 +9468,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 339, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -9553,7 +9553,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 331, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -9730,7 +9730,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 336, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -9855,7 +9855,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 334, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -9951,7 +9951,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 338, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10041,7 +10041,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 332, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10134,7 +10134,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 335, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10277,7 +10277,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 333, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10377,7 +10377,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 337, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -10458,7 +10458,7 @@ "x-appwrite": { "method": "listDocumentLogs", "group": "logs", - "weight": 340, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/list-document-logs.md", @@ -10550,7 +10550,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 342, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -10662,7 +10662,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 341, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -10772,7 +10772,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 375, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -10855,7 +10855,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 372, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -10987,7 +10987,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 373, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11060,7 +11060,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 374, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11138,7 +11138,7 @@ "x-appwrite": { "method": "listCollectionLogs", "group": "collections", - "weight": 329, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/list-collection-logs.md", @@ -11220,7 +11220,7 @@ "x-appwrite": { "method": "getCollectionUsage", "group": null, - "weight": 330, + "weight": 326, "cookies": false, "type": "", "demo": "databases\/get-collection-usage.md", @@ -11310,7 +11310,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 321, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/list-logs.md", @@ -11413,7 +11413,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 322, + "weight": 318, "cookies": false, "type": "", "demo": "databases\/get-usage.md", @@ -11524,7 +11524,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 444, + "weight": 440, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -11596,7 +11596,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 441, + "weight": 437, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -11847,7 +11847,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 446, + "weight": 442, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -11896,7 +11896,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 447, + "weight": 443, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -11946,7 +11946,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 470, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/list-templates.md", @@ -12040,7 +12040,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 469, + "weight": 465, "cookies": false, "type": "", "demo": "functions\/get-template.md", @@ -12098,7 +12098,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 463, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/list-usage.md", @@ -12168,7 +12168,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 442, + "weight": 438, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -12227,7 +12227,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 443, + "weight": 439, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -12474,7 +12474,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 445, + "weight": 441, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -12535,7 +12535,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 450, + "weight": 446, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -12612,7 +12612,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 451, + "weight": 447, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -12692,7 +12692,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 448, + "weight": 444, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -12784,7 +12784,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 456, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -12869,7 +12869,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 453, + "weight": 449, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -12975,7 +12975,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 454, + "weight": 450, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -13071,7 +13071,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 449, + "weight": 445, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -13133,7 +13133,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 452, + "weight": 448, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -13200,7 +13200,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 455, + "weight": 451, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -13285,7 +13285,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 457, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -13352,7 +13352,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 460, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -13425,7 +13425,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 458, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -13542,7 +13542,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 459, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -13606,7 +13606,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 461, + "weight": 457, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -13673,7 +13673,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 462, + "weight": 458, "cookies": false, "type": "", "demo": "functions\/get-usage.md", @@ -13751,7 +13751,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 466, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -13810,7 +13810,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 464, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -13900,7 +13900,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 465, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -13967,7 +13967,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 467, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -14059,7 +14059,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 468, + "weight": 464, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -14128,7 +14128,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 254, + "weight": 250, "cookies": false, "type": "graphql", "demo": "graphql\/query.md", @@ -14201,7 +14201,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 253, + "weight": 249, "cookies": false, "type": "graphql", "demo": "graphql\/mutation.md", @@ -15943,7 +15943,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 308, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -16018,7 +16018,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 305, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -16176,7 +16176,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 312, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -16331,7 +16331,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 307, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -16526,7 +16526,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 314, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -16720,7 +16720,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 306, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -16906,7 +16906,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 313, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -17086,7 +17086,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 311, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -17141,7 +17141,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 315, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -17201,7 +17201,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 309, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -17273,7 +17273,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 310, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -17345,7 +17345,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 280, + "weight": 276, "cookies": false, "type": "", "demo": "messaging\/list-providers.md", @@ -17420,7 +17420,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 279, + "weight": 275, "cookies": false, "type": "", "demo": "messaging\/create-apns-provider.md", @@ -17605,7 +17605,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 292, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -17786,7 +17786,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 278, + "weight": 274, "cookies": false, "type": "", "demo": "messaging\/create-fcm-provider.md", @@ -17939,7 +17939,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 291, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -18088,7 +18088,7 @@ "x-appwrite": { "method": "createMailgunProvider", "group": "providers", - "weight": 270, + "weight": 266, "cookies": false, "type": "", "demo": "messaging\/create-mailgun-provider.md", @@ -18215,7 +18215,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 283, + "weight": 279, "cookies": false, "type": "", "demo": "messaging\/update-mailgun-provider.md", @@ -18340,7 +18340,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 273, + "weight": 269, "cookies": false, "type": "", "demo": "messaging\/create-msg-91-provider.md", @@ -18443,7 +18443,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 286, + "weight": 282, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -18544,7 +18544,7 @@ "x-appwrite": { "method": "createSendgridProvider", "group": "providers", - "weight": 271, + "weight": 267, "cookies": false, "type": "", "demo": "messaging\/create-sendgrid-provider.md", @@ -18659,7 +18659,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 284, + "weight": 280, "cookies": false, "type": "", "demo": "messaging\/update-sendgrid-provider.md", @@ -18772,7 +18772,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 272, + "weight": 268, "cookies": false, "type": "", "demo": "messaging\/create-smtp-provider.md", @@ -19015,7 +19015,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 285, + "weight": 281, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -19251,7 +19251,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 274, + "weight": 270, "cookies": false, "type": "", "demo": "messaging\/create-telesign-provider.md", @@ -19354,7 +19354,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 287, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -19455,7 +19455,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 275, + "weight": 271, "cookies": false, "type": "", "demo": "messaging\/create-textmagic-provider.md", @@ -19558,7 +19558,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 288, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -19659,7 +19659,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 276, + "weight": 272, "cookies": false, "type": "", "demo": "messaging\/create-twilio-provider.md", @@ -19762,7 +19762,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 289, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -19863,7 +19863,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 277, + "weight": 273, "cookies": false, "type": "", "demo": "messaging\/create-vonage-provider.md", @@ -19966,7 +19966,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 290, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -20065,7 +20065,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 282, + "weight": 278, "cookies": false, "type": "", "demo": "messaging\/get-provider.md", @@ -20120,7 +20120,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 293, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -20180,7 +20180,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 281, + "weight": 277, "cookies": false, "type": "", "demo": "messaging\/list-provider-logs.md", @@ -20252,7 +20252,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 302, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -20324,7 +20324,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 295, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -20397,7 +20397,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 294, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -20485,7 +20485,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 297, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -20545,7 +20545,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 298, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -20624,7 +20624,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 299, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -20684,7 +20684,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 296, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -20756,7 +20756,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 301, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -20837,7 +20837,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 300, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -20924,7 +20924,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 303, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -20987,7 +20987,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 304, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -21057,7 +21057,7 @@ "x-appwrite": { "method": "list", "group": null, - "weight": 262, + "weight": 258, "cookies": false, "type": "", "demo": "migrations\/list.md", @@ -21130,7 +21130,7 @@ "x-appwrite": { "method": "createAppwriteMigration", "group": null, - "weight": 257, + "weight": 253, "cookies": false, "type": "", "demo": "migrations\/create-appwrite-migration.md", @@ -21222,7 +21222,7 @@ "x-appwrite": { "method": "getAppwriteReport", "group": null, - "weight": 264, + "weight": 260, "cookies": false, "type": "", "demo": "migrations\/get-appwrite-report.md", @@ -21310,7 +21310,7 @@ "x-appwrite": { "method": "createCsvMigration", "group": null, - "weight": 261, + "weight": 257, "cookies": false, "type": "", "demo": "migrations\/create-csv-migration.md", @@ -21400,7 +21400,7 @@ "x-appwrite": { "method": "createFirebaseMigration", "group": null, - "weight": 258, + "weight": 254, "cookies": false, "type": "", "demo": "migrations\/create-firebase-migration.md", @@ -21478,7 +21478,7 @@ "x-appwrite": { "method": "getFirebaseReport", "group": null, - "weight": 265, + "weight": 261, "cookies": false, "type": "", "demo": "migrations\/get-firebase-report.md", @@ -21549,7 +21549,7 @@ "x-appwrite": { "method": "createNHostMigration", "group": null, - "weight": 260, + "weight": 256, "cookies": false, "type": "", "demo": "migrations\/create-n-host-migration.md", @@ -21668,7 +21668,7 @@ "x-appwrite": { "method": "getNHostReport", "group": null, - "weight": 267, + "weight": 263, "cookies": false, "type": "", "demo": "migrations\/get-n-host-report.md", @@ -21788,7 +21788,7 @@ "x-appwrite": { "method": "createSupabaseMigration", "group": null, - "weight": 259, + "weight": 255, "cookies": false, "type": "", "demo": "migrations\/create-supabase-migration.md", @@ -21900,7 +21900,7 @@ "x-appwrite": { "method": "getSupabaseReport", "group": null, - "weight": 266, + "weight": 262, "cookies": false, "type": "", "demo": "migrations\/get-supabase-report.md", @@ -22011,7 +22011,7 @@ "x-appwrite": { "method": "get", "group": null, - "weight": 263, + "weight": 259, "cookies": false, "type": "", "demo": "migrations\/get.md", @@ -22069,7 +22069,7 @@ "x-appwrite": { "method": "retry", "group": null, - "weight": 268, + "weight": 264, "cookies": false, "type": "", "demo": "migrations\/retry.md", @@ -22122,7 +22122,7 @@ "x-appwrite": { "method": "delete", "group": null, - "weight": 269, + "weight": 265, "cookies": false, "type": "", "demo": "migrations\/delete.md", @@ -22590,7 +22590,7 @@ "x-appwrite": { "method": "list", "group": "projects", - "weight": 440, + "weight": 436, "cookies": false, "type": "", "demo": "projects\/list.md", @@ -24233,7 +24233,7 @@ "x-appwrite": { "method": "listDevKeys", "group": "devKeys", - "weight": 438, + "weight": 434, "cookies": false, "type": "", "demo": "projects\/list-dev-keys.md", @@ -24303,7 +24303,7 @@ "x-appwrite": { "method": "createDevKey", "group": "devKeys", - "weight": 435, + "weight": 431, "cookies": false, "type": "", "demo": "projects\/create-dev-key.md", @@ -24386,7 +24386,7 @@ "x-appwrite": { "method": "getDevKey", "group": "devKeys", - "weight": 437, + "weight": 433, "cookies": false, "type": "", "demo": "projects\/get-dev-key.md", @@ -24452,7 +24452,7 @@ "x-appwrite": { "method": "updateDevKey", "group": "devKeys", - "weight": 436, + "weight": 432, "cookies": false, "type": "", "demo": "projects\/update-dev-key.md", @@ -24538,7 +24538,7 @@ "x-appwrite": { "method": "deleteDevKey", "group": "devKeys", - "weight": 439, + "weight": 435, "cookies": false, "type": "", "demo": "projects\/delete-dev-key.md", @@ -28351,11 +28351,11 @@ "x-appwrite": { "method": "listRules", "group": null, - "weight": 240, + "weight": 502, "cookies": false, "type": "", "demo": "proxy\/list-rules.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/proxy\/list-rules.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterGet a list of all the proxy rules. You can use the query params to filter your results.", "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", @@ -28424,7 +28424,7 @@ "x-appwrite": { "method": "createAPIRule", "group": null, - "weight": 501, + "weight": 497, "cookies": false, "type": "", "demo": "proxy\/create-api-rule.md", @@ -28494,7 +28494,7 @@ "x-appwrite": { "method": "createFunctionRule", "group": null, - "weight": 503, + "weight": 499, "cookies": false, "type": "", "demo": "proxy\/create-function-rule.md", @@ -28577,7 +28577,7 @@ "x-appwrite": { "method": "createRedirectRule", "group": null, - "weight": 504, + "weight": 500, "cookies": false, "type": "", "demo": "proxy\/create-redirect-rule.md", @@ -28697,7 +28697,7 @@ "x-appwrite": { "method": "createSiteRule", "group": null, - "weight": 502, + "weight": 498, "cookies": false, "type": "", "demo": "proxy\/create-site-rule.md", @@ -28778,11 +28778,11 @@ "x-appwrite": { "method": "getRule", "group": null, - "weight": 241, + "weight": 501, "cookies": false, "type": "", "demo": "proxy\/get-rule.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/proxy\/get-rule.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterGet a proxy rule by its unique ID.", "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", @@ -28831,11 +28831,11 @@ "x-appwrite": { "method": "deleteRule", "group": null, - "weight": 242, + "weight": 503, "cookies": false, "type": "", "demo": "proxy\/delete-rule.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/proxy\/delete-rule.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterDelete a proxy rule by its unique ID.", "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", @@ -28891,11 +28891,11 @@ "x-appwrite": { "method": "updateRuleVerification", "group": null, - "weight": 243, + "weight": 504, "cookies": false, "type": "", "demo": "proxy\/update-rule-verification.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/proxy\/update-rule-verification.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterRetry getting verification process of a proxy rule. This endpoint triggers domain verification by checking DNS records (CNAME) against the configured target domain. If verification is successful, a TLS certificate will be automatically provisioned for the domain.", "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", @@ -28949,7 +28949,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 473, + "weight": 469, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -29021,7 +29021,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 471, + "weight": 467, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -29288,7 +29288,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 476, + "weight": 472, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -29337,7 +29337,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 499, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -29387,7 +29387,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 495, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/list-templates.md", @@ -29481,7 +29481,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 496, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/get-template.md", @@ -29539,7 +29539,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 497, + "weight": 493, "cookies": false, "type": "", "demo": "sites\/list-usage.md", @@ -29609,7 +29609,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 472, + "weight": 468, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -29668,7 +29668,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 474, + "weight": 470, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -29930,7 +29930,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 475, + "weight": 471, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -29991,7 +29991,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 482, + "weight": 478, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -30068,7 +30068,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 481, + "weight": 477, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -30148,7 +30148,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 477, + "weight": 473, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -30248,7 +30248,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 485, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -30327,7 +30327,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 478, + "weight": 474, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -30433,7 +30433,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 479, + "weight": 475, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -30530,7 +30530,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 480, + "weight": 476, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -30592,7 +30592,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 483, + "weight": 479, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -30659,7 +30659,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 484, + "weight": 480, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -30744,7 +30744,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 486, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -30811,7 +30811,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 488, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -30882,7 +30882,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 487, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -30946,7 +30946,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 489, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -31013,7 +31013,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 498, + "weight": 494, "cookies": false, "type": "", "demo": "sites\/get-usage.md", @@ -31091,7 +31091,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 492, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -31150,7 +31150,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 490, + "weight": 486, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -31240,7 +31240,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 491, + "weight": 487, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -31307,7 +31307,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 493, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -31399,7 +31399,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 494, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -32833,7 +32833,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 380, + "weight": 376, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -32905,7 +32905,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 376, + "weight": 372, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -32987,7 +32987,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 382, + "weight": 378, "cookies": false, "type": "", "demo": "tablesdb\/list-usage.md", @@ -33082,7 +33082,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 377, + "weight": 373, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -33141,7 +33141,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 378, + "weight": 374, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -33219,7 +33219,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 379, + "weight": 375, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -33278,7 +33278,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 387, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -33361,7 +33361,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 383, + "weight": 379, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -33469,7 +33469,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 384, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -33539,7 +33539,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 385, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -33643,7 +33643,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 386, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -33713,7 +33713,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 392, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -33797,7 +33797,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 393, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -33906,7 +33906,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 394, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -34017,7 +34017,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 395, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -34126,7 +34126,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 396, + "weight": 392, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -34237,7 +34237,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 397, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -34346,7 +34346,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 398, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -34457,7 +34457,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 399, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -34576,7 +34576,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 400, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -34697,7 +34697,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 401, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -34818,7 +34818,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 402, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -34941,7 +34941,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 403, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -35062,7 +35062,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 404, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -35185,7 +35185,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 405, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -35294,7 +35294,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 406, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -35392,7 +35392,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric line attribute.", + "description": "Create a geometric line column.", "responses": { "202": { "description": "ColumnLine", @@ -35405,7 +35405,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 407, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -35496,7 +35496,7 @@ "tags": [ "tablesDB" ], - "description": "Update a line column. Changing the `default` value will not update already existing documents.", + "description": "Update a line column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnLine", @@ -35509,7 +35509,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 408, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -35606,7 +35606,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric point attribute.", + "description": "Create a geometric point column.", "responses": { "202": { "description": "ColumnPoint", @@ -35619,7 +35619,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 409, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -35710,7 +35710,7 @@ "tags": [ "tablesDB" ], - "description": "Update a point column. Changing the `default` value will not update already existing documents.", + "description": "Update a point column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnPoint", @@ -35723,7 +35723,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 410, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -35820,7 +35820,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric polygon attribute.", + "description": "Create a geometric polygon column.", "responses": { "202": { "description": "ColumnPolygon", @@ -35833,7 +35833,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 411, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -35924,7 +35924,7 @@ "tags": [ "tablesDB" ], - "description": "Update a polygon column. Changing the `default` value will not update already existing documents.", + "description": "Update a polygon column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnPolygon", @@ -35937,7 +35937,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 412, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -36047,7 +36047,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 413, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -36183,7 +36183,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 415, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -36305,7 +36305,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 416, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -36422,7 +36422,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 417, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -36531,7 +36531,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 418, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -36671,7 +36671,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 390, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -36743,7 +36743,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 391, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -36822,7 +36822,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 414, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -36927,7 +36927,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 422, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -37009,7 +37009,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 419, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -37140,7 +37140,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 420, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -37212,7 +37212,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 421, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -37289,7 +37289,7 @@ "x-appwrite": { "method": "listTableLogs", "group": "tables", - "weight": 388, + "weight": 384, "cookies": false, "type": "", "demo": "tablesdb\/list-table-logs.md", @@ -37370,7 +37370,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 431, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -37454,7 +37454,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 423, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -37585,7 +37585,7 @@ }, "rows": { "type": "array", - "description": "Array of documents data as JSON objects.", + "description": "Array of rows data as JSON objects.", "default": [], "x-example": null, "items": { @@ -37622,7 +37622,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 428, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -37742,7 +37742,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 426, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -37837,7 +37837,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 430, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -37926,7 +37926,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 424, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -38018,7 +38018,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 427, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -38152,7 +38152,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 425, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -38251,7 +38251,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 429, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -38331,7 +38331,7 @@ "x-appwrite": { "method": "listRowLogs", "group": "logs", - "weight": 432, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/list-row-logs.md", @@ -38422,7 +38422,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 434, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -38533,7 +38533,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 433, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -38642,7 +38642,7 @@ "x-appwrite": { "method": "getTableUsage", "group": null, - "weight": 389, + "weight": 385, "cookies": false, "type": "", "demo": "tablesdb\/get-table-usage.md", @@ -38731,7 +38731,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 381, + "weight": 377, "cookies": false, "type": "", "demo": "tablesdb\/get-usage.md", diff --git a/app/config/specs/swagger2-1.8.x-server.json b/app/config/specs/swagger2-1.8.x-server.json index 166a1f74e5..98077f1050 100644 --- a/app/config/specs/swagger2-1.8.x-server.json +++ b/app/config/specs/swagger2-1.8.x-server.json @@ -4693,7 +4693,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 320, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -4798,7 +4798,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 316, + "weight": 312, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -4917,7 +4917,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 317, + "weight": 313, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5010,7 +5010,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 318, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -5125,7 +5125,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 319, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -5217,7 +5217,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 328, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -5302,7 +5302,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 324, + "weight": 320, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -5412,7 +5412,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 325, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -5484,7 +5484,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 326, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -5590,7 +5590,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 327, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -5662,7 +5662,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 345, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -5748,7 +5748,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 346, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -5859,7 +5859,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 347, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -5972,7 +5972,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 348, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -6083,7 +6083,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 349, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -6196,7 +6196,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 350, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -6307,7 +6307,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 351, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -6420,7 +6420,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 352, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -6541,7 +6541,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 353, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -6664,7 +6664,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 354, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -6787,7 +6787,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 355, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -6912,7 +6912,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 356, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7035,7 +7035,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 357, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -7160,7 +7160,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 358, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -7271,7 +7271,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 359, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -7384,7 +7384,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 360, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -7490,7 +7490,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 361, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -7589,7 +7589,7 @@ "tags": [ "databases" ], - "description": "Create a geometric 2d point attribute.", + "description": "Create a geometric point attribute.", "responses": { "202": { "description": "AttributePoint", @@ -7602,7 +7602,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 362, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -7708,7 +7708,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 363, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -7820,7 +7820,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 364, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -7926,7 +7926,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 365, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -8038,7 +8038,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 366, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -8176,7 +8176,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 368, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -8300,7 +8300,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 369, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -8419,7 +8419,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 370, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -8530,7 +8530,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 371, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -8672,7 +8672,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 343, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -8746,7 +8746,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 344, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -8827,7 +8827,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 367, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -8934,7 +8934,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 339, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -9021,7 +9021,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 331, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -9202,7 +9202,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 336, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -9329,7 +9329,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 334, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -9426,7 +9426,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 338, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -9517,7 +9517,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 332, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -9612,7 +9612,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 335, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -9758,7 +9758,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 333, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -9860,7 +9860,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 337, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -9945,7 +9945,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 342, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -10059,7 +10059,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 341, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -10171,7 +10171,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 375, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -10255,7 +10255,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 372, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -10388,7 +10388,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 373, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -10462,7 +10462,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 374, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -10541,7 +10541,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 444, + "weight": 440, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -10614,7 +10614,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 441, + "weight": 437, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -10866,7 +10866,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 446, + "weight": 442, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -10916,7 +10916,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 447, + "weight": 443, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -10967,7 +10967,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 442, + "weight": 438, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -11027,7 +11027,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 443, + "weight": 439, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -11275,7 +11275,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 445, + "weight": 441, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -11337,7 +11337,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 450, + "weight": 446, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -11415,7 +11415,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 451, + "weight": 447, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -11496,7 +11496,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 448, + "weight": 444, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -11589,7 +11589,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 456, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -11675,7 +11675,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 453, + "weight": 449, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -11782,7 +11782,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 454, + "weight": 450, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -11879,7 +11879,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 449, + "weight": 445, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -11942,7 +11942,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 452, + "weight": 448, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -12010,7 +12010,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 455, + "weight": 451, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -12096,7 +12096,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 457, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -12164,7 +12164,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 460, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -12239,7 +12239,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 458, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -12358,7 +12358,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 459, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -12424,7 +12424,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 461, + "weight": 457, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -12492,7 +12492,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 466, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -12552,7 +12552,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 464, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -12643,7 +12643,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 465, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -12711,7 +12711,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 467, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -12804,7 +12804,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 468, + "weight": 464, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -12874,7 +12874,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 254, + "weight": 250, "cookies": false, "type": "graphql", "demo": "graphql\/query.md", @@ -12949,7 +12949,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 253, + "weight": 249, "cookies": false, "type": "graphql", "demo": "graphql\/mutation.md", @@ -14731,7 +14731,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 308, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -14807,7 +14807,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 305, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -14966,7 +14966,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 312, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -15122,7 +15122,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 307, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -15318,7 +15318,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 314, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -15513,7 +15513,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 306, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -15702,7 +15702,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 313, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -15885,7 +15885,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 311, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -15941,7 +15941,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 315, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -16002,7 +16002,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 309, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -16075,7 +16075,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 310, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -16148,7 +16148,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 280, + "weight": 276, "cookies": false, "type": "", "demo": "messaging\/list-providers.md", @@ -16224,7 +16224,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 279, + "weight": 275, "cookies": false, "type": "", "demo": "messaging\/create-apns-provider.md", @@ -16412,7 +16412,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 292, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -16596,7 +16596,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 278, + "weight": 274, "cookies": false, "type": "", "demo": "messaging\/create-fcm-provider.md", @@ -16752,7 +16752,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 291, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -16904,7 +16904,7 @@ "x-appwrite": { "method": "createMailgunProvider", "group": "providers", - "weight": 270, + "weight": 266, "cookies": false, "type": "", "demo": "messaging\/create-mailgun-provider.md", @@ -17032,7 +17032,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 283, + "weight": 279, "cookies": false, "type": "", "demo": "messaging\/update-mailgun-provider.md", @@ -17158,7 +17158,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 273, + "weight": 269, "cookies": false, "type": "", "demo": "messaging\/create-msg-91-provider.md", @@ -17262,7 +17262,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 286, + "weight": 282, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -17364,7 +17364,7 @@ "x-appwrite": { "method": "createSendgridProvider", "group": "providers", - "weight": 271, + "weight": 267, "cookies": false, "type": "", "demo": "messaging\/create-sendgrid-provider.md", @@ -17480,7 +17480,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 284, + "weight": 280, "cookies": false, "type": "", "demo": "messaging\/update-sendgrid-provider.md", @@ -17594,7 +17594,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 272, + "weight": 268, "cookies": false, "type": "", "demo": "messaging\/create-smtp-provider.md", @@ -17840,7 +17840,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 285, + "weight": 281, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -18079,7 +18079,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 274, + "weight": 270, "cookies": false, "type": "", "demo": "messaging\/create-telesign-provider.md", @@ -18183,7 +18183,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 287, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -18285,7 +18285,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 275, + "weight": 271, "cookies": false, "type": "", "demo": "messaging\/create-textmagic-provider.md", @@ -18389,7 +18389,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 288, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -18491,7 +18491,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 276, + "weight": 272, "cookies": false, "type": "", "demo": "messaging\/create-twilio-provider.md", @@ -18595,7 +18595,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 289, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -18697,7 +18697,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 277, + "weight": 273, "cookies": false, "type": "", "demo": "messaging\/create-vonage-provider.md", @@ -18801,7 +18801,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 290, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -18901,7 +18901,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 282, + "weight": 278, "cookies": false, "type": "", "demo": "messaging\/get-provider.md", @@ -18957,7 +18957,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 293, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -19018,7 +19018,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 281, + "weight": 277, "cookies": false, "type": "", "demo": "messaging\/list-provider-logs.md", @@ -19091,7 +19091,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 302, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -19164,7 +19164,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 295, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -19238,7 +19238,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 294, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -19327,7 +19327,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 297, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -19388,7 +19388,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 298, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -19468,7 +19468,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 299, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -19529,7 +19529,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 296, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -19602,7 +19602,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 301, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -19684,7 +19684,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 300, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -19773,7 +19773,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 303, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -19837,7 +19837,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 304, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -19909,7 +19909,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 473, + "weight": 469, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -19982,7 +19982,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 471, + "weight": 467, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -20250,7 +20250,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 476, + "weight": 472, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -20300,7 +20300,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 499, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -20351,7 +20351,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 472, + "weight": 468, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -20411,7 +20411,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 474, + "weight": 470, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -20674,7 +20674,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 475, + "weight": 471, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -20736,7 +20736,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 482, + "weight": 478, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -20814,7 +20814,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 481, + "weight": 477, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -20895,7 +20895,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 477, + "weight": 473, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -20996,7 +20996,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 485, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -21076,7 +21076,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 478, + "weight": 474, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -21183,7 +21183,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 479, + "weight": 475, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -21281,7 +21281,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 480, + "weight": 476, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -21344,7 +21344,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 483, + "weight": 479, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -21412,7 +21412,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 484, + "weight": 480, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -21498,7 +21498,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 486, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -21566,7 +21566,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 488, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -21638,7 +21638,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 487, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -21703,7 +21703,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 489, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -21771,7 +21771,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 492, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -21831,7 +21831,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 490, + "weight": 486, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -21922,7 +21922,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 491, + "weight": 487, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -21990,7 +21990,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 493, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -22083,7 +22083,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 494, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -23391,7 +23391,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 380, + "weight": 376, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -23464,7 +23464,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 376, + "weight": 372, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -23547,7 +23547,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 377, + "weight": 373, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -23607,7 +23607,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 378, + "weight": 374, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -23686,7 +23686,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 379, + "weight": 375, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -23746,7 +23746,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 387, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -23830,7 +23830,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 383, + "weight": 379, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -23939,7 +23939,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 384, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -24010,7 +24010,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 385, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -24115,7 +24115,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 386, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -24186,7 +24186,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 392, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -24271,7 +24271,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 393, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -24381,7 +24381,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 394, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -24493,7 +24493,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 395, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -24603,7 +24603,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 396, + "weight": 392, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -24715,7 +24715,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 397, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -24825,7 +24825,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 398, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -24937,7 +24937,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 399, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -25057,7 +25057,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 400, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -25179,7 +25179,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 401, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -25301,7 +25301,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 402, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -25425,7 +25425,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 403, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -25547,7 +25547,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 404, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -25671,7 +25671,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 405, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -25781,7 +25781,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 406, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -25880,7 +25880,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric line attribute.", + "description": "Create a geometric line column.", "responses": { "202": { "description": "ColumnLine", @@ -25893,7 +25893,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 407, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -25985,7 +25985,7 @@ "tags": [ "tablesDB" ], - "description": "Update a line column. Changing the `default` value will not update already existing documents.", + "description": "Update a line column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnLine", @@ -25998,7 +25998,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 408, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -26096,7 +26096,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric point attribute.", + "description": "Create a geometric point column.", "responses": { "202": { "description": "ColumnPoint", @@ -26109,7 +26109,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 409, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -26201,7 +26201,7 @@ "tags": [ "tablesDB" ], - "description": "Update a point column. Changing the `default` value will not update already existing documents.", + "description": "Update a point column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnPoint", @@ -26214,7 +26214,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 410, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -26312,7 +26312,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric polygon attribute.", + "description": "Create a geometric polygon column.", "responses": { "202": { "description": "ColumnPolygon", @@ -26325,7 +26325,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 411, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -26417,7 +26417,7 @@ "tags": [ "tablesDB" ], - "description": "Update a polygon column. Changing the `default` value will not update already existing documents.", + "description": "Update a polygon column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnPolygon", @@ -26430,7 +26430,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 412, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -26541,7 +26541,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 413, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -26678,7 +26678,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 415, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -26801,7 +26801,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 416, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -26919,7 +26919,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 417, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -27029,7 +27029,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 418, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -27170,7 +27170,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 390, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -27243,7 +27243,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 391, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -27323,7 +27323,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 414, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -27429,7 +27429,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 422, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -27512,7 +27512,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 419, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -27644,7 +27644,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 420, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -27717,7 +27717,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 421, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -27795,7 +27795,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 431, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -27881,7 +27881,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 423, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -28016,7 +28016,7 @@ }, "rows": { "type": "array", - "description": "Array of documents data as JSON objects.", + "description": "Array of rows data as JSON objects.", "default": [], "x-example": null, "items": { @@ -28053,7 +28053,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 428, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -28175,7 +28175,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 426, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -28271,7 +28271,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 430, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -28361,7 +28361,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 424, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -28455,7 +28455,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 427, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -28592,7 +28592,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 425, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -28693,7 +28693,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 429, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -28777,7 +28777,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 434, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -28890,7 +28890,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 433, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", diff --git a/app/config/specs/swagger2-latest-client.json b/app/config/specs/swagger2-latest-client.json index 42ccc1b896..55911e9556 100644 --- a/app/config/specs/swagger2-latest-client.json +++ b/app/config/specs/swagger2-latest-client.json @@ -4972,7 +4972,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 339, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -5057,7 +5057,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 331, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -5204,7 +5204,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 332, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -5297,7 +5297,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 335, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -5440,7 +5440,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 333, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -5540,7 +5540,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 337, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -5623,7 +5623,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 342, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -5735,7 +5735,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 341, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -5845,7 +5845,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 460, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -5918,7 +5918,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 458, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -6035,7 +6035,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 459, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -6106,7 +6106,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 254, + "weight": 250, "cookies": false, "type": "graphql", "demo": "graphql\/query.md", @@ -6179,7 +6179,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 253, + "weight": 249, "cookies": false, "type": "graphql", "demo": "graphql\/mutation.md", @@ -6660,7 +6660,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 300, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -6744,7 +6744,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 304, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -7573,7 +7573,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 431, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -7657,7 +7657,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 423, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -7762,7 +7762,7 @@ }, "rows": { "type": "array", - "description": "Array of documents data as JSON objects.", + "description": "Array of rows data as JSON objects.", "default": [], "x-example": null, "items": { @@ -7799,7 +7799,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 424, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -7891,7 +7891,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 427, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -8025,7 +8025,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 425, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -8124,7 +8124,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 429, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -8206,7 +8206,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 434, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -8317,7 +8317,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 433, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", diff --git a/app/config/specs/swagger2-latest-console.json b/app/config/specs/swagger2-latest-console.json index c91d6b824a..6d5721c73b 100644 --- a/app/config/specs/swagger2-latest-console.json +++ b/app/config/specs/swagger2-latest-console.json @@ -4989,7 +4989,7 @@ "x-appwrite": { "method": "chat", "group": "console", - "weight": 256, + "weight": 252, "cookies": false, "type": "", "demo": "assistant\/chat.md", @@ -5052,7 +5052,7 @@ "x-appwrite": { "method": "getResource", "group": null, - "weight": 500, + "weight": 496, "cookies": false, "type": "", "demo": "console\/get-resource.md", @@ -5123,7 +5123,7 @@ "x-appwrite": { "method": "variables", "group": "console", - "weight": 255, + "weight": 251, "cookies": false, "type": "", "demo": "console\/variables.md", @@ -5171,7 +5171,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 320, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -5274,7 +5274,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 316, + "weight": 312, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -5391,7 +5391,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 323, + "weight": 319, "cookies": false, "type": "", "demo": "databases\/list-usage.md", @@ -5491,7 +5491,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 317, + "weight": 313, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5582,7 +5582,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 318, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -5695,7 +5695,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 319, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -5785,7 +5785,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 328, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -5869,7 +5869,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 324, + "weight": 320, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -5978,7 +5978,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 325, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -6049,7 +6049,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 326, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -6154,7 +6154,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 327, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6225,7 +6225,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 345, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6310,7 +6310,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 346, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6420,7 +6420,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 347, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -6532,7 +6532,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 348, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -6642,7 +6642,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 349, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -6754,7 +6754,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 350, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -6864,7 +6864,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 351, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -6976,7 +6976,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 352, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -7096,7 +7096,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 353, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7218,7 +7218,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 354, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7340,7 +7340,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 355, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7464,7 +7464,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 356, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7586,7 +7586,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 357, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -7710,7 +7710,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 358, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -7820,7 +7820,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 359, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -7932,7 +7932,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 360, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -8037,7 +8037,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 361, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8135,7 +8135,7 @@ "tags": [ "databases" ], - "description": "Create a geometric 2d point attribute.", + "description": "Create a geometric point attribute.", "responses": { "202": { "description": "AttributePoint", @@ -8148,7 +8148,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 362, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8253,7 +8253,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 363, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8364,7 +8364,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 364, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8469,7 +8469,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 365, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -8580,7 +8580,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 366, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -8717,7 +8717,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 368, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -8840,7 +8840,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 369, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -8958,7 +8958,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 370, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -9068,7 +9068,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 371, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9209,7 +9209,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 343, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9282,7 +9282,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 344, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9362,7 +9362,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 367, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9468,7 +9468,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 339, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -9553,7 +9553,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 331, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -9730,7 +9730,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 336, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -9855,7 +9855,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 334, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -9951,7 +9951,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 338, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10041,7 +10041,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 332, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10134,7 +10134,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 335, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10277,7 +10277,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 333, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10377,7 +10377,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 337, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -10458,7 +10458,7 @@ "x-appwrite": { "method": "listDocumentLogs", "group": "logs", - "weight": 340, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/list-document-logs.md", @@ -10550,7 +10550,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 342, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -10662,7 +10662,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 341, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -10772,7 +10772,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 375, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -10855,7 +10855,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 372, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -10987,7 +10987,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 373, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11060,7 +11060,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 374, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11138,7 +11138,7 @@ "x-appwrite": { "method": "listCollectionLogs", "group": "collections", - "weight": 329, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/list-collection-logs.md", @@ -11220,7 +11220,7 @@ "x-appwrite": { "method": "getCollectionUsage", "group": null, - "weight": 330, + "weight": 326, "cookies": false, "type": "", "demo": "databases\/get-collection-usage.md", @@ -11310,7 +11310,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 321, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/list-logs.md", @@ -11413,7 +11413,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 322, + "weight": 318, "cookies": false, "type": "", "demo": "databases\/get-usage.md", @@ -11524,7 +11524,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 444, + "weight": 440, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -11596,7 +11596,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 441, + "weight": 437, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -11847,7 +11847,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 446, + "weight": 442, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -11896,7 +11896,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 447, + "weight": 443, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -11946,7 +11946,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 470, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/list-templates.md", @@ -12040,7 +12040,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 469, + "weight": 465, "cookies": false, "type": "", "demo": "functions\/get-template.md", @@ -12098,7 +12098,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 463, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/list-usage.md", @@ -12168,7 +12168,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 442, + "weight": 438, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -12227,7 +12227,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 443, + "weight": 439, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -12474,7 +12474,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 445, + "weight": 441, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -12535,7 +12535,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 450, + "weight": 446, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -12612,7 +12612,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 451, + "weight": 447, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -12692,7 +12692,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 448, + "weight": 444, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -12784,7 +12784,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 456, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -12869,7 +12869,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 453, + "weight": 449, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -12975,7 +12975,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 454, + "weight": 450, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -13071,7 +13071,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 449, + "weight": 445, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -13133,7 +13133,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 452, + "weight": 448, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -13200,7 +13200,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 455, + "weight": 451, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -13285,7 +13285,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 457, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -13352,7 +13352,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 460, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -13425,7 +13425,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 458, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -13542,7 +13542,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 459, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -13606,7 +13606,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 461, + "weight": 457, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -13673,7 +13673,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 462, + "weight": 458, "cookies": false, "type": "", "demo": "functions\/get-usage.md", @@ -13751,7 +13751,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 466, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -13810,7 +13810,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 464, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -13900,7 +13900,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 465, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -13967,7 +13967,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 467, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -14059,7 +14059,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 468, + "weight": 464, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -14128,7 +14128,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 254, + "weight": 250, "cookies": false, "type": "graphql", "demo": "graphql\/query.md", @@ -14201,7 +14201,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 253, + "weight": 249, "cookies": false, "type": "graphql", "demo": "graphql\/mutation.md", @@ -15943,7 +15943,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 308, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -16018,7 +16018,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 305, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -16176,7 +16176,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 312, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -16331,7 +16331,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 307, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -16526,7 +16526,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 314, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -16720,7 +16720,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 306, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -16906,7 +16906,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 313, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -17086,7 +17086,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 311, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -17141,7 +17141,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 315, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -17201,7 +17201,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 309, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -17273,7 +17273,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 310, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -17345,7 +17345,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 280, + "weight": 276, "cookies": false, "type": "", "demo": "messaging\/list-providers.md", @@ -17420,7 +17420,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 279, + "weight": 275, "cookies": false, "type": "", "demo": "messaging\/create-apns-provider.md", @@ -17605,7 +17605,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 292, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -17786,7 +17786,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 278, + "weight": 274, "cookies": false, "type": "", "demo": "messaging\/create-fcm-provider.md", @@ -17939,7 +17939,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 291, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -18088,7 +18088,7 @@ "x-appwrite": { "method": "createMailgunProvider", "group": "providers", - "weight": 270, + "weight": 266, "cookies": false, "type": "", "demo": "messaging\/create-mailgun-provider.md", @@ -18215,7 +18215,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 283, + "weight": 279, "cookies": false, "type": "", "demo": "messaging\/update-mailgun-provider.md", @@ -18340,7 +18340,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 273, + "weight": 269, "cookies": false, "type": "", "demo": "messaging\/create-msg-91-provider.md", @@ -18443,7 +18443,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 286, + "weight": 282, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -18544,7 +18544,7 @@ "x-appwrite": { "method": "createSendgridProvider", "group": "providers", - "weight": 271, + "weight": 267, "cookies": false, "type": "", "demo": "messaging\/create-sendgrid-provider.md", @@ -18659,7 +18659,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 284, + "weight": 280, "cookies": false, "type": "", "demo": "messaging\/update-sendgrid-provider.md", @@ -18772,7 +18772,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 272, + "weight": 268, "cookies": false, "type": "", "demo": "messaging\/create-smtp-provider.md", @@ -19015,7 +19015,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 285, + "weight": 281, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -19251,7 +19251,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 274, + "weight": 270, "cookies": false, "type": "", "demo": "messaging\/create-telesign-provider.md", @@ -19354,7 +19354,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 287, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -19455,7 +19455,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 275, + "weight": 271, "cookies": false, "type": "", "demo": "messaging\/create-textmagic-provider.md", @@ -19558,7 +19558,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 288, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -19659,7 +19659,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 276, + "weight": 272, "cookies": false, "type": "", "demo": "messaging\/create-twilio-provider.md", @@ -19762,7 +19762,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 289, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -19863,7 +19863,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 277, + "weight": 273, "cookies": false, "type": "", "demo": "messaging\/create-vonage-provider.md", @@ -19966,7 +19966,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 290, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -20065,7 +20065,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 282, + "weight": 278, "cookies": false, "type": "", "demo": "messaging\/get-provider.md", @@ -20120,7 +20120,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 293, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -20180,7 +20180,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 281, + "weight": 277, "cookies": false, "type": "", "demo": "messaging\/list-provider-logs.md", @@ -20252,7 +20252,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 302, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -20324,7 +20324,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 295, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -20397,7 +20397,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 294, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -20485,7 +20485,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 297, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -20545,7 +20545,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 298, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -20624,7 +20624,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 299, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -20684,7 +20684,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 296, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -20756,7 +20756,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 301, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -20837,7 +20837,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 300, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -20924,7 +20924,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 303, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -20987,7 +20987,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 304, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -21057,7 +21057,7 @@ "x-appwrite": { "method": "list", "group": null, - "weight": 262, + "weight": 258, "cookies": false, "type": "", "demo": "migrations\/list.md", @@ -21130,7 +21130,7 @@ "x-appwrite": { "method": "createAppwriteMigration", "group": null, - "weight": 257, + "weight": 253, "cookies": false, "type": "", "demo": "migrations\/create-appwrite-migration.md", @@ -21222,7 +21222,7 @@ "x-appwrite": { "method": "getAppwriteReport", "group": null, - "weight": 264, + "weight": 260, "cookies": false, "type": "", "demo": "migrations\/get-appwrite-report.md", @@ -21310,7 +21310,7 @@ "x-appwrite": { "method": "createCsvMigration", "group": null, - "weight": 261, + "weight": 257, "cookies": false, "type": "", "demo": "migrations\/create-csv-migration.md", @@ -21400,7 +21400,7 @@ "x-appwrite": { "method": "createFirebaseMigration", "group": null, - "weight": 258, + "weight": 254, "cookies": false, "type": "", "demo": "migrations\/create-firebase-migration.md", @@ -21478,7 +21478,7 @@ "x-appwrite": { "method": "getFirebaseReport", "group": null, - "weight": 265, + "weight": 261, "cookies": false, "type": "", "demo": "migrations\/get-firebase-report.md", @@ -21549,7 +21549,7 @@ "x-appwrite": { "method": "createNHostMigration", "group": null, - "weight": 260, + "weight": 256, "cookies": false, "type": "", "demo": "migrations\/create-n-host-migration.md", @@ -21668,7 +21668,7 @@ "x-appwrite": { "method": "getNHostReport", "group": null, - "weight": 267, + "weight": 263, "cookies": false, "type": "", "demo": "migrations\/get-n-host-report.md", @@ -21788,7 +21788,7 @@ "x-appwrite": { "method": "createSupabaseMigration", "group": null, - "weight": 259, + "weight": 255, "cookies": false, "type": "", "demo": "migrations\/create-supabase-migration.md", @@ -21900,7 +21900,7 @@ "x-appwrite": { "method": "getSupabaseReport", "group": null, - "weight": 266, + "weight": 262, "cookies": false, "type": "", "demo": "migrations\/get-supabase-report.md", @@ -22011,7 +22011,7 @@ "x-appwrite": { "method": "get", "group": null, - "weight": 263, + "weight": 259, "cookies": false, "type": "", "demo": "migrations\/get.md", @@ -22069,7 +22069,7 @@ "x-appwrite": { "method": "retry", "group": null, - "weight": 268, + "weight": 264, "cookies": false, "type": "", "demo": "migrations\/retry.md", @@ -22122,7 +22122,7 @@ "x-appwrite": { "method": "delete", "group": null, - "weight": 269, + "weight": 265, "cookies": false, "type": "", "demo": "migrations\/delete.md", @@ -22590,7 +22590,7 @@ "x-appwrite": { "method": "list", "group": "projects", - "weight": 440, + "weight": 436, "cookies": false, "type": "", "demo": "projects\/list.md", @@ -24233,7 +24233,7 @@ "x-appwrite": { "method": "listDevKeys", "group": "devKeys", - "weight": 438, + "weight": 434, "cookies": false, "type": "", "demo": "projects\/list-dev-keys.md", @@ -24303,7 +24303,7 @@ "x-appwrite": { "method": "createDevKey", "group": "devKeys", - "weight": 435, + "weight": 431, "cookies": false, "type": "", "demo": "projects\/create-dev-key.md", @@ -24386,7 +24386,7 @@ "x-appwrite": { "method": "getDevKey", "group": "devKeys", - "weight": 437, + "weight": 433, "cookies": false, "type": "", "demo": "projects\/get-dev-key.md", @@ -24452,7 +24452,7 @@ "x-appwrite": { "method": "updateDevKey", "group": "devKeys", - "weight": 436, + "weight": 432, "cookies": false, "type": "", "demo": "projects\/update-dev-key.md", @@ -24538,7 +24538,7 @@ "x-appwrite": { "method": "deleteDevKey", "group": "devKeys", - "weight": 439, + "weight": 435, "cookies": false, "type": "", "demo": "projects\/delete-dev-key.md", @@ -28351,11 +28351,11 @@ "x-appwrite": { "method": "listRules", "group": null, - "weight": 240, + "weight": 502, "cookies": false, "type": "", "demo": "proxy\/list-rules.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/proxy\/list-rules.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterGet a list of all the proxy rules. You can use the query params to filter your results.", "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", @@ -28424,7 +28424,7 @@ "x-appwrite": { "method": "createAPIRule", "group": null, - "weight": 501, + "weight": 497, "cookies": false, "type": "", "demo": "proxy\/create-api-rule.md", @@ -28494,7 +28494,7 @@ "x-appwrite": { "method": "createFunctionRule", "group": null, - "weight": 503, + "weight": 499, "cookies": false, "type": "", "demo": "proxy\/create-function-rule.md", @@ -28577,7 +28577,7 @@ "x-appwrite": { "method": "createRedirectRule", "group": null, - "weight": 504, + "weight": 500, "cookies": false, "type": "", "demo": "proxy\/create-redirect-rule.md", @@ -28697,7 +28697,7 @@ "x-appwrite": { "method": "createSiteRule", "group": null, - "weight": 502, + "weight": 498, "cookies": false, "type": "", "demo": "proxy\/create-site-rule.md", @@ -28778,11 +28778,11 @@ "x-appwrite": { "method": "getRule", "group": null, - "weight": 241, + "weight": 501, "cookies": false, "type": "", "demo": "proxy\/get-rule.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/proxy\/get-rule.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterGet a proxy rule by its unique ID.", "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", @@ -28831,11 +28831,11 @@ "x-appwrite": { "method": "deleteRule", "group": null, - "weight": 242, + "weight": 503, "cookies": false, "type": "", "demo": "proxy\/delete-rule.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/proxy\/delete-rule.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterDelete a proxy rule by its unique ID.", "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", @@ -28891,11 +28891,11 @@ "x-appwrite": { "method": "updateRuleVerification", "group": null, - "weight": 243, + "weight": 504, "cookies": false, "type": "", "demo": "proxy\/update-rule-verification.md", - "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/proxy\/update-rule-verification.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterRetry getting verification process of a proxy rule. This endpoint triggers domain verification by checking DNS records (CNAME) against the configured target domain. If verification is successful, a TLS certificate will be automatically provisioned for the domain.", "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", @@ -28949,7 +28949,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 473, + "weight": 469, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -29021,7 +29021,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 471, + "weight": 467, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -29288,7 +29288,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 476, + "weight": 472, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -29337,7 +29337,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 499, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -29387,7 +29387,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 495, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/list-templates.md", @@ -29481,7 +29481,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 496, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/get-template.md", @@ -29539,7 +29539,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 497, + "weight": 493, "cookies": false, "type": "", "demo": "sites\/list-usage.md", @@ -29609,7 +29609,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 472, + "weight": 468, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -29668,7 +29668,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 474, + "weight": 470, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -29930,7 +29930,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 475, + "weight": 471, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -29991,7 +29991,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 482, + "weight": 478, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -30068,7 +30068,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 481, + "weight": 477, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -30148,7 +30148,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 477, + "weight": 473, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -30248,7 +30248,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 485, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -30327,7 +30327,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 478, + "weight": 474, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -30433,7 +30433,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 479, + "weight": 475, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -30530,7 +30530,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 480, + "weight": 476, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -30592,7 +30592,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 483, + "weight": 479, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -30659,7 +30659,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 484, + "weight": 480, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -30744,7 +30744,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 486, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -30811,7 +30811,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 488, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -30882,7 +30882,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 487, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -30946,7 +30946,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 489, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -31013,7 +31013,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 498, + "weight": 494, "cookies": false, "type": "", "demo": "sites\/get-usage.md", @@ -31091,7 +31091,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 492, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -31150,7 +31150,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 490, + "weight": 486, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -31240,7 +31240,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 491, + "weight": 487, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -31307,7 +31307,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 493, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -31399,7 +31399,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 494, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -32833,7 +32833,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 380, + "weight": 376, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -32905,7 +32905,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 376, + "weight": 372, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -32987,7 +32987,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 382, + "weight": 378, "cookies": false, "type": "", "demo": "tablesdb\/list-usage.md", @@ -33082,7 +33082,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 377, + "weight": 373, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -33141,7 +33141,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 378, + "weight": 374, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -33219,7 +33219,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 379, + "weight": 375, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -33278,7 +33278,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 387, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -33361,7 +33361,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 383, + "weight": 379, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -33469,7 +33469,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 384, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -33539,7 +33539,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 385, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -33643,7 +33643,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 386, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -33713,7 +33713,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 392, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -33797,7 +33797,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 393, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -33906,7 +33906,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 394, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -34017,7 +34017,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 395, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -34126,7 +34126,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 396, + "weight": 392, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -34237,7 +34237,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 397, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -34346,7 +34346,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 398, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -34457,7 +34457,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 399, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -34576,7 +34576,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 400, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -34697,7 +34697,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 401, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -34818,7 +34818,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 402, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -34941,7 +34941,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 403, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -35062,7 +35062,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 404, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -35185,7 +35185,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 405, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -35294,7 +35294,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 406, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -35392,7 +35392,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric line attribute.", + "description": "Create a geometric line column.", "responses": { "202": { "description": "ColumnLine", @@ -35405,7 +35405,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 407, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -35496,7 +35496,7 @@ "tags": [ "tablesDB" ], - "description": "Update a line column. Changing the `default` value will not update already existing documents.", + "description": "Update a line column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnLine", @@ -35509,7 +35509,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 408, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -35606,7 +35606,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric point attribute.", + "description": "Create a geometric point column.", "responses": { "202": { "description": "ColumnPoint", @@ -35619,7 +35619,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 409, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -35710,7 +35710,7 @@ "tags": [ "tablesDB" ], - "description": "Update a point column. Changing the `default` value will not update already existing documents.", + "description": "Update a point column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnPoint", @@ -35723,7 +35723,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 410, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -35820,7 +35820,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric polygon attribute.", + "description": "Create a geometric polygon column.", "responses": { "202": { "description": "ColumnPolygon", @@ -35833,7 +35833,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 411, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -35924,7 +35924,7 @@ "tags": [ "tablesDB" ], - "description": "Update a polygon column. Changing the `default` value will not update already existing documents.", + "description": "Update a polygon column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnPolygon", @@ -35937,7 +35937,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 412, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -36047,7 +36047,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 413, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -36183,7 +36183,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 415, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -36305,7 +36305,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 416, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -36422,7 +36422,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 417, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -36531,7 +36531,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 418, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -36671,7 +36671,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 390, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -36743,7 +36743,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 391, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -36822,7 +36822,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 414, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -36927,7 +36927,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 422, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -37009,7 +37009,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 419, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -37140,7 +37140,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 420, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -37212,7 +37212,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 421, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -37289,7 +37289,7 @@ "x-appwrite": { "method": "listTableLogs", "group": "tables", - "weight": 388, + "weight": 384, "cookies": false, "type": "", "demo": "tablesdb\/list-table-logs.md", @@ -37370,7 +37370,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 431, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -37454,7 +37454,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 423, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -37585,7 +37585,7 @@ }, "rows": { "type": "array", - "description": "Array of documents data as JSON objects.", + "description": "Array of rows data as JSON objects.", "default": [], "x-example": null, "items": { @@ -37622,7 +37622,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 428, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -37742,7 +37742,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 426, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -37837,7 +37837,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 430, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -37926,7 +37926,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 424, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -38018,7 +38018,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 427, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -38152,7 +38152,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 425, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -38251,7 +38251,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 429, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -38331,7 +38331,7 @@ "x-appwrite": { "method": "listRowLogs", "group": "logs", - "weight": 432, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/list-row-logs.md", @@ -38422,7 +38422,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 434, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -38533,7 +38533,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 433, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -38642,7 +38642,7 @@ "x-appwrite": { "method": "getTableUsage", "group": null, - "weight": 389, + "weight": 385, "cookies": false, "type": "", "demo": "tablesdb\/get-table-usage.md", @@ -38731,7 +38731,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 381, + "weight": 377, "cookies": false, "type": "", "demo": "tablesdb\/get-usage.md", diff --git a/app/config/specs/swagger2-latest-server.json b/app/config/specs/swagger2-latest-server.json index 166a1f74e5..98077f1050 100644 --- a/app/config/specs/swagger2-latest-server.json +++ b/app/config/specs/swagger2-latest-server.json @@ -4693,7 +4693,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 320, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -4798,7 +4798,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 316, + "weight": 312, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -4917,7 +4917,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 317, + "weight": 313, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5010,7 +5010,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 318, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -5125,7 +5125,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 319, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -5217,7 +5217,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 328, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -5302,7 +5302,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 324, + "weight": 320, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -5412,7 +5412,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 325, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -5484,7 +5484,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 326, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -5590,7 +5590,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 327, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -5662,7 +5662,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 345, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -5748,7 +5748,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 346, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -5859,7 +5859,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 347, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -5972,7 +5972,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 348, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -6083,7 +6083,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 349, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -6196,7 +6196,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 350, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -6307,7 +6307,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 351, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -6420,7 +6420,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 352, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -6541,7 +6541,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 353, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -6664,7 +6664,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 354, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -6787,7 +6787,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 355, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -6912,7 +6912,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 356, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7035,7 +7035,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 357, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -7160,7 +7160,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 358, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -7271,7 +7271,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 359, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -7384,7 +7384,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 360, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -7490,7 +7490,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 361, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -7589,7 +7589,7 @@ "tags": [ "databases" ], - "description": "Create a geometric 2d point attribute.", + "description": "Create a geometric point attribute.", "responses": { "202": { "description": "AttributePoint", @@ -7602,7 +7602,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 362, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -7708,7 +7708,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 363, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -7820,7 +7820,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 364, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -7926,7 +7926,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 365, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -8038,7 +8038,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 366, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -8176,7 +8176,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 368, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -8300,7 +8300,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 369, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -8419,7 +8419,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 370, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -8530,7 +8530,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 371, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -8672,7 +8672,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 343, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -8746,7 +8746,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 344, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -8827,7 +8827,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 367, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -8934,7 +8934,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 339, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -9021,7 +9021,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 331, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -9202,7 +9202,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 336, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -9329,7 +9329,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 334, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -9426,7 +9426,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 338, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -9517,7 +9517,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 332, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -9612,7 +9612,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 335, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -9758,7 +9758,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 333, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -9860,7 +9860,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 337, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -9945,7 +9945,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 342, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -10059,7 +10059,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 341, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -10171,7 +10171,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 375, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -10255,7 +10255,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 372, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -10388,7 +10388,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 373, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -10462,7 +10462,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 374, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -10541,7 +10541,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 444, + "weight": 440, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -10614,7 +10614,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 441, + "weight": 437, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -10866,7 +10866,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 446, + "weight": 442, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -10916,7 +10916,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 447, + "weight": 443, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -10967,7 +10967,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 442, + "weight": 438, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -11027,7 +11027,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 443, + "weight": 439, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -11275,7 +11275,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 445, + "weight": 441, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -11337,7 +11337,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 450, + "weight": 446, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -11415,7 +11415,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 451, + "weight": 447, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -11496,7 +11496,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 448, + "weight": 444, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -11589,7 +11589,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 456, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -11675,7 +11675,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 453, + "weight": 449, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -11782,7 +11782,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 454, + "weight": 450, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -11879,7 +11879,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 449, + "weight": 445, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -11942,7 +11942,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 452, + "weight": 448, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -12010,7 +12010,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 455, + "weight": 451, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -12096,7 +12096,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 457, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -12164,7 +12164,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 460, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -12239,7 +12239,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 458, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -12358,7 +12358,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 459, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -12424,7 +12424,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 461, + "weight": 457, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -12492,7 +12492,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 466, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -12552,7 +12552,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 464, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -12643,7 +12643,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 465, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -12711,7 +12711,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 467, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -12804,7 +12804,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 468, + "weight": 464, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -12874,7 +12874,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 254, + "weight": 250, "cookies": false, "type": "graphql", "demo": "graphql\/query.md", @@ -12949,7 +12949,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 253, + "weight": 249, "cookies": false, "type": "graphql", "demo": "graphql\/mutation.md", @@ -14731,7 +14731,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 308, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -14807,7 +14807,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 305, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -14966,7 +14966,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 312, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -15122,7 +15122,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 307, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -15318,7 +15318,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 314, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -15513,7 +15513,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 306, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -15702,7 +15702,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 313, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -15885,7 +15885,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 311, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -15941,7 +15941,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 315, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -16002,7 +16002,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 309, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -16075,7 +16075,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 310, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -16148,7 +16148,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 280, + "weight": 276, "cookies": false, "type": "", "demo": "messaging\/list-providers.md", @@ -16224,7 +16224,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 279, + "weight": 275, "cookies": false, "type": "", "demo": "messaging\/create-apns-provider.md", @@ -16412,7 +16412,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 292, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -16596,7 +16596,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 278, + "weight": 274, "cookies": false, "type": "", "demo": "messaging\/create-fcm-provider.md", @@ -16752,7 +16752,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 291, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -16904,7 +16904,7 @@ "x-appwrite": { "method": "createMailgunProvider", "group": "providers", - "weight": 270, + "weight": 266, "cookies": false, "type": "", "demo": "messaging\/create-mailgun-provider.md", @@ -17032,7 +17032,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 283, + "weight": 279, "cookies": false, "type": "", "demo": "messaging\/update-mailgun-provider.md", @@ -17158,7 +17158,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 273, + "weight": 269, "cookies": false, "type": "", "demo": "messaging\/create-msg-91-provider.md", @@ -17262,7 +17262,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 286, + "weight": 282, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -17364,7 +17364,7 @@ "x-appwrite": { "method": "createSendgridProvider", "group": "providers", - "weight": 271, + "weight": 267, "cookies": false, "type": "", "demo": "messaging\/create-sendgrid-provider.md", @@ -17480,7 +17480,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 284, + "weight": 280, "cookies": false, "type": "", "demo": "messaging\/update-sendgrid-provider.md", @@ -17594,7 +17594,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 272, + "weight": 268, "cookies": false, "type": "", "demo": "messaging\/create-smtp-provider.md", @@ -17840,7 +17840,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 285, + "weight": 281, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -18079,7 +18079,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 274, + "weight": 270, "cookies": false, "type": "", "demo": "messaging\/create-telesign-provider.md", @@ -18183,7 +18183,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 287, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -18285,7 +18285,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 275, + "weight": 271, "cookies": false, "type": "", "demo": "messaging\/create-textmagic-provider.md", @@ -18389,7 +18389,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 288, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -18491,7 +18491,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 276, + "weight": 272, "cookies": false, "type": "", "demo": "messaging\/create-twilio-provider.md", @@ -18595,7 +18595,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 289, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -18697,7 +18697,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 277, + "weight": 273, "cookies": false, "type": "", "demo": "messaging\/create-vonage-provider.md", @@ -18801,7 +18801,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 290, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -18901,7 +18901,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 282, + "weight": 278, "cookies": false, "type": "", "demo": "messaging\/get-provider.md", @@ -18957,7 +18957,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 293, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -19018,7 +19018,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 281, + "weight": 277, "cookies": false, "type": "", "demo": "messaging\/list-provider-logs.md", @@ -19091,7 +19091,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 302, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -19164,7 +19164,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 295, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -19238,7 +19238,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 294, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -19327,7 +19327,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 297, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -19388,7 +19388,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 298, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -19468,7 +19468,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 299, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -19529,7 +19529,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 296, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -19602,7 +19602,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 301, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -19684,7 +19684,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 300, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -19773,7 +19773,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 303, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -19837,7 +19837,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 304, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -19909,7 +19909,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 473, + "weight": 469, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -19982,7 +19982,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 471, + "weight": 467, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -20250,7 +20250,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 476, + "weight": 472, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -20300,7 +20300,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 499, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -20351,7 +20351,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 472, + "weight": 468, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -20411,7 +20411,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 474, + "weight": 470, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -20674,7 +20674,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 475, + "weight": 471, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -20736,7 +20736,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 482, + "weight": 478, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -20814,7 +20814,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 481, + "weight": 477, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -20895,7 +20895,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 477, + "weight": 473, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -20996,7 +20996,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 485, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -21076,7 +21076,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 478, + "weight": 474, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -21183,7 +21183,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 479, + "weight": 475, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -21281,7 +21281,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 480, + "weight": 476, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -21344,7 +21344,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 483, + "weight": 479, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -21412,7 +21412,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 484, + "weight": 480, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -21498,7 +21498,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 486, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -21566,7 +21566,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 488, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -21638,7 +21638,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 487, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -21703,7 +21703,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 489, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -21771,7 +21771,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 492, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -21831,7 +21831,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 490, + "weight": 486, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -21922,7 +21922,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 491, + "weight": 487, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -21990,7 +21990,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 493, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -22083,7 +22083,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 494, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -23391,7 +23391,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 380, + "weight": 376, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -23464,7 +23464,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 376, + "weight": 372, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -23547,7 +23547,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 377, + "weight": 373, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -23607,7 +23607,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 378, + "weight": 374, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -23686,7 +23686,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 379, + "weight": 375, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -23746,7 +23746,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 387, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -23830,7 +23830,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 383, + "weight": 379, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -23939,7 +23939,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 384, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -24010,7 +24010,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 385, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -24115,7 +24115,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 386, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -24186,7 +24186,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 392, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -24271,7 +24271,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 393, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -24381,7 +24381,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 394, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -24493,7 +24493,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 395, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -24603,7 +24603,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 396, + "weight": 392, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -24715,7 +24715,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 397, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -24825,7 +24825,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 398, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -24937,7 +24937,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 399, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -25057,7 +25057,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 400, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -25179,7 +25179,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 401, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -25301,7 +25301,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 402, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -25425,7 +25425,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 403, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -25547,7 +25547,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 404, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -25671,7 +25671,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 405, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -25781,7 +25781,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 406, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -25880,7 +25880,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric line attribute.", + "description": "Create a geometric line column.", "responses": { "202": { "description": "ColumnLine", @@ -25893,7 +25893,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 407, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -25985,7 +25985,7 @@ "tags": [ "tablesDB" ], - "description": "Update a line column. Changing the `default` value will not update already existing documents.", + "description": "Update a line column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnLine", @@ -25998,7 +25998,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 408, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -26096,7 +26096,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric point attribute.", + "description": "Create a geometric point column.", "responses": { "202": { "description": "ColumnPoint", @@ -26109,7 +26109,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 409, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -26201,7 +26201,7 @@ "tags": [ "tablesDB" ], - "description": "Update a point column. Changing the `default` value will not update already existing documents.", + "description": "Update a point column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnPoint", @@ -26214,7 +26214,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 410, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -26312,7 +26312,7 @@ "tags": [ "tablesDB" ], - "description": "Create a geometric polygon attribute.", + "description": "Create a geometric polygon column.", "responses": { "202": { "description": "ColumnPolygon", @@ -26325,7 +26325,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 411, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -26417,7 +26417,7 @@ "tags": [ "tablesDB" ], - "description": "Update a polygon column. Changing the `default` value will not update already existing documents.", + "description": "Update a polygon column. Changing the `default` value will not update already existing rows.", "responses": { "200": { "description": "ColumnPolygon", @@ -26430,7 +26430,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 412, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -26541,7 +26541,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 413, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -26678,7 +26678,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 415, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -26801,7 +26801,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 416, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -26919,7 +26919,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 417, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -27029,7 +27029,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 418, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -27170,7 +27170,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 390, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -27243,7 +27243,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 391, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -27323,7 +27323,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 414, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -27429,7 +27429,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 422, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -27512,7 +27512,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 419, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -27644,7 +27644,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 420, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -27717,7 +27717,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 421, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -27795,7 +27795,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 431, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -27881,7 +27881,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 423, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -28016,7 +28016,7 @@ }, "rows": { "type": "array", - "description": "Array of documents data as JSON objects.", + "description": "Array of rows data as JSON objects.", "default": [], "x-example": null, "items": { @@ -28053,7 +28053,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 428, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -28175,7 +28175,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 426, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -28271,7 +28271,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 430, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -28361,7 +28361,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 424, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -28455,7 +28455,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 427, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -28592,7 +28592,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 425, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -28693,7 +28693,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 429, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -28777,7 +28777,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 434, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -28890,7 +28890,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 433, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", diff --git a/app/controllers/api/proxy.php b/app/controllers/api/proxy.php deleted file mode 100644 index 4a64448335..0000000000 --- a/app/controllers/api/proxy.php +++ /dev/null @@ -1,318 +0,0 @@ -groups(['api', 'proxy']) - ->desc('List rules') - ->label('scope', 'rules.read') - ->label('sdk', new Method( - namespace: 'proxy', - group: null, - name: 'listRules', - description: '/docs/references/proxy/list-rules.md', - auth: [AuthType::ADMIN], - responses: [ - new SDKResponse( - code: Response::STATUS_CODE_OK, - model: Response::MODEL_PROXY_RULE_LIST, - ) - ] - )) - ->param('queries', [], new Rules(), 'Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/databases#querying-documents). Maximum of ' . APP_LIMIT_ARRAY_PARAMS_SIZE . ' queries are allowed, each ' . APP_LIMIT_ARRAY_ELEMENT_SIZE . ' characters long. You may filter on the following attributes: ' . implode(', ', Rules::ALLOWED_ATTRIBUTES), true) - ->param('search', '', new Text(256), 'Search term to filter your list results. Max length: 256 chars.', true) - ->inject('response') - ->inject('project') - ->inject('dbForPlatform') - ->action(function (array $queries, string $search, Response $response, Document $project, Database $dbForPlatform) { - try { - $queries = Query::parseQueries($queries); - } catch (QueryException $e) { - throw new Exception(Exception::GENERAL_QUERY_INVALID, $e->getMessage()); - } - - if (!empty($search)) { - $queries[] = Query::search('search', $search); - } - - $queries[] = Query::equal('projectInternalId', [$project->getSequence()]); - - /** - * Get cursor document if there was a cursor query, we use array_filter and reset for reference $cursor to $queries - */ - $cursor = \array_filter($queries, function ($query) { - return \in_array($query->getMethod(), [Query::TYPE_CURSOR_AFTER, Query::TYPE_CURSOR_BEFORE]); - }); - $cursor = reset($cursor); - if ($cursor) { - /** @var Query $cursor */ - - $validator = new Cursor(); - if (!$validator->isValid($cursor)) { - throw new Exception(Exception::GENERAL_QUERY_INVALID, $validator->getDescription()); - } - - $ruleId = $cursor->getValue(); - $cursorDocument = $dbForPlatform->getDocument('rules', $ruleId); - - if ($cursorDocument->isEmpty()) { - throw new Exception(Exception::GENERAL_CURSOR_NOT_FOUND, "Rule '{$ruleId}' for the 'cursor' value not found."); - } - - $cursor->setValue($cursorDocument); - } - - $filterQueries = Query::groupByType($queries)['filters']; - - $rules = $dbForPlatform->find('rules', $queries); - foreach ($rules as $rule) { - $certificate = $dbForPlatform->getDocument('certificates', $rule->getAttribute('certificateId', '')); - $rule->setAttribute('logs', $certificate->getAttribute('logs', '')); - $rule->setAttribute('renewAt', $certificate->getAttribute('renewDate', '')); - } - - $response->dynamic(new Document([ - 'rules' => $rules, - 'total' => $dbForPlatform->count('rules', $filterQueries, APP_LIMIT_COUNT), - ]), Response::MODEL_PROXY_RULE_LIST); - }); - -App::get('/v1/proxy/rules/:ruleId') - ->groups(['api', 'proxy']) - ->desc('Get rule') - ->label('scope', 'rules.read') - ->label('sdk', new Method( - namespace: 'proxy', - group: null, - name: 'getRule', - description: '/docs/references/proxy/get-rule.md', - auth: [AuthType::ADMIN], - responses: [ - new SDKResponse( - code: Response::STATUS_CODE_OK, - model: Response::MODEL_PROXY_RULE, - ) - ] - )) - ->param('ruleId', '', new UID(), 'Rule ID.') - ->inject('response') - ->inject('project') - ->inject('dbForPlatform') - ->action(function (string $ruleId, Response $response, Document $project, Database $dbForPlatform) { - $rule = $dbForPlatform->getDocument('rules', $ruleId); - - if ($rule->isEmpty() || $rule->getAttribute('projectInternalId') !== $project->getSequence()) { - throw new Exception(Exception::RULE_NOT_FOUND); - } - - $certificate = $dbForPlatform->getDocument('certificates', $rule->getAttribute('certificateId', '')); - $rule->setAttribute('logs', $certificate->getAttribute('logs', '')); - $rule->setAttribute('renewAt', $certificate->getAttribute('renewDate', '')); - - $response->dynamic($rule, Response::MODEL_PROXY_RULE); - }); - -App::delete('/v1/proxy/rules/:ruleId') - ->groups(['api', 'proxy']) - ->desc('Delete rule') - ->label('scope', 'rules.write') - ->label('event', 'rules.[ruleId].delete') - ->label('audits.event', 'rules.delete') - ->label('audits.resource', 'rule/{request.ruleId}') - ->label('sdk', new Method( - namespace: 'proxy', - group: null, - name: 'deleteRule', - description: '/docs/references/proxy/delete-rule.md', - auth: [AuthType::ADMIN], - responses: [ - new SDKResponse( - code: Response::STATUS_CODE_NOCONTENT, - model: Response::MODEL_NONE, - ) - ], - contentType: ContentType::NONE - )) - ->param('ruleId', '', new UID(), 'Rule ID.') - ->inject('response') - ->inject('project') - ->inject('dbForPlatform') - ->inject('queueForDeletes') - ->inject('queueForEvents') - ->action(function (string $ruleId, Response $response, Document $project, Database $dbForPlatform, Delete $queueForDeletes, Event $queueForEvents) { - $rule = $dbForPlatform->getDocument('rules', $ruleId); - - if ($rule->isEmpty() || $rule->getAttribute('projectInternalId') !== $project->getSequence()) { - throw new Exception(Exception::RULE_NOT_FOUND); - } - - $dbForPlatform->deleteDocument('rules', $rule->getId()); - - $queueForDeletes - ->setType(DELETE_TYPE_DOCUMENT) - ->setDocument($rule); - - $queueForEvents->setParam('ruleId', $rule->getId()); - - $response->noContent(); - }); - -App::patch('/v1/proxy/rules/:ruleId/verification') - ->desc('Update rule verification status') - ->groups(['api', 'proxy']) - ->label('scope', 'rules.write') - ->label('event', 'rules.[ruleId].update') - ->label('audits.event', 'rule.update') - ->label('audits.resource', 'rule/{response.$id}') - ->label('sdk', new Method( - namespace: 'proxy', - group: null, - name: 'updateRuleVerification', - description: '/docs/references/proxy/update-rule-verification.md', - auth: [AuthType::ADMIN], - responses: [ - new SDKResponse( - code: Response::STATUS_CODE_OK, - model: Response::MODEL_PROXY_RULE, - ) - ] - )) - ->param('ruleId', '', new UID(), 'Rule ID.') - ->inject('response') - ->inject('queueForCertificates') - ->inject('queueForEvents') - ->inject('project') - ->inject('dbForPlatform') - ->inject('log') - ->action(function (string $ruleId, Response $response, Certificate $queueForCertificates, Event $queueForEvents, Document $project, Database $dbForPlatform, Log $log) { - $rule = $dbForPlatform->getDocument('rules', $ruleId); - - if ($rule->isEmpty() || $rule->getAttribute('projectInternalId') !== $project->getSequence()) { - throw new Exception(Exception::RULE_NOT_FOUND); - } - - $targetCNAME = null; - switch ($rule->getAttribute('type', '')) { - case 'api': - // For example: fra.cloud.appwrite.io - $targetCNAME = new Domain(System::getEnv('_APP_DOMAIN_TARGET_CNAME', '')); - break; - case 'redirect': - // For example: appwrite.network - $targetCNAME = new Domain(System::getEnv('_APP_DOMAIN_SITES', '')); - break; - case 'deployment': - switch ($rule->getAttribute('deploymentResourceType', '')) { - case 'function': - // For example: fra.appwrite.run - $targetCNAME = new Domain(System::getEnv('_APP_DOMAIN_FUNCTIONS', '')); - break; - case 'site': - // For example: appwrite.network - $targetCNAME = new Domain(System::getEnv('_APP_DOMAIN_SITES', '')); - break; - default: - break; - } - // no break - default: - break; - } - - $validators = []; - - if (!is_null($targetCNAME)) { - if ($targetCNAME->isKnown() && !$targetCNAME->isTest()) { - $validators[] = new DNS($targetCNAME->get(), DNS::RECORD_CNAME); - } - } - - if ((new IP(IP::V4))->isValid(System::getEnv('_APP_DOMAIN_TARGET_A', ''))) { - $validators[] = new DNS(System::getEnv('_APP_DOMAIN_TARGET_A', ''), DNS::RECORD_A); - } - if ((new IP(IP::V6))->isValid(System::getEnv('_APP_DOMAIN_TARGET_AAAA', ''))) { - $validators[] = new DNS(System::getEnv('_APP_DOMAIN_TARGET_AAAA', ''), DNS::RECORD_AAAA); - } - - if (empty($validators)) { - throw new Exception(Exception::GENERAL_SERVER_ERROR, 'At least one of domain targets environment variable must be configured.'); - } - - if ($rule->getAttribute('verification') === true) { - return $response->dynamic($rule, Response::MODEL_PROXY_RULE); - } - - $validator = new AnyOf($validators, AnyOf::TYPE_STRING); - $domain = new Domain($rule->getAttribute('domain', '')); - - $validationStart = \microtime(true); - if (!$validator->isValid($domain->get())) { - $log->addExtra('dnsTiming', \strval(\microtime(true) - $validationStart)); - $log->addTag('dnsDomain', $domain->get()); - - $errors = []; - foreach ($validators as $validator) { - if (!empty($validator->getLogs())) { - $errors[] = $validator->getLogs(); - } - } - - $error = \implode("\n", $errors); - $log->addExtra('dnsResponse', \is_array($error) ? \json_encode($error) : \strval($error)); - - throw new Exception(Exception::RULE_VERIFICATION_FAILED); - } - - // Ensure CAA won't block certificate issuance - if (!empty(System::getEnv('_APP_DOMAIN_TARGET_CAA', ''))) { - $validationStart = \microtime(true); - $validator = new DNS(System::getEnv('_APP_DOMAIN_TARGET_CAA', ''), DNS::RECORD_CAA); - if (!$validator->isValid($domain->get())) { - $log->addExtra('dnsTimingCaa', \strval(\microtime(true) - $validationStart)); - $log->addTag('dnsDomain', $domain->get()); - $error = $validator->getDescription(); - $log->addExtra('dnsResponse', \is_array($error) ? \json_encode($error) : \strval($error)); - throw new Exception(Exception::RULE_VERIFICATION_FAILED, 'Domain verification failed because CAA records do not allow Appwrite\'s certificate issuer.'); - } - } - - $dbForPlatform->updateDocument('rules', $rule->getId(), $rule->setAttribute('status', 'verifying')); - - // Issue a TLS certificate when domain is verified - $queueForCertificates - ->setDomain(new Document([ - 'domain' => $rule->getAttribute('domain'), - 'domainType' => $rule->getAttribute('deploymentResourceType', $rule->getAttribute('type')), - ])) - ->trigger(); - - $queueForEvents->setParam('ruleId', $rule->getId()); - - $certificate = $dbForPlatform->getDocument('certificates', $rule->getAttribute('certificateId', '')); - $rule->setAttribute('logs', $certificate->getAttribute('logs', '')); - - $response->dynamic($rule, Response::MODEL_PROXY_RULE); - }); diff --git a/composer.lock b/composer.lock index d9a098fb19..48a34e76f3 100644 --- a/composer.lock +++ b/composer.lock @@ -3638,16 +3638,16 @@ }, { "name": "utopia-php/database", - "version": "1.4.4", + "version": "1.4.6", "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "16f96e5d9784dae87d4f6b864e87da8e3be15507" + "reference": "c7dcfd8a5671944d1a9a454cbf26b95a8bd47544" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/16f96e5d9784dae87d4f6b864e87da8e3be15507", - "reference": "16f96e5d9784dae87d4f6b864e87da8e3be15507", + "url": "https://api.github.com/repos/utopia-php/database/zipball/c7dcfd8a5671944d1a9a454cbf26b95a8bd47544", + "reference": "c7dcfd8a5671944d1a9a454cbf26b95a8bd47544", "shasum": "" }, "require": { @@ -3688,9 +3688,9 @@ ], "support": { "issues": "https://github.com/utopia-php/database/issues", - "source": "https://github.com/utopia-php/database/tree/1.4.4" + "source": "https://github.com/utopia-php/database/tree/1.4.6" }, - "time": "2025-09-10T00:50:05+00:00" + "time": "2025-09-11T06:01:47+00:00" }, { "name": "utopia-php/detector", @@ -6236,16 +6236,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.25", + "version": "9.6.26", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "049c011e01be805202d8eebedef49f769a8ec7b7" + "reference": "a0139ea157533454f611038326f3020b3051f129" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/049c011e01be805202d8eebedef49f769a8ec7b7", - "reference": "049c011e01be805202d8eebedef49f769a8ec7b7", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a0139ea157533454f611038326f3020b3051f129", + "reference": "a0139ea157533454f611038326f3020b3051f129", "shasum": "" }, "require": { @@ -6319,7 +6319,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.25" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.26" }, "funding": [ { @@ -6343,7 +6343,7 @@ "type": "tidelift" } ], - "time": "2025-08-20T14:38:31+00:00" + "time": "2025-09-11T06:17:45+00:00" }, { "name": "psr/cache", @@ -8512,7 +8512,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { @@ -8536,5 +8536,5 @@ "platform-overrides": { "php": "8.3" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } diff --git a/docs/examples/1.8.x/console-web/examples/databases/create-line-attribute.md b/docs/examples/1.8.x/console-web/examples/databases/create-line-attribute.md index 3f8ef6dd9d..113ccc8028 100644 --- a/docs/examples/1.8.x/console-web/examples/databases/create-line-attribute.md +++ b/docs/examples/1.8.x/console-web/examples/databases/create-line-attribute.md @@ -11,7 +11,7 @@ const result = await databases.createLineAttribute({ collectionId: '', key: '', required: false, - default: '' // optional + default: [[1, 2], [3, 4], [5, 6]] // optional }); console.log(result); diff --git a/docs/examples/1.8.x/console-web/examples/databases/create-point-attribute.md b/docs/examples/1.8.x/console-web/examples/databases/create-point-attribute.md index 2e4e46ae6f..8e24fb9c0f 100644 --- a/docs/examples/1.8.x/console-web/examples/databases/create-point-attribute.md +++ b/docs/examples/1.8.x/console-web/examples/databases/create-point-attribute.md @@ -11,7 +11,7 @@ const result = await databases.createPointAttribute({ collectionId: '', key: '', required: false, - default: '' // optional + default: [1, 2] // optional }); console.log(result); diff --git a/docs/examples/1.8.x/console-web/examples/databases/create-polygon-attribute.md b/docs/examples/1.8.x/console-web/examples/databases/create-polygon-attribute.md index d25177d846..82c2e519f0 100644 --- a/docs/examples/1.8.x/console-web/examples/databases/create-polygon-attribute.md +++ b/docs/examples/1.8.x/console-web/examples/databases/create-polygon-attribute.md @@ -11,7 +11,7 @@ const result = await databases.createPolygonAttribute({ collectionId: '', key: '', required: false, - default: '' // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]] // optional }); console.log(result); diff --git a/docs/examples/1.8.x/console-web/examples/databases/update-line-attribute.md b/docs/examples/1.8.x/console-web/examples/databases/update-line-attribute.md index bceac57b93..85190fc085 100644 --- a/docs/examples/1.8.x/console-web/examples/databases/update-line-attribute.md +++ b/docs/examples/1.8.x/console-web/examples/databases/update-line-attribute.md @@ -11,7 +11,7 @@ const result = await databases.updateLineAttribute({ collectionId: '', key: '', required: false, - default: '', // optional + default: [[1, 2], [3, 4], [5, 6]], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/console-web/examples/databases/update-point-attribute.md b/docs/examples/1.8.x/console-web/examples/databases/update-point-attribute.md index 50799cb639..ec4a2c02c1 100644 --- a/docs/examples/1.8.x/console-web/examples/databases/update-point-attribute.md +++ b/docs/examples/1.8.x/console-web/examples/databases/update-point-attribute.md @@ -11,7 +11,7 @@ const result = await databases.updatePointAttribute({ collectionId: '', key: '', required: false, - default: '', // optional + default: [1, 2], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/console-web/examples/databases/update-polygon-attribute.md b/docs/examples/1.8.x/console-web/examples/databases/update-polygon-attribute.md index 51d6364e8c..4fa9eb197b 100644 --- a/docs/examples/1.8.x/console-web/examples/databases/update-polygon-attribute.md +++ b/docs/examples/1.8.x/console-web/examples/databases/update-polygon-attribute.md @@ -11,7 +11,7 @@ const result = await databases.updatePolygonAttribute({ collectionId: '', key: '', required: false, - default: '', // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/console-web/examples/tablesdb/create-line-column.md b/docs/examples/1.8.x/console-web/examples/tablesdb/create-line-column.md index f2229a1782..05b4ec76d0 100644 --- a/docs/examples/1.8.x/console-web/examples/tablesdb/create-line-column.md +++ b/docs/examples/1.8.x/console-web/examples/tablesdb/create-line-column.md @@ -11,7 +11,7 @@ const result = await tablesDB.createLineColumn({ tableId: '', key: '', required: false, - default: '' // optional + default: [[1, 2], [3, 4], [5, 6]] // optional }); console.log(result); diff --git a/docs/examples/1.8.x/console-web/examples/tablesdb/create-point-column.md b/docs/examples/1.8.x/console-web/examples/tablesdb/create-point-column.md index 7240a8632e..a2c94fb247 100644 --- a/docs/examples/1.8.x/console-web/examples/tablesdb/create-point-column.md +++ b/docs/examples/1.8.x/console-web/examples/tablesdb/create-point-column.md @@ -11,7 +11,7 @@ const result = await tablesDB.createPointColumn({ tableId: '', key: '', required: false, - default: '' // optional + default: [1, 2] // optional }); console.log(result); diff --git a/docs/examples/1.8.x/console-web/examples/tablesdb/create-polygon-column.md b/docs/examples/1.8.x/console-web/examples/tablesdb/create-polygon-column.md index 2908a1e88e..5de3ece01a 100644 --- a/docs/examples/1.8.x/console-web/examples/tablesdb/create-polygon-column.md +++ b/docs/examples/1.8.x/console-web/examples/tablesdb/create-polygon-column.md @@ -11,7 +11,7 @@ const result = await tablesDB.createPolygonColumn({ tableId: '', key: '', required: false, - default: '' // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]] // optional }); console.log(result); diff --git a/docs/examples/1.8.x/console-web/examples/tablesdb/update-line-column.md b/docs/examples/1.8.x/console-web/examples/tablesdb/update-line-column.md index 12f31b9092..38b5aedb37 100644 --- a/docs/examples/1.8.x/console-web/examples/tablesdb/update-line-column.md +++ b/docs/examples/1.8.x/console-web/examples/tablesdb/update-line-column.md @@ -11,7 +11,7 @@ const result = await tablesDB.updateLineColumn({ tableId: '', key: '', required: false, - default: '', // optional + default: [[1, 2], [3, 4], [5, 6]], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/console-web/examples/tablesdb/update-point-column.md b/docs/examples/1.8.x/console-web/examples/tablesdb/update-point-column.md index d811cc13b6..f361d4c5bc 100644 --- a/docs/examples/1.8.x/console-web/examples/tablesdb/update-point-column.md +++ b/docs/examples/1.8.x/console-web/examples/tablesdb/update-point-column.md @@ -11,7 +11,7 @@ const result = await tablesDB.updatePointColumn({ tableId: '', key: '', required: false, - default: '', // optional + default: [1, 2], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/console-web/examples/tablesdb/update-polygon-column.md b/docs/examples/1.8.x/console-web/examples/tablesdb/update-polygon-column.md index 5a7b41eff6..64b60d7630 100644 --- a/docs/examples/1.8.x/console-web/examples/tablesdb/update-polygon-column.md +++ b/docs/examples/1.8.x/console-web/examples/tablesdb/update-polygon-column.md @@ -11,7 +11,7 @@ const result = await tablesDB.updatePolygonColumn({ tableId: '', key: '', required: false, - default: '', // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/server-dart/examples/databases/create-line-attribute.md b/docs/examples/1.8.x/server-dart/examples/databases/create-line-attribute.md index ddbe06ccd1..74e8e406b8 100644 --- a/docs/examples/1.8.x/server-dart/examples/databases/create-line-attribute.md +++ b/docs/examples/1.8.x/server-dart/examples/databases/create-line-attribute.md @@ -12,5 +12,5 @@ AttributeLine result = await databases.createLineAttribute( collectionId: '', key: '', xrequired: false, - xdefault: '', // (optional) + xdefault: [[1, 2], [3, 4], [5, 6]], // (optional) ); diff --git a/docs/examples/1.8.x/server-dart/examples/databases/create-point-attribute.md b/docs/examples/1.8.x/server-dart/examples/databases/create-point-attribute.md index cc1656264c..7a630825a1 100644 --- a/docs/examples/1.8.x/server-dart/examples/databases/create-point-attribute.md +++ b/docs/examples/1.8.x/server-dart/examples/databases/create-point-attribute.md @@ -12,5 +12,5 @@ AttributePoint result = await databases.createPointAttribute( collectionId: '', key: '', xrequired: false, - xdefault: '', // (optional) + xdefault: [1, 2], // (optional) ); diff --git a/docs/examples/1.8.x/server-dart/examples/databases/create-polygon-attribute.md b/docs/examples/1.8.x/server-dart/examples/databases/create-polygon-attribute.md index 42050cc078..b0fa8d6a38 100644 --- a/docs/examples/1.8.x/server-dart/examples/databases/create-polygon-attribute.md +++ b/docs/examples/1.8.x/server-dart/examples/databases/create-polygon-attribute.md @@ -12,5 +12,5 @@ AttributePolygon result = await databases.createPolygonAttribute( collectionId: '', key: '', xrequired: false, - xdefault: '', // (optional) + xdefault: [[[1, 2], [3, 4], [5, 6], [1, 2]]], // (optional) ); diff --git a/docs/examples/1.8.x/server-dart/examples/databases/update-line-attribute.md b/docs/examples/1.8.x/server-dart/examples/databases/update-line-attribute.md index 30252b2cf7..8787e84433 100644 --- a/docs/examples/1.8.x/server-dart/examples/databases/update-line-attribute.md +++ b/docs/examples/1.8.x/server-dart/examples/databases/update-line-attribute.md @@ -12,6 +12,6 @@ AttributeLine result = await databases.updateLineAttribute( collectionId: '', key: '', xrequired: false, - xdefault: '', // (optional) + xdefault: [[1, 2], [3, 4], [5, 6]], // (optional) newKey: '', // (optional) ); diff --git a/docs/examples/1.8.x/server-dart/examples/databases/update-point-attribute.md b/docs/examples/1.8.x/server-dart/examples/databases/update-point-attribute.md index 879e007e12..d1a64941d5 100644 --- a/docs/examples/1.8.x/server-dart/examples/databases/update-point-attribute.md +++ b/docs/examples/1.8.x/server-dart/examples/databases/update-point-attribute.md @@ -12,6 +12,6 @@ AttributePoint result = await databases.updatePointAttribute( collectionId: '', key: '', xrequired: false, - xdefault: '', // (optional) + xdefault: [1, 2], // (optional) newKey: '', // (optional) ); diff --git a/docs/examples/1.8.x/server-dart/examples/databases/update-polygon-attribute.md b/docs/examples/1.8.x/server-dart/examples/databases/update-polygon-attribute.md index 043596445e..3596475911 100644 --- a/docs/examples/1.8.x/server-dart/examples/databases/update-polygon-attribute.md +++ b/docs/examples/1.8.x/server-dart/examples/databases/update-polygon-attribute.md @@ -12,6 +12,6 @@ AttributePolygon result = await databases.updatePolygonAttribute( collectionId: '', key: '', xrequired: false, - xdefault: '', // (optional) + xdefault: [[[1, 2], [3, 4], [5, 6], [1, 2]]], // (optional) newKey: '', // (optional) ); diff --git a/docs/examples/1.8.x/server-dart/examples/tablesdb/create-line-column.md b/docs/examples/1.8.x/server-dart/examples/tablesdb/create-line-column.md index f1786d5554..e9b578f466 100644 --- a/docs/examples/1.8.x/server-dart/examples/tablesdb/create-line-column.md +++ b/docs/examples/1.8.x/server-dart/examples/tablesdb/create-line-column.md @@ -12,5 +12,5 @@ ColumnLine result = await tablesDB.createLineColumn( tableId: '', key: '', xrequired: false, - xdefault: '', // (optional) + xdefault: [[1, 2], [3, 4], [5, 6]], // (optional) ); diff --git a/docs/examples/1.8.x/server-dart/examples/tablesdb/create-point-column.md b/docs/examples/1.8.x/server-dart/examples/tablesdb/create-point-column.md index e6ddf73747..6e055170dc 100644 --- a/docs/examples/1.8.x/server-dart/examples/tablesdb/create-point-column.md +++ b/docs/examples/1.8.x/server-dart/examples/tablesdb/create-point-column.md @@ -12,5 +12,5 @@ ColumnPoint result = await tablesDB.createPointColumn( tableId: '', key: '', xrequired: false, - xdefault: '', // (optional) + xdefault: [1, 2], // (optional) ); diff --git a/docs/examples/1.8.x/server-dart/examples/tablesdb/create-polygon-column.md b/docs/examples/1.8.x/server-dart/examples/tablesdb/create-polygon-column.md index 525a98ff26..5e851f86f1 100644 --- a/docs/examples/1.8.x/server-dart/examples/tablesdb/create-polygon-column.md +++ b/docs/examples/1.8.x/server-dart/examples/tablesdb/create-polygon-column.md @@ -12,5 +12,5 @@ ColumnPolygon result = await tablesDB.createPolygonColumn( tableId: '', key: '', xrequired: false, - xdefault: '', // (optional) + xdefault: [[[1, 2], [3, 4], [5, 6], [1, 2]]], // (optional) ); diff --git a/docs/examples/1.8.x/server-dart/examples/tablesdb/update-line-column.md b/docs/examples/1.8.x/server-dart/examples/tablesdb/update-line-column.md index 6d8ed43143..53d7999d6f 100644 --- a/docs/examples/1.8.x/server-dart/examples/tablesdb/update-line-column.md +++ b/docs/examples/1.8.x/server-dart/examples/tablesdb/update-line-column.md @@ -12,6 +12,6 @@ ColumnLine result = await tablesDB.updateLineColumn( tableId: '', key: '', xrequired: false, - xdefault: '', // (optional) + xdefault: [[1, 2], [3, 4], [5, 6]], // (optional) newKey: '', // (optional) ); diff --git a/docs/examples/1.8.x/server-dart/examples/tablesdb/update-point-column.md b/docs/examples/1.8.x/server-dart/examples/tablesdb/update-point-column.md index ba0415b858..5658393b07 100644 --- a/docs/examples/1.8.x/server-dart/examples/tablesdb/update-point-column.md +++ b/docs/examples/1.8.x/server-dart/examples/tablesdb/update-point-column.md @@ -12,6 +12,6 @@ ColumnPoint result = await tablesDB.updatePointColumn( tableId: '', key: '', xrequired: false, - xdefault: '', // (optional) + xdefault: [1, 2], // (optional) newKey: '', // (optional) ); diff --git a/docs/examples/1.8.x/server-dart/examples/tablesdb/update-polygon-column.md b/docs/examples/1.8.x/server-dart/examples/tablesdb/update-polygon-column.md index 7a5792d033..b98e8615a4 100644 --- a/docs/examples/1.8.x/server-dart/examples/tablesdb/update-polygon-column.md +++ b/docs/examples/1.8.x/server-dart/examples/tablesdb/update-polygon-column.md @@ -12,6 +12,6 @@ ColumnPolygon result = await tablesDB.updatePolygonColumn( tableId: '', key: '', xrequired: false, - xdefault: '', // (optional) + xdefault: [[[1, 2], [3, 4], [5, 6], [1, 2]]], // (optional) newKey: '', // (optional) ); diff --git a/docs/examples/1.8.x/server-deno/examples/databases/create-line-attribute.md b/docs/examples/1.8.x/server-deno/examples/databases/create-line-attribute.md index 65b20a5518..2f6b1f9bd2 100644 --- a/docs/examples/1.8.x/server-deno/examples/databases/create-line-attribute.md +++ b/docs/examples/1.8.x/server-deno/examples/databases/create-line-attribute.md @@ -12,5 +12,5 @@ const response = await databases.createLineAttribute({ collectionId: '', key: '', required: false, - default: '' // optional + default: [[1,2], [3, 4]] // optional }); diff --git a/docs/examples/1.8.x/server-deno/examples/databases/create-point-attribute.md b/docs/examples/1.8.x/server-deno/examples/databases/create-point-attribute.md index 6ca0bfc3ea..173c759928 100644 --- a/docs/examples/1.8.x/server-deno/examples/databases/create-point-attribute.md +++ b/docs/examples/1.8.x/server-deno/examples/databases/create-point-attribute.md @@ -12,5 +12,5 @@ const response = await databases.createPointAttribute({ collectionId: '', key: '', required: false, - default: '' // optional + default: [[1,2], [3, 4]] // optional }); diff --git a/docs/examples/1.8.x/server-deno/examples/databases/create-polygon-attribute.md b/docs/examples/1.8.x/server-deno/examples/databases/create-polygon-attribute.md index 65086b3702..13bec65296 100644 --- a/docs/examples/1.8.x/server-deno/examples/databases/create-polygon-attribute.md +++ b/docs/examples/1.8.x/server-deno/examples/databases/create-polygon-attribute.md @@ -12,5 +12,5 @@ const response = await databases.createPolygonAttribute({ collectionId: '', key: '', required: false, - default: '' // optional + default: [[1,2], [3, 4]] // optional }); diff --git a/docs/examples/1.8.x/server-deno/examples/databases/update-line-attribute.md b/docs/examples/1.8.x/server-deno/examples/databases/update-line-attribute.md index 051688199a..a9cdf41f04 100644 --- a/docs/examples/1.8.x/server-deno/examples/databases/update-line-attribute.md +++ b/docs/examples/1.8.x/server-deno/examples/databases/update-line-attribute.md @@ -12,6 +12,6 @@ const response = await databases.updateLineAttribute({ collectionId: '', key: '', required: false, - default: '', // optional + default: [[1,2], [3, 4]], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/server-deno/examples/databases/update-point-attribute.md b/docs/examples/1.8.x/server-deno/examples/databases/update-point-attribute.md index 41ae3e51ee..552db1e60e 100644 --- a/docs/examples/1.8.x/server-deno/examples/databases/update-point-attribute.md +++ b/docs/examples/1.8.x/server-deno/examples/databases/update-point-attribute.md @@ -12,6 +12,6 @@ const response = await databases.updatePointAttribute({ collectionId: '', key: '', required: false, - default: '', // optional + default: [[1,2], [3, 4]], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/server-deno/examples/databases/update-polygon-attribute.md b/docs/examples/1.8.x/server-deno/examples/databases/update-polygon-attribute.md index 91882ba6e3..fc655f0737 100644 --- a/docs/examples/1.8.x/server-deno/examples/databases/update-polygon-attribute.md +++ b/docs/examples/1.8.x/server-deno/examples/databases/update-polygon-attribute.md @@ -12,6 +12,6 @@ const response = await databases.updatePolygonAttribute({ collectionId: '', key: '', required: false, - default: '', // optional + default: [[1,2], [3, 4]], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/server-deno/examples/tablesdb/create-line-column.md b/docs/examples/1.8.x/server-deno/examples/tablesdb/create-line-column.md index cef681035f..66d02cb64d 100644 --- a/docs/examples/1.8.x/server-deno/examples/tablesdb/create-line-column.md +++ b/docs/examples/1.8.x/server-deno/examples/tablesdb/create-line-column.md @@ -12,5 +12,5 @@ const response = await tablesDB.createLineColumn({ tableId: '', key: '', required: false, - default: '' // optional + default: [[1,2], [3, 4]] // optional }); diff --git a/docs/examples/1.8.x/server-deno/examples/tablesdb/create-point-column.md b/docs/examples/1.8.x/server-deno/examples/tablesdb/create-point-column.md index 9b63b7a228..db8034e507 100644 --- a/docs/examples/1.8.x/server-deno/examples/tablesdb/create-point-column.md +++ b/docs/examples/1.8.x/server-deno/examples/tablesdb/create-point-column.md @@ -12,5 +12,5 @@ const response = await tablesDB.createPointColumn({ tableId: '', key: '', required: false, - default: '' // optional + default: [[1,2], [3, 4]] // optional }); diff --git a/docs/examples/1.8.x/server-deno/examples/tablesdb/create-polygon-column.md b/docs/examples/1.8.x/server-deno/examples/tablesdb/create-polygon-column.md index d5a2eae95b..00dbbda632 100644 --- a/docs/examples/1.8.x/server-deno/examples/tablesdb/create-polygon-column.md +++ b/docs/examples/1.8.x/server-deno/examples/tablesdb/create-polygon-column.md @@ -12,5 +12,5 @@ const response = await tablesDB.createPolygonColumn({ tableId: '', key: '', required: false, - default: '' // optional + default: [[1,2], [3, 4]] // optional }); diff --git a/docs/examples/1.8.x/server-deno/examples/tablesdb/update-line-column.md b/docs/examples/1.8.x/server-deno/examples/tablesdb/update-line-column.md index fad46a3e2b..71ddd6bdcf 100644 --- a/docs/examples/1.8.x/server-deno/examples/tablesdb/update-line-column.md +++ b/docs/examples/1.8.x/server-deno/examples/tablesdb/update-line-column.md @@ -12,6 +12,6 @@ const response = await tablesDB.updateLineColumn({ tableId: '', key: '', required: false, - default: '', // optional + default: [[1,2], [3, 4]], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/server-deno/examples/tablesdb/update-point-column.md b/docs/examples/1.8.x/server-deno/examples/tablesdb/update-point-column.md index 6461b96fce..0075c71eba 100644 --- a/docs/examples/1.8.x/server-deno/examples/tablesdb/update-point-column.md +++ b/docs/examples/1.8.x/server-deno/examples/tablesdb/update-point-column.md @@ -12,6 +12,6 @@ const response = await tablesDB.updatePointColumn({ tableId: '', key: '', required: false, - default: '', // optional + default: [[1,2], [3, 4]], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/server-deno/examples/tablesdb/update-polygon-column.md b/docs/examples/1.8.x/server-deno/examples/tablesdb/update-polygon-column.md index aa26d7b52b..c057ba4225 100644 --- a/docs/examples/1.8.x/server-deno/examples/tablesdb/update-polygon-column.md +++ b/docs/examples/1.8.x/server-deno/examples/tablesdb/update-polygon-column.md @@ -12,6 +12,6 @@ const response = await tablesDB.updatePolygonColumn({ tableId: '', key: '', required: false, - default: '', // optional + default: [[1,2], [3, 4]], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/server-dotnet/examples/databases/create-line-attribute.md b/docs/examples/1.8.x/server-dotnet/examples/databases/create-line-attribute.md index fc834cd6cd..d0de49457d 100644 --- a/docs/examples/1.8.x/server-dotnet/examples/databases/create-line-attribute.md +++ b/docs/examples/1.8.x/server-dotnet/examples/databases/create-line-attribute.md @@ -14,5 +14,5 @@ AttributeLine result = await databases.CreateLineAttribute( collectionId: "", key: "", required: false, - default: "" // optional + default: [[1, 2], [3, 4], [5, 6]] // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-dotnet/examples/databases/create-point-attribute.md b/docs/examples/1.8.x/server-dotnet/examples/databases/create-point-attribute.md index 3f8c7d56c0..4843174c1a 100644 --- a/docs/examples/1.8.x/server-dotnet/examples/databases/create-point-attribute.md +++ b/docs/examples/1.8.x/server-dotnet/examples/databases/create-point-attribute.md @@ -14,5 +14,5 @@ AttributePoint result = await databases.CreatePointAttribute( collectionId: "", key: "", required: false, - default: "" // optional + default: [1, 2] // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-dotnet/examples/databases/create-polygon-attribute.md b/docs/examples/1.8.x/server-dotnet/examples/databases/create-polygon-attribute.md index 61ce8a14d5..15c8b98696 100644 --- a/docs/examples/1.8.x/server-dotnet/examples/databases/create-polygon-attribute.md +++ b/docs/examples/1.8.x/server-dotnet/examples/databases/create-polygon-attribute.md @@ -14,5 +14,5 @@ AttributePolygon result = await databases.CreatePolygonAttribute( collectionId: "", key: "", required: false, - default: "" // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]] // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-dotnet/examples/databases/update-line-attribute.md b/docs/examples/1.8.x/server-dotnet/examples/databases/update-line-attribute.md index 51e85a4d77..0cc21572bc 100644 --- a/docs/examples/1.8.x/server-dotnet/examples/databases/update-line-attribute.md +++ b/docs/examples/1.8.x/server-dotnet/examples/databases/update-line-attribute.md @@ -14,6 +14,6 @@ AttributeLine result = await databases.UpdateLineAttribute( collectionId: "", key: "", required: false, - default: "", // optional + default: [[1, 2], [3, 4], [5, 6]], // optional newKey: "" // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-dotnet/examples/databases/update-point-attribute.md b/docs/examples/1.8.x/server-dotnet/examples/databases/update-point-attribute.md index 20822287de..3969b16074 100644 --- a/docs/examples/1.8.x/server-dotnet/examples/databases/update-point-attribute.md +++ b/docs/examples/1.8.x/server-dotnet/examples/databases/update-point-attribute.md @@ -14,6 +14,6 @@ AttributePoint result = await databases.UpdatePointAttribute( collectionId: "", key: "", required: false, - default: "", // optional + default: [1, 2], // optional newKey: "" // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-dotnet/examples/databases/update-polygon-attribute.md b/docs/examples/1.8.x/server-dotnet/examples/databases/update-polygon-attribute.md index 5d5cd108f2..1344574585 100644 --- a/docs/examples/1.8.x/server-dotnet/examples/databases/update-polygon-attribute.md +++ b/docs/examples/1.8.x/server-dotnet/examples/databases/update-polygon-attribute.md @@ -14,6 +14,6 @@ AttributePolygon result = await databases.UpdatePolygonAttribute( collectionId: "", key: "", required: false, - default: "", // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]], // optional newKey: "" // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-line-column.md b/docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-line-column.md index 13a2cde7cb..31dc069815 100644 --- a/docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-line-column.md +++ b/docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-line-column.md @@ -14,5 +14,5 @@ ColumnLine result = await tablesDB.CreateLineColumn( tableId: "", key: "", required: false, - default: "" // optional + default: [[1, 2], [3, 4], [5, 6]] // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-point-column.md b/docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-point-column.md index 9c3946144b..a1461bcc8f 100644 --- a/docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-point-column.md +++ b/docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-point-column.md @@ -14,5 +14,5 @@ ColumnPoint result = await tablesDB.CreatePointColumn( tableId: "", key: "", required: false, - default: "" // optional + default: [1, 2] // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-polygon-column.md b/docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-polygon-column.md index 2787f9b423..e1e92b2d97 100644 --- a/docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-polygon-column.md +++ b/docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-polygon-column.md @@ -14,5 +14,5 @@ ColumnPolygon result = await tablesDB.CreatePolygonColumn( tableId: "", key: "", required: false, - default: "" // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]] // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-line-column.md b/docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-line-column.md index ce04ab266c..7a7620a98d 100644 --- a/docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-line-column.md +++ b/docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-line-column.md @@ -14,6 +14,6 @@ ColumnLine result = await tablesDB.UpdateLineColumn( tableId: "", key: "", required: false, - default: "", // optional + default: [[1, 2], [3, 4], [5, 6]], // optional newKey: "" // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-point-column.md b/docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-point-column.md index e17ebb3178..663f1838a0 100644 --- a/docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-point-column.md +++ b/docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-point-column.md @@ -14,6 +14,6 @@ ColumnPoint result = await tablesDB.UpdatePointColumn( tableId: "", key: "", required: false, - default: "", // optional + default: [1, 2], // optional newKey: "" // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-polygon-column.md b/docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-polygon-column.md index 4137a21174..ac8300ad39 100644 --- a/docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-polygon-column.md +++ b/docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-polygon-column.md @@ -14,6 +14,6 @@ ColumnPolygon result = await tablesDB.UpdatePolygonColumn( tableId: "", key: "", required: false, - default: "", // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]], // optional newKey: "" // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-go/examples/databases/create-line-attribute.md b/docs/examples/1.8.x/server-go/examples/databases/create-line-attribute.md index 172a4dfbdb..4993176457 100644 --- a/docs/examples/1.8.x/server-go/examples/databases/create-line-attribute.md +++ b/docs/examples/1.8.x/server-go/examples/databases/create-line-attribute.md @@ -19,5 +19,5 @@ response, error := service.CreateLineAttribute( "", "", false, - databases.WithCreateLineAttributeDefault(""), + databases.WithCreateLineAttributeDefault(interface{}{[1, 2], [3, 4], [5, 6]}), ) diff --git a/docs/examples/1.8.x/server-go/examples/databases/create-point-attribute.md b/docs/examples/1.8.x/server-go/examples/databases/create-point-attribute.md index 105021720a..75d5e7908d 100644 --- a/docs/examples/1.8.x/server-go/examples/databases/create-point-attribute.md +++ b/docs/examples/1.8.x/server-go/examples/databases/create-point-attribute.md @@ -19,5 +19,5 @@ response, error := service.CreatePointAttribute( "", "", false, - databases.WithCreatePointAttributeDefault(""), + databases.WithCreatePointAttributeDefault(interface{}{1, 2}), ) diff --git a/docs/examples/1.8.x/server-go/examples/databases/create-polygon-attribute.md b/docs/examples/1.8.x/server-go/examples/databases/create-polygon-attribute.md index f3b596b689..0f89b4237d 100644 --- a/docs/examples/1.8.x/server-go/examples/databases/create-polygon-attribute.md +++ b/docs/examples/1.8.x/server-go/examples/databases/create-polygon-attribute.md @@ -19,5 +19,5 @@ response, error := service.CreatePolygonAttribute( "", "", false, - databases.WithCreatePolygonAttributeDefault(""), + databases.WithCreatePolygonAttributeDefault(interface{}{[[1, 2], [3, 4], [5, 6], [1, 2]]}), ) diff --git a/docs/examples/1.8.x/server-go/examples/databases/update-line-attribute.md b/docs/examples/1.8.x/server-go/examples/databases/update-line-attribute.md index d6ad02967d..209044158f 100644 --- a/docs/examples/1.8.x/server-go/examples/databases/update-line-attribute.md +++ b/docs/examples/1.8.x/server-go/examples/databases/update-line-attribute.md @@ -19,6 +19,6 @@ response, error := service.UpdateLineAttribute( "", "", false, - databases.WithUpdateLineAttributeDefault(""), + databases.WithUpdateLineAttributeDefault(interface{}{[1, 2], [3, 4], [5, 6]}), databases.WithUpdateLineAttributeNewKey(""), ) diff --git a/docs/examples/1.8.x/server-go/examples/databases/update-point-attribute.md b/docs/examples/1.8.x/server-go/examples/databases/update-point-attribute.md index d26f5a1006..735b4d8c64 100644 --- a/docs/examples/1.8.x/server-go/examples/databases/update-point-attribute.md +++ b/docs/examples/1.8.x/server-go/examples/databases/update-point-attribute.md @@ -19,6 +19,6 @@ response, error := service.UpdatePointAttribute( "", "", false, - databases.WithUpdatePointAttributeDefault(""), + databases.WithUpdatePointAttributeDefault(interface{}{1, 2}), databases.WithUpdatePointAttributeNewKey(""), ) diff --git a/docs/examples/1.8.x/server-go/examples/databases/update-polygon-attribute.md b/docs/examples/1.8.x/server-go/examples/databases/update-polygon-attribute.md index af29422e13..6499f3640f 100644 --- a/docs/examples/1.8.x/server-go/examples/databases/update-polygon-attribute.md +++ b/docs/examples/1.8.x/server-go/examples/databases/update-polygon-attribute.md @@ -19,6 +19,6 @@ response, error := service.UpdatePolygonAttribute( "", "", false, - databases.WithUpdatePolygonAttributeDefault(""), + databases.WithUpdatePolygonAttributeDefault(interface{}{[[1, 2], [3, 4], [5, 6], [1, 2]]}), databases.WithUpdatePolygonAttributeNewKey(""), ) diff --git a/docs/examples/1.8.x/server-go/examples/tablesdb/create-line-column.md b/docs/examples/1.8.x/server-go/examples/tablesdb/create-line-column.md index adbdeb2b86..77b23f872c 100644 --- a/docs/examples/1.8.x/server-go/examples/tablesdb/create-line-column.md +++ b/docs/examples/1.8.x/server-go/examples/tablesdb/create-line-column.md @@ -19,5 +19,5 @@ response, error := service.CreateLineColumn( "", "", false, - tablesdb.WithCreateLineColumnDefault(""), + tablesdb.WithCreateLineColumnDefault(interface{}{[1, 2], [3, 4], [5, 6]}), ) diff --git a/docs/examples/1.8.x/server-go/examples/tablesdb/create-point-column.md b/docs/examples/1.8.x/server-go/examples/tablesdb/create-point-column.md index a0f2b59fae..7faaf786f8 100644 --- a/docs/examples/1.8.x/server-go/examples/tablesdb/create-point-column.md +++ b/docs/examples/1.8.x/server-go/examples/tablesdb/create-point-column.md @@ -19,5 +19,5 @@ response, error := service.CreatePointColumn( "", "", false, - tablesdb.WithCreatePointColumnDefault(""), + tablesdb.WithCreatePointColumnDefault(interface{}{1, 2}), ) diff --git a/docs/examples/1.8.x/server-go/examples/tablesdb/create-polygon-column.md b/docs/examples/1.8.x/server-go/examples/tablesdb/create-polygon-column.md index 03ae57e71f..10946ef0fd 100644 --- a/docs/examples/1.8.x/server-go/examples/tablesdb/create-polygon-column.md +++ b/docs/examples/1.8.x/server-go/examples/tablesdb/create-polygon-column.md @@ -19,5 +19,5 @@ response, error := service.CreatePolygonColumn( "", "", false, - tablesdb.WithCreatePolygonColumnDefault(""), + tablesdb.WithCreatePolygonColumnDefault(interface{}{[[1, 2], [3, 4], [5, 6], [1, 2]]}), ) diff --git a/docs/examples/1.8.x/server-go/examples/tablesdb/update-line-column.md b/docs/examples/1.8.x/server-go/examples/tablesdb/update-line-column.md index d2056c2403..397e0b735a 100644 --- a/docs/examples/1.8.x/server-go/examples/tablesdb/update-line-column.md +++ b/docs/examples/1.8.x/server-go/examples/tablesdb/update-line-column.md @@ -19,6 +19,6 @@ response, error := service.UpdateLineColumn( "", "", false, - tablesdb.WithUpdateLineColumnDefault(""), + tablesdb.WithUpdateLineColumnDefault(interface{}{[1, 2], [3, 4], [5, 6]}), tablesdb.WithUpdateLineColumnNewKey(""), ) diff --git a/docs/examples/1.8.x/server-go/examples/tablesdb/update-point-column.md b/docs/examples/1.8.x/server-go/examples/tablesdb/update-point-column.md index 4b5d38174a..970536a6af 100644 --- a/docs/examples/1.8.x/server-go/examples/tablesdb/update-point-column.md +++ b/docs/examples/1.8.x/server-go/examples/tablesdb/update-point-column.md @@ -19,6 +19,6 @@ response, error := service.UpdatePointColumn( "", "", false, - tablesdb.WithUpdatePointColumnDefault(""), + tablesdb.WithUpdatePointColumnDefault(interface{}{1, 2}), tablesdb.WithUpdatePointColumnNewKey(""), ) diff --git a/docs/examples/1.8.x/server-go/examples/tablesdb/update-polygon-column.md b/docs/examples/1.8.x/server-go/examples/tablesdb/update-polygon-column.md index 81cd394e9a..8e627d178d 100644 --- a/docs/examples/1.8.x/server-go/examples/tablesdb/update-polygon-column.md +++ b/docs/examples/1.8.x/server-go/examples/tablesdb/update-polygon-column.md @@ -19,6 +19,6 @@ response, error := service.UpdatePolygonColumn( "", "", false, - tablesdb.WithUpdatePolygonColumnDefault(""), + tablesdb.WithUpdatePolygonColumnDefault(interface{}{[[1, 2], [3, 4], [5, 6], [1, 2]]}), tablesdb.WithUpdatePolygonColumnNewKey(""), ) diff --git a/docs/examples/1.8.x/server-graphql/examples/databases/create-line-attribute.md b/docs/examples/1.8.x/server-graphql/examples/databases/create-line-attribute.md index 3cb90718cd..3ecff7a87d 100644 --- a/docs/examples/1.8.x/server-graphql/examples/databases/create-line-attribute.md +++ b/docs/examples/1.8.x/server-graphql/examples/databases/create-line-attribute.md @@ -4,7 +4,7 @@ mutation { collectionId: "", key: "", required: false, - default: "" + default: [[1, 2], [3, 4], [5, 6]] ) { key type diff --git a/docs/examples/1.8.x/server-graphql/examples/databases/create-point-attribute.md b/docs/examples/1.8.x/server-graphql/examples/databases/create-point-attribute.md index 719c49272a..f3ba5285d4 100644 --- a/docs/examples/1.8.x/server-graphql/examples/databases/create-point-attribute.md +++ b/docs/examples/1.8.x/server-graphql/examples/databases/create-point-attribute.md @@ -4,7 +4,7 @@ mutation { collectionId: "", key: "", required: false, - default: "" + default: [1, 2] ) { key type diff --git a/docs/examples/1.8.x/server-graphql/examples/databases/create-polygon-attribute.md b/docs/examples/1.8.x/server-graphql/examples/databases/create-polygon-attribute.md index 3686981f25..19caa389a5 100644 --- a/docs/examples/1.8.x/server-graphql/examples/databases/create-polygon-attribute.md +++ b/docs/examples/1.8.x/server-graphql/examples/databases/create-polygon-attribute.md @@ -4,7 +4,7 @@ mutation { collectionId: "", key: "", required: false, - default: "" + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]] ) { key type diff --git a/docs/examples/1.8.x/server-graphql/examples/databases/update-line-attribute.md b/docs/examples/1.8.x/server-graphql/examples/databases/update-line-attribute.md index d04da21175..2f96ecf958 100644 --- a/docs/examples/1.8.x/server-graphql/examples/databases/update-line-attribute.md +++ b/docs/examples/1.8.x/server-graphql/examples/databases/update-line-attribute.md @@ -4,7 +4,7 @@ mutation { collectionId: "", key: "", required: false, - default: "", + default: [[1, 2], [3, 4], [5, 6]], newKey: "" ) { key diff --git a/docs/examples/1.8.x/server-graphql/examples/databases/update-point-attribute.md b/docs/examples/1.8.x/server-graphql/examples/databases/update-point-attribute.md index 03cc5456b3..b031c3a6ea 100644 --- a/docs/examples/1.8.x/server-graphql/examples/databases/update-point-attribute.md +++ b/docs/examples/1.8.x/server-graphql/examples/databases/update-point-attribute.md @@ -4,7 +4,7 @@ mutation { collectionId: "", key: "", required: false, - default: "", + default: [1, 2], newKey: "" ) { key diff --git a/docs/examples/1.8.x/server-graphql/examples/databases/update-polygon-attribute.md b/docs/examples/1.8.x/server-graphql/examples/databases/update-polygon-attribute.md index de5150e2aa..59498299c6 100644 --- a/docs/examples/1.8.x/server-graphql/examples/databases/update-polygon-attribute.md +++ b/docs/examples/1.8.x/server-graphql/examples/databases/update-polygon-attribute.md @@ -4,7 +4,7 @@ mutation { collectionId: "", key: "", required: false, - default: "", + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]], newKey: "" ) { key diff --git a/docs/examples/1.8.x/server-graphql/examples/tablesdb/create-line-column.md b/docs/examples/1.8.x/server-graphql/examples/tablesdb/create-line-column.md index 322c48a191..67fed4416c 100644 --- a/docs/examples/1.8.x/server-graphql/examples/tablesdb/create-line-column.md +++ b/docs/examples/1.8.x/server-graphql/examples/tablesdb/create-line-column.md @@ -4,7 +4,7 @@ mutation { tableId: "", key: "", required: false, - default: "" + default: [[1, 2], [3, 4], [5, 6]] ) { key type diff --git a/docs/examples/1.8.x/server-graphql/examples/tablesdb/create-point-column.md b/docs/examples/1.8.x/server-graphql/examples/tablesdb/create-point-column.md index 9c5d7c85d2..20f31dc9c1 100644 --- a/docs/examples/1.8.x/server-graphql/examples/tablesdb/create-point-column.md +++ b/docs/examples/1.8.x/server-graphql/examples/tablesdb/create-point-column.md @@ -4,7 +4,7 @@ mutation { tableId: "", key: "", required: false, - default: "" + default: [1, 2] ) { key type diff --git a/docs/examples/1.8.x/server-graphql/examples/tablesdb/create-polygon-column.md b/docs/examples/1.8.x/server-graphql/examples/tablesdb/create-polygon-column.md index a930675ee6..7f349c03b9 100644 --- a/docs/examples/1.8.x/server-graphql/examples/tablesdb/create-polygon-column.md +++ b/docs/examples/1.8.x/server-graphql/examples/tablesdb/create-polygon-column.md @@ -4,7 +4,7 @@ mutation { tableId: "", key: "", required: false, - default: "" + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]] ) { key type diff --git a/docs/examples/1.8.x/server-graphql/examples/tablesdb/update-line-column.md b/docs/examples/1.8.x/server-graphql/examples/tablesdb/update-line-column.md index 973bc4740c..ebb7bb1749 100644 --- a/docs/examples/1.8.x/server-graphql/examples/tablesdb/update-line-column.md +++ b/docs/examples/1.8.x/server-graphql/examples/tablesdb/update-line-column.md @@ -4,7 +4,7 @@ mutation { tableId: "", key: "", required: false, - default: "", + default: [[1, 2], [3, 4], [5, 6]], newKey: "" ) { key diff --git a/docs/examples/1.8.x/server-graphql/examples/tablesdb/update-point-column.md b/docs/examples/1.8.x/server-graphql/examples/tablesdb/update-point-column.md index 8cfb389679..81d75c3b19 100644 --- a/docs/examples/1.8.x/server-graphql/examples/tablesdb/update-point-column.md +++ b/docs/examples/1.8.x/server-graphql/examples/tablesdb/update-point-column.md @@ -4,7 +4,7 @@ mutation { tableId: "", key: "", required: false, - default: "", + default: [1, 2], newKey: "" ) { key diff --git a/docs/examples/1.8.x/server-graphql/examples/tablesdb/update-polygon-column.md b/docs/examples/1.8.x/server-graphql/examples/tablesdb/update-polygon-column.md index ef0d58be0c..3b291a452c 100644 --- a/docs/examples/1.8.x/server-graphql/examples/tablesdb/update-polygon-column.md +++ b/docs/examples/1.8.x/server-graphql/examples/tablesdb/update-polygon-column.md @@ -4,7 +4,7 @@ mutation { tableId: "", key: "", required: false, - default: "", + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]], newKey: "" ) { key diff --git a/docs/examples/1.8.x/server-kotlin/java/databases/create-line-attribute.md b/docs/examples/1.8.x/server-kotlin/java/databases/create-line-attribute.md index 36f79b946d..ad988b8773 100644 --- a/docs/examples/1.8.x/server-kotlin/java/databases/create-line-attribute.md +++ b/docs/examples/1.8.x/server-kotlin/java/databases/create-line-attribute.md @@ -14,7 +14,7 @@ databases.createLineAttribute( "", // collectionId "", // key false, // required - "", // default (optional) + listOf([1, 2], [3, 4], [5, 6]), // default (optional) new CoroutineCallback<>((result, error) -> { if (error != null) { error.printStackTrace(); diff --git a/docs/examples/1.8.x/server-kotlin/java/databases/create-point-attribute.md b/docs/examples/1.8.x/server-kotlin/java/databases/create-point-attribute.md index 5a8a39b0cc..89d7cc7177 100644 --- a/docs/examples/1.8.x/server-kotlin/java/databases/create-point-attribute.md +++ b/docs/examples/1.8.x/server-kotlin/java/databases/create-point-attribute.md @@ -14,7 +14,7 @@ databases.createPointAttribute( "", // collectionId "", // key false, // required - "", // default (optional) + listOf(1, 2), // default (optional) new CoroutineCallback<>((result, error) -> { if (error != null) { error.printStackTrace(); diff --git a/docs/examples/1.8.x/server-kotlin/java/databases/create-polygon-attribute.md b/docs/examples/1.8.x/server-kotlin/java/databases/create-polygon-attribute.md index 22ee4d5cdf..556fb38481 100644 --- a/docs/examples/1.8.x/server-kotlin/java/databases/create-polygon-attribute.md +++ b/docs/examples/1.8.x/server-kotlin/java/databases/create-polygon-attribute.md @@ -14,7 +14,7 @@ databases.createPolygonAttribute( "", // collectionId "", // key false, // required - "", // default (optional) + listOf([[1, 2], [3, 4], [5, 6], [1, 2]]), // default (optional) new CoroutineCallback<>((result, error) -> { if (error != null) { error.printStackTrace(); diff --git a/docs/examples/1.8.x/server-kotlin/java/databases/update-line-attribute.md b/docs/examples/1.8.x/server-kotlin/java/databases/update-line-attribute.md index 7c83476148..6a4265bbda 100644 --- a/docs/examples/1.8.x/server-kotlin/java/databases/update-line-attribute.md +++ b/docs/examples/1.8.x/server-kotlin/java/databases/update-line-attribute.md @@ -14,7 +14,7 @@ databases.updateLineAttribute( "", // collectionId "", // key false, // required - "", // default (optional) + listOf([1, 2], [3, 4], [5, 6]), // default (optional) "", // newKey (optional) new CoroutineCallback<>((result, error) -> { if (error != null) { diff --git a/docs/examples/1.8.x/server-kotlin/java/databases/update-point-attribute.md b/docs/examples/1.8.x/server-kotlin/java/databases/update-point-attribute.md index b0a233f678..38d48c27e8 100644 --- a/docs/examples/1.8.x/server-kotlin/java/databases/update-point-attribute.md +++ b/docs/examples/1.8.x/server-kotlin/java/databases/update-point-attribute.md @@ -14,7 +14,7 @@ databases.updatePointAttribute( "", // collectionId "", // key false, // required - "", // default (optional) + listOf(1, 2), // default (optional) "", // newKey (optional) new CoroutineCallback<>((result, error) -> { if (error != null) { diff --git a/docs/examples/1.8.x/server-kotlin/java/databases/update-polygon-attribute.md b/docs/examples/1.8.x/server-kotlin/java/databases/update-polygon-attribute.md index 1d365896a2..6e6fd08575 100644 --- a/docs/examples/1.8.x/server-kotlin/java/databases/update-polygon-attribute.md +++ b/docs/examples/1.8.x/server-kotlin/java/databases/update-polygon-attribute.md @@ -14,7 +14,7 @@ databases.updatePolygonAttribute( "", // collectionId "", // key false, // required - "", // default (optional) + listOf([[1, 2], [3, 4], [5, 6], [1, 2]]), // default (optional) "", // newKey (optional) new CoroutineCallback<>((result, error) -> { if (error != null) { diff --git a/docs/examples/1.8.x/server-kotlin/java/tablesdb/create-line-column.md b/docs/examples/1.8.x/server-kotlin/java/tablesdb/create-line-column.md index 64952912c2..afe029ebe8 100644 --- a/docs/examples/1.8.x/server-kotlin/java/tablesdb/create-line-column.md +++ b/docs/examples/1.8.x/server-kotlin/java/tablesdb/create-line-column.md @@ -14,7 +14,7 @@ tablesDB.createLineColumn( "", // tableId "", // key false, // required - "", // default (optional) + listOf([1, 2], [3, 4], [5, 6]), // default (optional) new CoroutineCallback<>((result, error) -> { if (error != null) { error.printStackTrace(); diff --git a/docs/examples/1.8.x/server-kotlin/java/tablesdb/create-point-column.md b/docs/examples/1.8.x/server-kotlin/java/tablesdb/create-point-column.md index d0ddef983c..2c9941b09c 100644 --- a/docs/examples/1.8.x/server-kotlin/java/tablesdb/create-point-column.md +++ b/docs/examples/1.8.x/server-kotlin/java/tablesdb/create-point-column.md @@ -14,7 +14,7 @@ tablesDB.createPointColumn( "", // tableId "", // key false, // required - "", // default (optional) + listOf(1, 2), // default (optional) new CoroutineCallback<>((result, error) -> { if (error != null) { error.printStackTrace(); diff --git a/docs/examples/1.8.x/server-kotlin/java/tablesdb/create-polygon-column.md b/docs/examples/1.8.x/server-kotlin/java/tablesdb/create-polygon-column.md index 3aa5487cc2..58ca798381 100644 --- a/docs/examples/1.8.x/server-kotlin/java/tablesdb/create-polygon-column.md +++ b/docs/examples/1.8.x/server-kotlin/java/tablesdb/create-polygon-column.md @@ -14,7 +14,7 @@ tablesDB.createPolygonColumn( "", // tableId "", // key false, // required - "", // default (optional) + listOf([[1, 2], [3, 4], [5, 6], [1, 2]]), // default (optional) new CoroutineCallback<>((result, error) -> { if (error != null) { error.printStackTrace(); diff --git a/docs/examples/1.8.x/server-kotlin/java/tablesdb/update-line-column.md b/docs/examples/1.8.x/server-kotlin/java/tablesdb/update-line-column.md index a1a0c67f5d..4c65a907f7 100644 --- a/docs/examples/1.8.x/server-kotlin/java/tablesdb/update-line-column.md +++ b/docs/examples/1.8.x/server-kotlin/java/tablesdb/update-line-column.md @@ -14,7 +14,7 @@ tablesDB.updateLineColumn( "", // tableId "", // key false, // required - "", // default (optional) + listOf([1, 2], [3, 4], [5, 6]), // default (optional) "", // newKey (optional) new CoroutineCallback<>((result, error) -> { if (error != null) { diff --git a/docs/examples/1.8.x/server-kotlin/java/tablesdb/update-point-column.md b/docs/examples/1.8.x/server-kotlin/java/tablesdb/update-point-column.md index 45565063a0..56ac86a6f0 100644 --- a/docs/examples/1.8.x/server-kotlin/java/tablesdb/update-point-column.md +++ b/docs/examples/1.8.x/server-kotlin/java/tablesdb/update-point-column.md @@ -14,7 +14,7 @@ tablesDB.updatePointColumn( "", // tableId "", // key false, // required - "", // default (optional) + listOf(1, 2), // default (optional) "", // newKey (optional) new CoroutineCallback<>((result, error) -> { if (error != null) { diff --git a/docs/examples/1.8.x/server-kotlin/java/tablesdb/update-polygon-column.md b/docs/examples/1.8.x/server-kotlin/java/tablesdb/update-polygon-column.md index d7757bd580..189d473175 100644 --- a/docs/examples/1.8.x/server-kotlin/java/tablesdb/update-polygon-column.md +++ b/docs/examples/1.8.x/server-kotlin/java/tablesdb/update-polygon-column.md @@ -14,7 +14,7 @@ tablesDB.updatePolygonColumn( "", // tableId "", // key false, // required - "", // default (optional) + listOf([[1, 2], [3, 4], [5, 6], [1, 2]]), // default (optional) "", // newKey (optional) new CoroutineCallback<>((result, error) -> { if (error != null) { diff --git a/docs/examples/1.8.x/server-kotlin/kotlin/databases/create-line-attribute.md b/docs/examples/1.8.x/server-kotlin/kotlin/databases/create-line-attribute.md index 187f875c6b..af9a4d2425 100644 --- a/docs/examples/1.8.x/server-kotlin/kotlin/databases/create-line-attribute.md +++ b/docs/examples/1.8.x/server-kotlin/kotlin/databases/create-line-attribute.md @@ -14,5 +14,5 @@ val response = databases.createLineAttribute( collectionId = "", key = "", required = false, - default = "" // optional + default = listOf([1, 2], [3, 4], [5, 6]) // optional ) diff --git a/docs/examples/1.8.x/server-kotlin/kotlin/databases/create-point-attribute.md b/docs/examples/1.8.x/server-kotlin/kotlin/databases/create-point-attribute.md index d6915c1f5b..04f095ee4e 100644 --- a/docs/examples/1.8.x/server-kotlin/kotlin/databases/create-point-attribute.md +++ b/docs/examples/1.8.x/server-kotlin/kotlin/databases/create-point-attribute.md @@ -14,5 +14,5 @@ val response = databases.createPointAttribute( collectionId = "", key = "", required = false, - default = "" // optional + default = listOf(1, 2) // optional ) diff --git a/docs/examples/1.8.x/server-kotlin/kotlin/databases/create-polygon-attribute.md b/docs/examples/1.8.x/server-kotlin/kotlin/databases/create-polygon-attribute.md index 0a22962525..ffeb3c4398 100644 --- a/docs/examples/1.8.x/server-kotlin/kotlin/databases/create-polygon-attribute.md +++ b/docs/examples/1.8.x/server-kotlin/kotlin/databases/create-polygon-attribute.md @@ -14,5 +14,5 @@ val response = databases.createPolygonAttribute( collectionId = "", key = "", required = false, - default = "" // optional + default = listOf([[1, 2], [3, 4], [5, 6], [1, 2]]) // optional ) diff --git a/docs/examples/1.8.x/server-kotlin/kotlin/databases/update-line-attribute.md b/docs/examples/1.8.x/server-kotlin/kotlin/databases/update-line-attribute.md index c4b515ad47..0d6b40a2d8 100644 --- a/docs/examples/1.8.x/server-kotlin/kotlin/databases/update-line-attribute.md +++ b/docs/examples/1.8.x/server-kotlin/kotlin/databases/update-line-attribute.md @@ -14,6 +14,6 @@ val response = databases.updateLineAttribute( collectionId = "", key = "", required = false, - default = "", // optional + default = listOf([1, 2], [3, 4], [5, 6]), // optional newKey = "" // optional ) diff --git a/docs/examples/1.8.x/server-kotlin/kotlin/databases/update-point-attribute.md b/docs/examples/1.8.x/server-kotlin/kotlin/databases/update-point-attribute.md index 02bca873d7..68d5311c98 100644 --- a/docs/examples/1.8.x/server-kotlin/kotlin/databases/update-point-attribute.md +++ b/docs/examples/1.8.x/server-kotlin/kotlin/databases/update-point-attribute.md @@ -14,6 +14,6 @@ val response = databases.updatePointAttribute( collectionId = "", key = "", required = false, - default = "", // optional + default = listOf(1, 2), // optional newKey = "" // optional ) diff --git a/docs/examples/1.8.x/server-kotlin/kotlin/databases/update-polygon-attribute.md b/docs/examples/1.8.x/server-kotlin/kotlin/databases/update-polygon-attribute.md index b8c0fc94a0..66bbdea11c 100644 --- a/docs/examples/1.8.x/server-kotlin/kotlin/databases/update-polygon-attribute.md +++ b/docs/examples/1.8.x/server-kotlin/kotlin/databases/update-polygon-attribute.md @@ -14,6 +14,6 @@ val response = databases.updatePolygonAttribute( collectionId = "", key = "", required = false, - default = "", // optional + default = listOf([[1, 2], [3, 4], [5, 6], [1, 2]]), // optional newKey = "" // optional ) diff --git a/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-line-column.md b/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-line-column.md index 0993eed919..3dd9ebd083 100644 --- a/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-line-column.md +++ b/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-line-column.md @@ -14,5 +14,5 @@ val response = tablesDB.createLineColumn( tableId = "", key = "", required = false, - default = "" // optional + default = listOf([1, 2], [3, 4], [5, 6]) // optional ) diff --git a/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-point-column.md b/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-point-column.md index e18bfc34ed..7fd6ad7504 100644 --- a/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-point-column.md +++ b/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-point-column.md @@ -14,5 +14,5 @@ val response = tablesDB.createPointColumn( tableId = "", key = "", required = false, - default = "" // optional + default = listOf(1, 2) // optional ) diff --git a/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-polygon-column.md b/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-polygon-column.md index 2f8ffd8125..218b4cba33 100644 --- a/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-polygon-column.md +++ b/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-polygon-column.md @@ -14,5 +14,5 @@ val response = tablesDB.createPolygonColumn( tableId = "", key = "", required = false, - default = "" // optional + default = listOf([[1, 2], [3, 4], [5, 6], [1, 2]]) // optional ) diff --git a/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-line-column.md b/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-line-column.md index 05781dd6dd..571d25206c 100644 --- a/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-line-column.md +++ b/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-line-column.md @@ -14,6 +14,6 @@ val response = tablesDB.updateLineColumn( tableId = "", key = "", required = false, - default = "", // optional + default = listOf([1, 2], [3, 4], [5, 6]), // optional newKey = "" // optional ) diff --git a/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-point-column.md b/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-point-column.md index 947b4410d6..2230e59f8e 100644 --- a/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-point-column.md +++ b/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-point-column.md @@ -14,6 +14,6 @@ val response = tablesDB.updatePointColumn( tableId = "", key = "", required = false, - default = "", // optional + default = listOf(1, 2), // optional newKey = "" // optional ) diff --git a/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-polygon-column.md b/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-polygon-column.md index b9da6350f6..db3a46bc6c 100644 --- a/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-polygon-column.md +++ b/docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-polygon-column.md @@ -14,6 +14,6 @@ val response = tablesDB.updatePolygonColumn( tableId = "", key = "", required = false, - default = "", // optional + default = listOf([[1, 2], [3, 4], [5, 6], [1, 2]]), // optional newKey = "" // optional ) diff --git a/docs/examples/1.8.x/server-nodejs/examples/databases/create-line-attribute.md b/docs/examples/1.8.x/server-nodejs/examples/databases/create-line-attribute.md index 36584b9ee2..160bb5b9dc 100644 --- a/docs/examples/1.8.x/server-nodejs/examples/databases/create-line-attribute.md +++ b/docs/examples/1.8.x/server-nodejs/examples/databases/create-line-attribute.md @@ -12,5 +12,5 @@ const result = await databases.createLineAttribute({ collectionId: '', key: '', required: false, - default: '' // optional + default: [[1, 2], [3, 4], [5, 6]] // optional }); diff --git a/docs/examples/1.8.x/server-nodejs/examples/databases/create-point-attribute.md b/docs/examples/1.8.x/server-nodejs/examples/databases/create-point-attribute.md index 9aba8c3eb7..e65f5bd58d 100644 --- a/docs/examples/1.8.x/server-nodejs/examples/databases/create-point-attribute.md +++ b/docs/examples/1.8.x/server-nodejs/examples/databases/create-point-attribute.md @@ -12,5 +12,5 @@ const result = await databases.createPointAttribute({ collectionId: '', key: '', required: false, - default: '' // optional + default: [1, 2] // optional }); diff --git a/docs/examples/1.8.x/server-nodejs/examples/databases/create-polygon-attribute.md b/docs/examples/1.8.x/server-nodejs/examples/databases/create-polygon-attribute.md index 34e1c84708..3d51887414 100644 --- a/docs/examples/1.8.x/server-nodejs/examples/databases/create-polygon-attribute.md +++ b/docs/examples/1.8.x/server-nodejs/examples/databases/create-polygon-attribute.md @@ -12,5 +12,5 @@ const result = await databases.createPolygonAttribute({ collectionId: '', key: '', required: false, - default: '' // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]] // optional }); diff --git a/docs/examples/1.8.x/server-nodejs/examples/databases/update-line-attribute.md b/docs/examples/1.8.x/server-nodejs/examples/databases/update-line-attribute.md index 7d04a6eb1e..3c4d785def 100644 --- a/docs/examples/1.8.x/server-nodejs/examples/databases/update-line-attribute.md +++ b/docs/examples/1.8.x/server-nodejs/examples/databases/update-line-attribute.md @@ -12,6 +12,6 @@ const result = await databases.updateLineAttribute({ collectionId: '', key: '', required: false, - default: '', // optional + default: [[1, 2], [3, 4], [5, 6]], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/server-nodejs/examples/databases/update-point-attribute.md b/docs/examples/1.8.x/server-nodejs/examples/databases/update-point-attribute.md index 092f85cc5a..0da3b338a4 100644 --- a/docs/examples/1.8.x/server-nodejs/examples/databases/update-point-attribute.md +++ b/docs/examples/1.8.x/server-nodejs/examples/databases/update-point-attribute.md @@ -12,6 +12,6 @@ const result = await databases.updatePointAttribute({ collectionId: '', key: '', required: false, - default: '', // optional + default: [1, 2], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/server-nodejs/examples/databases/update-polygon-attribute.md b/docs/examples/1.8.x/server-nodejs/examples/databases/update-polygon-attribute.md index 04c1467cde..c7767cb902 100644 --- a/docs/examples/1.8.x/server-nodejs/examples/databases/update-polygon-attribute.md +++ b/docs/examples/1.8.x/server-nodejs/examples/databases/update-polygon-attribute.md @@ -12,6 +12,6 @@ const result = await databases.updatePolygonAttribute({ collectionId: '', key: '', required: false, - default: '', // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-line-column.md b/docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-line-column.md index c9d2782104..84b941c38d 100644 --- a/docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-line-column.md +++ b/docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-line-column.md @@ -12,5 +12,5 @@ const result = await tablesDB.createLineColumn({ tableId: '', key: '', required: false, - default: '' // optional + default: [[1, 2], [3, 4], [5, 6]] // optional }); diff --git a/docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-point-column.md b/docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-point-column.md index ec29e1dfae..c59e420ee3 100644 --- a/docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-point-column.md +++ b/docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-point-column.md @@ -12,5 +12,5 @@ const result = await tablesDB.createPointColumn({ tableId: '', key: '', required: false, - default: '' // optional + default: [1, 2] // optional }); diff --git a/docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-polygon-column.md b/docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-polygon-column.md index 2adda2eaa2..36f2f4ca5c 100644 --- a/docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-polygon-column.md +++ b/docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-polygon-column.md @@ -12,5 +12,5 @@ const result = await tablesDB.createPolygonColumn({ tableId: '', key: '', required: false, - default: '' // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]] // optional }); diff --git a/docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-line-column.md b/docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-line-column.md index 68b86dabdc..4ec0abe5f9 100644 --- a/docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-line-column.md +++ b/docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-line-column.md @@ -12,6 +12,6 @@ const result = await tablesDB.updateLineColumn({ tableId: '', key: '', required: false, - default: '', // optional + default: [[1, 2], [3, 4], [5, 6]], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-point-column.md b/docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-point-column.md index c1484992a2..cddb1989af 100644 --- a/docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-point-column.md +++ b/docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-point-column.md @@ -12,6 +12,6 @@ const result = await tablesDB.updatePointColumn({ tableId: '', key: '', required: false, - default: '', // optional + default: [1, 2], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-polygon-column.md b/docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-polygon-column.md index 0805b4131e..963db8bae7 100644 --- a/docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-polygon-column.md +++ b/docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-polygon-column.md @@ -12,6 +12,6 @@ const result = await tablesDB.updatePolygonColumn({ tableId: '', key: '', required: false, - default: '', // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]], // optional newKey: '' // optional }); diff --git a/docs/examples/1.8.x/server-php/examples/databases/create-line-attribute.md b/docs/examples/1.8.x/server-php/examples/databases/create-line-attribute.md index 5d4f968a4c..56d007c67c 100644 --- a/docs/examples/1.8.x/server-php/examples/databases/create-line-attribute.md +++ b/docs/examples/1.8.x/server-php/examples/databases/create-line-attribute.md @@ -15,5 +15,5 @@ $result = $databases->createLineAttribute( collectionId: '', key: '', required: false, - default: '' // optional + default: [[1, 2], [3, 4], [5, 6]] // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-php/examples/databases/create-point-attribute.md b/docs/examples/1.8.x/server-php/examples/databases/create-point-attribute.md index 1c8cdb508e..dee0801178 100644 --- a/docs/examples/1.8.x/server-php/examples/databases/create-point-attribute.md +++ b/docs/examples/1.8.x/server-php/examples/databases/create-point-attribute.md @@ -15,5 +15,5 @@ $result = $databases->createPointAttribute( collectionId: '', key: '', required: false, - default: '' // optional + default: [1, 2] // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-php/examples/databases/create-polygon-attribute.md b/docs/examples/1.8.x/server-php/examples/databases/create-polygon-attribute.md index 0608d33f4f..d745589329 100644 --- a/docs/examples/1.8.x/server-php/examples/databases/create-polygon-attribute.md +++ b/docs/examples/1.8.x/server-php/examples/databases/create-polygon-attribute.md @@ -15,5 +15,5 @@ $result = $databases->createPolygonAttribute( collectionId: '', key: '', required: false, - default: '' // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]] // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-php/examples/databases/update-line-attribute.md b/docs/examples/1.8.x/server-php/examples/databases/update-line-attribute.md index a5de5459ae..86b8f646e8 100644 --- a/docs/examples/1.8.x/server-php/examples/databases/update-line-attribute.md +++ b/docs/examples/1.8.x/server-php/examples/databases/update-line-attribute.md @@ -15,6 +15,6 @@ $result = $databases->updateLineAttribute( collectionId: '', key: '', required: false, - default: '', // optional + default: [[1, 2], [3, 4], [5, 6]], // optional newKey: '' // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-php/examples/databases/update-point-attribute.md b/docs/examples/1.8.x/server-php/examples/databases/update-point-attribute.md index 0499663762..cdff22656c 100644 --- a/docs/examples/1.8.x/server-php/examples/databases/update-point-attribute.md +++ b/docs/examples/1.8.x/server-php/examples/databases/update-point-attribute.md @@ -15,6 +15,6 @@ $result = $databases->updatePointAttribute( collectionId: '', key: '', required: false, - default: '', // optional + default: [1, 2], // optional newKey: '' // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-php/examples/databases/update-polygon-attribute.md b/docs/examples/1.8.x/server-php/examples/databases/update-polygon-attribute.md index 99c63f19a2..c2736bd4bf 100644 --- a/docs/examples/1.8.x/server-php/examples/databases/update-polygon-attribute.md +++ b/docs/examples/1.8.x/server-php/examples/databases/update-polygon-attribute.md @@ -15,6 +15,6 @@ $result = $databases->updatePolygonAttribute( collectionId: '', key: '', required: false, - default: '', // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]], // optional newKey: '' // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-php/examples/tablesdb/create-line-column.md b/docs/examples/1.8.x/server-php/examples/tablesdb/create-line-column.md index daab57e198..69f2e66717 100644 --- a/docs/examples/1.8.x/server-php/examples/tablesdb/create-line-column.md +++ b/docs/examples/1.8.x/server-php/examples/tablesdb/create-line-column.md @@ -15,5 +15,5 @@ $result = $tablesDB->createLineColumn( tableId: '', key: '', required: false, - default: '' // optional + default: [[1, 2], [3, 4], [5, 6]] // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-php/examples/tablesdb/create-point-column.md b/docs/examples/1.8.x/server-php/examples/tablesdb/create-point-column.md index 6b8cf1d0ae..006c9e0089 100644 --- a/docs/examples/1.8.x/server-php/examples/tablesdb/create-point-column.md +++ b/docs/examples/1.8.x/server-php/examples/tablesdb/create-point-column.md @@ -15,5 +15,5 @@ $result = $tablesDB->createPointColumn( tableId: '', key: '', required: false, - default: '' // optional + default: [1, 2] // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-php/examples/tablesdb/create-polygon-column.md b/docs/examples/1.8.x/server-php/examples/tablesdb/create-polygon-column.md index 11147466f9..20fb27161e 100644 --- a/docs/examples/1.8.x/server-php/examples/tablesdb/create-polygon-column.md +++ b/docs/examples/1.8.x/server-php/examples/tablesdb/create-polygon-column.md @@ -15,5 +15,5 @@ $result = $tablesDB->createPolygonColumn( tableId: '', key: '', required: false, - default: '' // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]] // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-php/examples/tablesdb/update-line-column.md b/docs/examples/1.8.x/server-php/examples/tablesdb/update-line-column.md index ac2584d6e3..56a557cbe6 100644 --- a/docs/examples/1.8.x/server-php/examples/tablesdb/update-line-column.md +++ b/docs/examples/1.8.x/server-php/examples/tablesdb/update-line-column.md @@ -15,6 +15,6 @@ $result = $tablesDB->updateLineColumn( tableId: '', key: '', required: false, - default: '', // optional + default: [[1, 2], [3, 4], [5, 6]], // optional newKey: '' // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-php/examples/tablesdb/update-point-column.md b/docs/examples/1.8.x/server-php/examples/tablesdb/update-point-column.md index 159f893a52..abe8b737ca 100644 --- a/docs/examples/1.8.x/server-php/examples/tablesdb/update-point-column.md +++ b/docs/examples/1.8.x/server-php/examples/tablesdb/update-point-column.md @@ -15,6 +15,6 @@ $result = $tablesDB->updatePointColumn( tableId: '', key: '', required: false, - default: '', // optional + default: [1, 2], // optional newKey: '' // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-php/examples/tablesdb/update-polygon-column.md b/docs/examples/1.8.x/server-php/examples/tablesdb/update-polygon-column.md index 3f6f3e82fb..2ff401151f 100644 --- a/docs/examples/1.8.x/server-php/examples/tablesdb/update-polygon-column.md +++ b/docs/examples/1.8.x/server-php/examples/tablesdb/update-polygon-column.md @@ -15,6 +15,6 @@ $result = $tablesDB->updatePolygonColumn( tableId: '', key: '', required: false, - default: '', // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]], // optional newKey: '' // optional ); \ No newline at end of file diff --git a/docs/examples/1.8.x/server-python/examples/databases/create-line-attribute.md b/docs/examples/1.8.x/server-python/examples/databases/create-line-attribute.md index 3521cc90b7..c61be8fb51 100644 --- a/docs/examples/1.8.x/server-python/examples/databases/create-line-attribute.md +++ b/docs/examples/1.8.x/server-python/examples/databases/create-line-attribute.md @@ -13,5 +13,5 @@ result = databases.create_line_attribute( collection_id = '', key = '', required = False, - default = '' # optional + default = [[1, 2], [3, 4], [5, 6]] # optional ) diff --git a/docs/examples/1.8.x/server-python/examples/databases/create-point-attribute.md b/docs/examples/1.8.x/server-python/examples/databases/create-point-attribute.md index 8a808c444a..7acdb94399 100644 --- a/docs/examples/1.8.x/server-python/examples/databases/create-point-attribute.md +++ b/docs/examples/1.8.x/server-python/examples/databases/create-point-attribute.md @@ -13,5 +13,5 @@ result = databases.create_point_attribute( collection_id = '', key = '', required = False, - default = '' # optional + default = [1, 2] # optional ) diff --git a/docs/examples/1.8.x/server-python/examples/databases/create-polygon-attribute.md b/docs/examples/1.8.x/server-python/examples/databases/create-polygon-attribute.md index 478a369210..c727b719f4 100644 --- a/docs/examples/1.8.x/server-python/examples/databases/create-polygon-attribute.md +++ b/docs/examples/1.8.x/server-python/examples/databases/create-polygon-attribute.md @@ -13,5 +13,5 @@ result = databases.create_polygon_attribute( collection_id = '', key = '', required = False, - default = '' # optional + default = [[[1, 2], [3, 4], [5, 6], [1, 2]]] # optional ) diff --git a/docs/examples/1.8.x/server-python/examples/databases/update-line-attribute.md b/docs/examples/1.8.x/server-python/examples/databases/update-line-attribute.md index 378e5a9bc6..b1804f648b 100644 --- a/docs/examples/1.8.x/server-python/examples/databases/update-line-attribute.md +++ b/docs/examples/1.8.x/server-python/examples/databases/update-line-attribute.md @@ -13,6 +13,6 @@ result = databases.update_line_attribute( collection_id = '', key = '', required = False, - default = '', # optional + default = [[1, 2], [3, 4], [5, 6]], # optional new_key = '' # optional ) diff --git a/docs/examples/1.8.x/server-python/examples/databases/update-point-attribute.md b/docs/examples/1.8.x/server-python/examples/databases/update-point-attribute.md index a7d96d0b47..58def4b687 100644 --- a/docs/examples/1.8.x/server-python/examples/databases/update-point-attribute.md +++ b/docs/examples/1.8.x/server-python/examples/databases/update-point-attribute.md @@ -13,6 +13,6 @@ result = databases.update_point_attribute( collection_id = '', key = '', required = False, - default = '', # optional + default = [1, 2], # optional new_key = '' # optional ) diff --git a/docs/examples/1.8.x/server-python/examples/databases/update-polygon-attribute.md b/docs/examples/1.8.x/server-python/examples/databases/update-polygon-attribute.md index b6ac782d48..c3625fe3e0 100644 --- a/docs/examples/1.8.x/server-python/examples/databases/update-polygon-attribute.md +++ b/docs/examples/1.8.x/server-python/examples/databases/update-polygon-attribute.md @@ -13,6 +13,6 @@ result = databases.update_polygon_attribute( collection_id = '', key = '', required = False, - default = '', # optional + default = [[[1, 2], [3, 4], [5, 6], [1, 2]]], # optional new_key = '' # optional ) diff --git a/docs/examples/1.8.x/server-python/examples/tablesdb/create-line-column.md b/docs/examples/1.8.x/server-python/examples/tablesdb/create-line-column.md index 9c6a1b7615..11591236cf 100644 --- a/docs/examples/1.8.x/server-python/examples/tablesdb/create-line-column.md +++ b/docs/examples/1.8.x/server-python/examples/tablesdb/create-line-column.md @@ -13,5 +13,5 @@ result = tables_db.create_line_column( table_id = '', key = '', required = False, - default = '' # optional + default = [[1, 2], [3, 4], [5, 6]] # optional ) diff --git a/docs/examples/1.8.x/server-python/examples/tablesdb/create-point-column.md b/docs/examples/1.8.x/server-python/examples/tablesdb/create-point-column.md index 4a9e92b504..8f51e95ca2 100644 --- a/docs/examples/1.8.x/server-python/examples/tablesdb/create-point-column.md +++ b/docs/examples/1.8.x/server-python/examples/tablesdb/create-point-column.md @@ -13,5 +13,5 @@ result = tables_db.create_point_column( table_id = '', key = '', required = False, - default = '' # optional + default = [1, 2] # optional ) diff --git a/docs/examples/1.8.x/server-python/examples/tablesdb/create-polygon-column.md b/docs/examples/1.8.x/server-python/examples/tablesdb/create-polygon-column.md index 6863fdd815..cf4540e029 100644 --- a/docs/examples/1.8.x/server-python/examples/tablesdb/create-polygon-column.md +++ b/docs/examples/1.8.x/server-python/examples/tablesdb/create-polygon-column.md @@ -13,5 +13,5 @@ result = tables_db.create_polygon_column( table_id = '', key = '', required = False, - default = '' # optional + default = [[[1, 2], [3, 4], [5, 6], [1, 2]]] # optional ) diff --git a/docs/examples/1.8.x/server-python/examples/tablesdb/update-line-column.md b/docs/examples/1.8.x/server-python/examples/tablesdb/update-line-column.md index b1a6475599..2f02b61e24 100644 --- a/docs/examples/1.8.x/server-python/examples/tablesdb/update-line-column.md +++ b/docs/examples/1.8.x/server-python/examples/tablesdb/update-line-column.md @@ -13,6 +13,6 @@ result = tables_db.update_line_column( table_id = '', key = '', required = False, - default = '', # optional + default = [[1, 2], [3, 4], [5, 6]], # optional new_key = '' # optional ) diff --git a/docs/examples/1.8.x/server-python/examples/tablesdb/update-point-column.md b/docs/examples/1.8.x/server-python/examples/tablesdb/update-point-column.md index 47c94395c7..63fb30837f 100644 --- a/docs/examples/1.8.x/server-python/examples/tablesdb/update-point-column.md +++ b/docs/examples/1.8.x/server-python/examples/tablesdb/update-point-column.md @@ -13,6 +13,6 @@ result = tables_db.update_point_column( table_id = '', key = '', required = False, - default = '', # optional + default = [1, 2], # optional new_key = '' # optional ) diff --git a/docs/examples/1.8.x/server-python/examples/tablesdb/update-polygon-column.md b/docs/examples/1.8.x/server-python/examples/tablesdb/update-polygon-column.md index a38acbaf04..07118b1c1e 100644 --- a/docs/examples/1.8.x/server-python/examples/tablesdb/update-polygon-column.md +++ b/docs/examples/1.8.x/server-python/examples/tablesdb/update-polygon-column.md @@ -13,6 +13,6 @@ result = tables_db.update_polygon_column( table_id = '', key = '', required = False, - default = '', # optional + default = [[[1, 2], [3, 4], [5, 6], [1, 2]]], # optional new_key = '' # optional ) diff --git a/docs/examples/1.8.x/server-rest/examples/databases/create-line-attribute.md b/docs/examples/1.8.x/server-rest/examples/databases/create-line-attribute.md index 429a219f20..54d2de02de 100644 --- a/docs/examples/1.8.x/server-rest/examples/databases/create-line-attribute.md +++ b/docs/examples/1.8.x/server-rest/examples/databases/create-line-attribute.md @@ -8,5 +8,5 @@ X-Appwrite-Key: { "key": "", "required": false, - "default": "" + "default": [[1, 2], [3, 4], [5, 6]] } diff --git a/docs/examples/1.8.x/server-rest/examples/databases/create-point-attribute.md b/docs/examples/1.8.x/server-rest/examples/databases/create-point-attribute.md index e6ba1f791e..ade94fc085 100644 --- a/docs/examples/1.8.x/server-rest/examples/databases/create-point-attribute.md +++ b/docs/examples/1.8.x/server-rest/examples/databases/create-point-attribute.md @@ -8,5 +8,5 @@ X-Appwrite-Key: { "key": "", "required": false, - "default": "" + "default": [1, 2] } diff --git a/docs/examples/1.8.x/server-rest/examples/databases/create-polygon-attribute.md b/docs/examples/1.8.x/server-rest/examples/databases/create-polygon-attribute.md index 62299b9754..9b2f43b6ff 100644 --- a/docs/examples/1.8.x/server-rest/examples/databases/create-polygon-attribute.md +++ b/docs/examples/1.8.x/server-rest/examples/databases/create-polygon-attribute.md @@ -8,5 +8,5 @@ X-Appwrite-Key: { "key": "", "required": false, - "default": "" + "default": [[[1, 2], [3, 4], [5, 6], [1, 2]]] } diff --git a/docs/examples/1.8.x/server-rest/examples/databases/update-line-attribute.md b/docs/examples/1.8.x/server-rest/examples/databases/update-line-attribute.md index fe044fae0d..47bcbea4ab 100644 --- a/docs/examples/1.8.x/server-rest/examples/databases/update-line-attribute.md +++ b/docs/examples/1.8.x/server-rest/examples/databases/update-line-attribute.md @@ -7,6 +7,6 @@ X-Appwrite-Key: { "required": false, - "default": "", + "default": [[1, 2], [3, 4], [5, 6]], "newKey": "" } diff --git a/docs/examples/1.8.x/server-rest/examples/databases/update-point-attribute.md b/docs/examples/1.8.x/server-rest/examples/databases/update-point-attribute.md index 6f095e11ca..c0851c7d51 100644 --- a/docs/examples/1.8.x/server-rest/examples/databases/update-point-attribute.md +++ b/docs/examples/1.8.x/server-rest/examples/databases/update-point-attribute.md @@ -7,6 +7,6 @@ X-Appwrite-Key: { "required": false, - "default": "", + "default": [1, 2], "newKey": "" } diff --git a/docs/examples/1.8.x/server-rest/examples/databases/update-polygon-attribute.md b/docs/examples/1.8.x/server-rest/examples/databases/update-polygon-attribute.md index b5624b3800..4cfae215b9 100644 --- a/docs/examples/1.8.x/server-rest/examples/databases/update-polygon-attribute.md +++ b/docs/examples/1.8.x/server-rest/examples/databases/update-polygon-attribute.md @@ -7,6 +7,6 @@ X-Appwrite-Key: { "required": false, - "default": "", + "default": [[[1, 2], [3, 4], [5, 6], [1, 2]]], "newKey": "" } diff --git a/docs/examples/1.8.x/server-rest/examples/tablesdb/create-line-column.md b/docs/examples/1.8.x/server-rest/examples/tablesdb/create-line-column.md index 7c11cc2b6c..7d70d59900 100644 --- a/docs/examples/1.8.x/server-rest/examples/tablesdb/create-line-column.md +++ b/docs/examples/1.8.x/server-rest/examples/tablesdb/create-line-column.md @@ -8,5 +8,5 @@ X-Appwrite-Key: { "key": "", "required": false, - "default": "" + "default": [[1, 2], [3, 4], [5, 6]] } diff --git a/docs/examples/1.8.x/server-rest/examples/tablesdb/create-point-column.md b/docs/examples/1.8.x/server-rest/examples/tablesdb/create-point-column.md index c199a421fb..5a99e7ba5e 100644 --- a/docs/examples/1.8.x/server-rest/examples/tablesdb/create-point-column.md +++ b/docs/examples/1.8.x/server-rest/examples/tablesdb/create-point-column.md @@ -8,5 +8,5 @@ X-Appwrite-Key: { "key": "", "required": false, - "default": "" + "default": [1, 2] } diff --git a/docs/examples/1.8.x/server-rest/examples/tablesdb/create-polygon-column.md b/docs/examples/1.8.x/server-rest/examples/tablesdb/create-polygon-column.md index 76ddade7b5..64495e9424 100644 --- a/docs/examples/1.8.x/server-rest/examples/tablesdb/create-polygon-column.md +++ b/docs/examples/1.8.x/server-rest/examples/tablesdb/create-polygon-column.md @@ -8,5 +8,5 @@ X-Appwrite-Key: { "key": "", "required": false, - "default": "" + "default": [[[1, 2], [3, 4], [5, 6], [1, 2]]] } diff --git a/docs/examples/1.8.x/server-rest/examples/tablesdb/update-line-column.md b/docs/examples/1.8.x/server-rest/examples/tablesdb/update-line-column.md index 69ffb8db16..97370a5f1f 100644 --- a/docs/examples/1.8.x/server-rest/examples/tablesdb/update-line-column.md +++ b/docs/examples/1.8.x/server-rest/examples/tablesdb/update-line-column.md @@ -7,6 +7,6 @@ X-Appwrite-Key: { "required": false, - "default": "", + "default": [[1, 2], [3, 4], [5, 6]], "newKey": "" } diff --git a/docs/examples/1.8.x/server-rest/examples/tablesdb/update-point-column.md b/docs/examples/1.8.x/server-rest/examples/tablesdb/update-point-column.md index d93ad4a514..7687f7eb67 100644 --- a/docs/examples/1.8.x/server-rest/examples/tablesdb/update-point-column.md +++ b/docs/examples/1.8.x/server-rest/examples/tablesdb/update-point-column.md @@ -7,6 +7,6 @@ X-Appwrite-Key: { "required": false, - "default": "", + "default": [1, 2], "newKey": "" } diff --git a/docs/examples/1.8.x/server-rest/examples/tablesdb/update-polygon-column.md b/docs/examples/1.8.x/server-rest/examples/tablesdb/update-polygon-column.md index 19a8a22fc8..ace2b57e0d 100644 --- a/docs/examples/1.8.x/server-rest/examples/tablesdb/update-polygon-column.md +++ b/docs/examples/1.8.x/server-rest/examples/tablesdb/update-polygon-column.md @@ -7,6 +7,6 @@ X-Appwrite-Key: { "required": false, - "default": "", + "default": [[[1, 2], [3, 4], [5, 6], [1, 2]]], "newKey": "" } diff --git a/docs/examples/1.8.x/server-ruby/examples/databases/create-line-attribute.md b/docs/examples/1.8.x/server-ruby/examples/databases/create-line-attribute.md index 798097367b..33bdab7cf8 100644 --- a/docs/examples/1.8.x/server-ruby/examples/databases/create-line-attribute.md +++ b/docs/examples/1.8.x/server-ruby/examples/databases/create-line-attribute.md @@ -14,5 +14,5 @@ result = databases.create_line_attribute( collection_id: '', key: '', required: false, - default: '' # optional + default: [[1, 2], [3, 4], [5, 6]] # optional ) diff --git a/docs/examples/1.8.x/server-ruby/examples/databases/create-point-attribute.md b/docs/examples/1.8.x/server-ruby/examples/databases/create-point-attribute.md index 1e852a7baf..f50a99ffea 100644 --- a/docs/examples/1.8.x/server-ruby/examples/databases/create-point-attribute.md +++ b/docs/examples/1.8.x/server-ruby/examples/databases/create-point-attribute.md @@ -14,5 +14,5 @@ result = databases.create_point_attribute( collection_id: '', key: '', required: false, - default: '' # optional + default: [1, 2] # optional ) diff --git a/docs/examples/1.8.x/server-ruby/examples/databases/create-polygon-attribute.md b/docs/examples/1.8.x/server-ruby/examples/databases/create-polygon-attribute.md index a9399808c7..d7930a5ffe 100644 --- a/docs/examples/1.8.x/server-ruby/examples/databases/create-polygon-attribute.md +++ b/docs/examples/1.8.x/server-ruby/examples/databases/create-polygon-attribute.md @@ -14,5 +14,5 @@ result = databases.create_polygon_attribute( collection_id: '', key: '', required: false, - default: '' # optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]] # optional ) diff --git a/docs/examples/1.8.x/server-ruby/examples/databases/update-line-attribute.md b/docs/examples/1.8.x/server-ruby/examples/databases/update-line-attribute.md index 34bfd9a1e0..c6e6e46f95 100644 --- a/docs/examples/1.8.x/server-ruby/examples/databases/update-line-attribute.md +++ b/docs/examples/1.8.x/server-ruby/examples/databases/update-line-attribute.md @@ -14,6 +14,6 @@ result = databases.update_line_attribute( collection_id: '', key: '', required: false, - default: '', # optional + default: [[1, 2], [3, 4], [5, 6]], # optional new_key: '' # optional ) diff --git a/docs/examples/1.8.x/server-ruby/examples/databases/update-point-attribute.md b/docs/examples/1.8.x/server-ruby/examples/databases/update-point-attribute.md index bc33d4daf6..ce0b42b739 100644 --- a/docs/examples/1.8.x/server-ruby/examples/databases/update-point-attribute.md +++ b/docs/examples/1.8.x/server-ruby/examples/databases/update-point-attribute.md @@ -14,6 +14,6 @@ result = databases.update_point_attribute( collection_id: '', key: '', required: false, - default: '', # optional + default: [1, 2], # optional new_key: '' # optional ) diff --git a/docs/examples/1.8.x/server-ruby/examples/databases/update-polygon-attribute.md b/docs/examples/1.8.x/server-ruby/examples/databases/update-polygon-attribute.md index 04a3d9e824..c159822998 100644 --- a/docs/examples/1.8.x/server-ruby/examples/databases/update-polygon-attribute.md +++ b/docs/examples/1.8.x/server-ruby/examples/databases/update-polygon-attribute.md @@ -14,6 +14,6 @@ result = databases.update_polygon_attribute( collection_id: '', key: '', required: false, - default: '', # optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]], # optional new_key: '' # optional ) diff --git a/docs/examples/1.8.x/server-ruby/examples/tablesdb/create-line-column.md b/docs/examples/1.8.x/server-ruby/examples/tablesdb/create-line-column.md index e70b2111d8..ec2352e65a 100644 --- a/docs/examples/1.8.x/server-ruby/examples/tablesdb/create-line-column.md +++ b/docs/examples/1.8.x/server-ruby/examples/tablesdb/create-line-column.md @@ -14,5 +14,5 @@ result = tables_db.create_line_column( table_id: '', key: '', required: false, - default: '' # optional + default: [[1, 2], [3, 4], [5, 6]] # optional ) diff --git a/docs/examples/1.8.x/server-ruby/examples/tablesdb/create-point-column.md b/docs/examples/1.8.x/server-ruby/examples/tablesdb/create-point-column.md index 5f2e046d31..bfe77a54d0 100644 --- a/docs/examples/1.8.x/server-ruby/examples/tablesdb/create-point-column.md +++ b/docs/examples/1.8.x/server-ruby/examples/tablesdb/create-point-column.md @@ -14,5 +14,5 @@ result = tables_db.create_point_column( table_id: '', key: '', required: false, - default: '' # optional + default: [1, 2] # optional ) diff --git a/docs/examples/1.8.x/server-ruby/examples/tablesdb/create-polygon-column.md b/docs/examples/1.8.x/server-ruby/examples/tablesdb/create-polygon-column.md index 86a18522b0..40ac70e78c 100644 --- a/docs/examples/1.8.x/server-ruby/examples/tablesdb/create-polygon-column.md +++ b/docs/examples/1.8.x/server-ruby/examples/tablesdb/create-polygon-column.md @@ -14,5 +14,5 @@ result = tables_db.create_polygon_column( table_id: '', key: '', required: false, - default: '' # optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]] # optional ) diff --git a/docs/examples/1.8.x/server-ruby/examples/tablesdb/update-line-column.md b/docs/examples/1.8.x/server-ruby/examples/tablesdb/update-line-column.md index 7f71e18231..5c1e24d16e 100644 --- a/docs/examples/1.8.x/server-ruby/examples/tablesdb/update-line-column.md +++ b/docs/examples/1.8.x/server-ruby/examples/tablesdb/update-line-column.md @@ -14,6 +14,6 @@ result = tables_db.update_line_column( table_id: '', key: '', required: false, - default: '', # optional + default: [[1, 2], [3, 4], [5, 6]], # optional new_key: '' # optional ) diff --git a/docs/examples/1.8.x/server-ruby/examples/tablesdb/update-point-column.md b/docs/examples/1.8.x/server-ruby/examples/tablesdb/update-point-column.md index ee32b54a1b..f2130bda64 100644 --- a/docs/examples/1.8.x/server-ruby/examples/tablesdb/update-point-column.md +++ b/docs/examples/1.8.x/server-ruby/examples/tablesdb/update-point-column.md @@ -14,6 +14,6 @@ result = tables_db.update_point_column( table_id: '', key: '', required: false, - default: '', # optional + default: [1, 2], # optional new_key: '' # optional ) diff --git a/docs/examples/1.8.x/server-ruby/examples/tablesdb/update-polygon-column.md b/docs/examples/1.8.x/server-ruby/examples/tablesdb/update-polygon-column.md index 48c68a11ea..6b878e3e18 100644 --- a/docs/examples/1.8.x/server-ruby/examples/tablesdb/update-polygon-column.md +++ b/docs/examples/1.8.x/server-ruby/examples/tablesdb/update-polygon-column.md @@ -14,6 +14,6 @@ result = tables_db.update_polygon_column( table_id: '', key: '', required: false, - default: '', # optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]], # optional new_key: '' # optional ) diff --git a/docs/examples/1.8.x/server-swift/examples/databases/create-line-attribute.md b/docs/examples/1.8.x/server-swift/examples/databases/create-line-attribute.md index 38e7a7d13a..610da4dd71 100644 --- a/docs/examples/1.8.x/server-swift/examples/databases/create-line-attribute.md +++ b/docs/examples/1.8.x/server-swift/examples/databases/create-line-attribute.md @@ -12,6 +12,6 @@ let attributeLine = try await databases.createLineAttribute( collectionId: "", key: "", required: false, - default: "" // optional + default: [[1, 2], [3, 4], [5, 6]] // optional ) diff --git a/docs/examples/1.8.x/server-swift/examples/databases/create-point-attribute.md b/docs/examples/1.8.x/server-swift/examples/databases/create-point-attribute.md index bd204071ce..e3392e871f 100644 --- a/docs/examples/1.8.x/server-swift/examples/databases/create-point-attribute.md +++ b/docs/examples/1.8.x/server-swift/examples/databases/create-point-attribute.md @@ -12,6 +12,6 @@ let attributePoint = try await databases.createPointAttribute( collectionId: "", key: "", required: false, - default: "" // optional + default: [1, 2] // optional ) diff --git a/docs/examples/1.8.x/server-swift/examples/databases/create-polygon-attribute.md b/docs/examples/1.8.x/server-swift/examples/databases/create-polygon-attribute.md index 9799c08177..c68543e87b 100644 --- a/docs/examples/1.8.x/server-swift/examples/databases/create-polygon-attribute.md +++ b/docs/examples/1.8.x/server-swift/examples/databases/create-polygon-attribute.md @@ -12,6 +12,6 @@ let attributePolygon = try await databases.createPolygonAttribute( collectionId: "", key: "", required: false, - default: "" // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]] // optional ) diff --git a/docs/examples/1.8.x/server-swift/examples/databases/update-line-attribute.md b/docs/examples/1.8.x/server-swift/examples/databases/update-line-attribute.md index d7e7612c51..a9c65367aa 100644 --- a/docs/examples/1.8.x/server-swift/examples/databases/update-line-attribute.md +++ b/docs/examples/1.8.x/server-swift/examples/databases/update-line-attribute.md @@ -12,7 +12,7 @@ let attributeLine = try await databases.updateLineAttribute( collectionId: "", key: "", required: false, - default: "", // optional + default: [[1, 2], [3, 4], [5, 6]], // optional newKey: "" // optional ) diff --git a/docs/examples/1.8.x/server-swift/examples/databases/update-point-attribute.md b/docs/examples/1.8.x/server-swift/examples/databases/update-point-attribute.md index 8907cd0cd8..6fd00c5da6 100644 --- a/docs/examples/1.8.x/server-swift/examples/databases/update-point-attribute.md +++ b/docs/examples/1.8.x/server-swift/examples/databases/update-point-attribute.md @@ -12,7 +12,7 @@ let attributePoint = try await databases.updatePointAttribute( collectionId: "", key: "", required: false, - default: "", // optional + default: [1, 2], // optional newKey: "" // optional ) diff --git a/docs/examples/1.8.x/server-swift/examples/databases/update-polygon-attribute.md b/docs/examples/1.8.x/server-swift/examples/databases/update-polygon-attribute.md index 35da75bffb..08bbaec88e 100644 --- a/docs/examples/1.8.x/server-swift/examples/databases/update-polygon-attribute.md +++ b/docs/examples/1.8.x/server-swift/examples/databases/update-polygon-attribute.md @@ -12,7 +12,7 @@ let attributePolygon = try await databases.updatePolygonAttribute( collectionId: "", key: "", required: false, - default: "", // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]], // optional newKey: "" // optional ) diff --git a/docs/examples/1.8.x/server-swift/examples/tablesdb/create-line-column.md b/docs/examples/1.8.x/server-swift/examples/tablesdb/create-line-column.md index 6d776f9a22..2737d91cb8 100644 --- a/docs/examples/1.8.x/server-swift/examples/tablesdb/create-line-column.md +++ b/docs/examples/1.8.x/server-swift/examples/tablesdb/create-line-column.md @@ -12,6 +12,6 @@ let columnLine = try await tablesDB.createLineColumn( tableId: "", key: "", required: false, - default: "" // optional + default: [[1, 2], [3, 4], [5, 6]] // optional ) diff --git a/docs/examples/1.8.x/server-swift/examples/tablesdb/create-point-column.md b/docs/examples/1.8.x/server-swift/examples/tablesdb/create-point-column.md index 53ed8b45f9..2652ea0427 100644 --- a/docs/examples/1.8.x/server-swift/examples/tablesdb/create-point-column.md +++ b/docs/examples/1.8.x/server-swift/examples/tablesdb/create-point-column.md @@ -12,6 +12,6 @@ let columnPoint = try await tablesDB.createPointColumn( tableId: "", key: "", required: false, - default: "" // optional + default: [1, 2] // optional ) diff --git a/docs/examples/1.8.x/server-swift/examples/tablesdb/create-polygon-column.md b/docs/examples/1.8.x/server-swift/examples/tablesdb/create-polygon-column.md index 1c692be280..860a1eeab2 100644 --- a/docs/examples/1.8.x/server-swift/examples/tablesdb/create-polygon-column.md +++ b/docs/examples/1.8.x/server-swift/examples/tablesdb/create-polygon-column.md @@ -12,6 +12,6 @@ let columnPolygon = try await tablesDB.createPolygonColumn( tableId: "", key: "", required: false, - default: "" // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]] // optional ) diff --git a/docs/examples/1.8.x/server-swift/examples/tablesdb/update-line-column.md b/docs/examples/1.8.x/server-swift/examples/tablesdb/update-line-column.md index b04fd74c6e..d63e024849 100644 --- a/docs/examples/1.8.x/server-swift/examples/tablesdb/update-line-column.md +++ b/docs/examples/1.8.x/server-swift/examples/tablesdb/update-line-column.md @@ -12,7 +12,7 @@ let columnLine = try await tablesDB.updateLineColumn( tableId: "", key: "", required: false, - default: "", // optional + default: [[1, 2], [3, 4], [5, 6]], // optional newKey: "" // optional ) diff --git a/docs/examples/1.8.x/server-swift/examples/tablesdb/update-point-column.md b/docs/examples/1.8.x/server-swift/examples/tablesdb/update-point-column.md index b2885de919..3427b17bdf 100644 --- a/docs/examples/1.8.x/server-swift/examples/tablesdb/update-point-column.md +++ b/docs/examples/1.8.x/server-swift/examples/tablesdb/update-point-column.md @@ -12,7 +12,7 @@ let columnPoint = try await tablesDB.updatePointColumn( tableId: "", key: "", required: false, - default: "", // optional + default: [1, 2], // optional newKey: "" // optional ) diff --git a/docs/examples/1.8.x/server-swift/examples/tablesdb/update-polygon-column.md b/docs/examples/1.8.x/server-swift/examples/tablesdb/update-polygon-column.md index 8ce6d2077f..140665a1be 100644 --- a/docs/examples/1.8.x/server-swift/examples/tablesdb/update-polygon-column.md +++ b/docs/examples/1.8.x/server-swift/examples/tablesdb/update-polygon-column.md @@ -12,7 +12,7 @@ let columnPolygon = try await tablesDB.updatePolygonColumn( tableId: "", key: "", required: false, - default: "", // optional + default: [[[1, 2], [3, 4], [5, 6], [1, 2]]], // optional newKey: "" // optional ) diff --git a/docs/references/databases/create-point-attribute.md b/docs/references/databases/create-point-attribute.md index fb9b6be24b..dd92ffc98e 100644 --- a/docs/references/databases/create-point-attribute.md +++ b/docs/references/databases/create-point-attribute.md @@ -1 +1 @@ -Create a geometric 2d point attribute. \ No newline at end of file +Create a geometric point attribute. \ No newline at end of file diff --git a/docs/references/proxy/delete-rule.md b/docs/references/proxy/delete-rule.md deleted file mode 100644 index 7a4823f86d..0000000000 --- a/docs/references/proxy/delete-rule.md +++ /dev/null @@ -1 +0,0 @@ -Delete a proxy rule by its unique ID. \ No newline at end of file diff --git a/docs/references/proxy/get-rule.md b/docs/references/proxy/get-rule.md deleted file mode 100644 index cfd040141e..0000000000 --- a/docs/references/proxy/get-rule.md +++ /dev/null @@ -1 +0,0 @@ -Get a proxy rule by its unique ID. \ No newline at end of file diff --git a/docs/references/proxy/list-rules.md b/docs/references/proxy/list-rules.md deleted file mode 100644 index 042d780f02..0000000000 --- a/docs/references/proxy/list-rules.md +++ /dev/null @@ -1 +0,0 @@ -Get a list of all the proxy rules. You can use the query params to filter your results. \ No newline at end of file diff --git a/docs/references/proxy/update-rule-verification.md b/docs/references/proxy/update-rule-verification.md deleted file mode 100644 index c06994bc59..0000000000 --- a/docs/references/proxy/update-rule-verification.md +++ /dev/null @@ -1 +0,0 @@ -Retry getting verification process of a proxy rule. This endpoint triggers domain verification by checking DNS records (CNAME) against the configured target domain. If verification is successful, a TLS certificate will be automatically provisioned for the domain. \ No newline at end of file diff --git a/docs/references/tablesdb/create-line-column.md b/docs/references/tablesdb/create-line-column.md index 96f1509936..bee229c132 100644 --- a/docs/references/tablesdb/create-line-column.md +++ b/docs/references/tablesdb/create-line-column.md @@ -1 +1 @@ -Create a geometric line attribute. \ No newline at end of file +Create a geometric line column. \ No newline at end of file diff --git a/docs/references/tablesdb/create-point-column.md b/docs/references/tablesdb/create-point-column.md index dd92ffc98e..36bb5b6c37 100644 --- a/docs/references/tablesdb/create-point-column.md +++ b/docs/references/tablesdb/create-point-column.md @@ -1 +1 @@ -Create a geometric point attribute. \ No newline at end of file +Create a geometric point column. \ No newline at end of file diff --git a/docs/references/tablesdb/create-polygon-column.md b/docs/references/tablesdb/create-polygon-column.md index 7cb3985ff7..c334003cc6 100644 --- a/docs/references/tablesdb/create-polygon-column.md +++ b/docs/references/tablesdb/create-polygon-column.md @@ -1 +1 @@ -Create a geometric polygon attribute. \ No newline at end of file +Create a geometric polygon column. \ No newline at end of file diff --git a/docs/references/tablesdb/update-line-column.md b/docs/references/tablesdb/update-line-column.md index 1cd3b53d07..2558d4ab3c 100644 --- a/docs/references/tablesdb/update-line-column.md +++ b/docs/references/tablesdb/update-line-column.md @@ -1 +1 @@ -Update a line column. Changing the `default` value will not update already existing documents. \ No newline at end of file +Update a line column. Changing the `default` value will not update already existing rows. \ No newline at end of file diff --git a/docs/references/tablesdb/update-point-column.md b/docs/references/tablesdb/update-point-column.md index 251e6de260..9acf547538 100644 --- a/docs/references/tablesdb/update-point-column.md +++ b/docs/references/tablesdb/update-point-column.md @@ -1 +1 @@ -Update a point column. Changing the `default` value will not update already existing documents. \ No newline at end of file +Update a point column. Changing the `default` value will not update already existing rows. \ No newline at end of file diff --git a/docs/references/tablesdb/update-polygon-column.md b/docs/references/tablesdb/update-polygon-column.md index fc46a223cf..40dbf8a095 100644 --- a/docs/references/tablesdb/update-polygon-column.md +++ b/docs/references/tablesdb/update-polygon-column.md @@ -1 +1 @@ -Update a polygon column. Changing the `default` value will not update already existing documents. \ No newline at end of file +Update a polygon column. Changing the `default` value will not update already existing rows. \ No newline at end of file diff --git a/docs/sdks/dart/CHANGELOG.md b/docs/sdks/dart/CHANGELOG.md index 9a0b94a85d..7033bbdd1d 100644 --- a/docs/sdks/dart/CHANGELOG.md +++ b/docs/sdks/dart/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 18.0.0 + +* Rename `CreditCard` enum value `unionChinaPay` to `unionPay` +* Add time between query support +* Add spatial attribute support +* Add spatial index support +* Add spatial query support + ## 17.0.0 * Support for Appwrite 1.8 diff --git a/docs/sdks/flutter/CHANGELOG.md b/docs/sdks/flutter/CHANGELOG.md index 9794709ed7..7ff4a445b3 100644 --- a/docs/sdks/flutter/CHANGELOG.md +++ b/docs/sdks/flutter/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 19.0.0 + +* Rename `CreditCard` enum value `unionChinaPay` to `unionPay` +* Add time between query support +* Add spatial query support + ## 18.0.0 * Support for Appwrite 1.8 diff --git a/src/Appwrite/Event/Certificate.php b/src/Appwrite/Event/Certificate.php index 827472ae37..00875c7a4a 100644 --- a/src/Appwrite/Event/Certificate.php +++ b/src/Appwrite/Event/Certificate.php @@ -9,6 +9,7 @@ class Certificate extends Event { protected bool $skipRenewCheck = false; protected ?Document $domain = null; + protected ?string $validationDomain = null; public function __construct(protected Publisher $publisher) { @@ -55,6 +56,30 @@ class Certificate extends Event return $this; } + + /** + * Set override for main domain used for validation + * + * @param string|null $validationDomain + * @return self + */ + public function setValidationDomain(?string $validationDomain): self + { + $this->validationDomain = $validationDomain; + + return $this; + } + + /** + * Get validation domain + * + * @return string|null + */ + public function getValidationDomain(): ?string + { + return $this->validationDomain; + } + /** * Return if the certificate needs be validated. * @@ -65,6 +90,7 @@ class Certificate extends Event return $this->skipRenewCheck; } + /** * Prepare the payload for the event * @@ -75,7 +101,8 @@ class Certificate extends Event return [ 'project' => $this->project, 'domain' => $this->domain, - 'skipRenewCheck' => $this->skipRenewCheck + 'skipRenewCheck' => $this->skipRenewCheck, + 'validationDomain' => $this->validationDomain ]; } } diff --git a/src/Appwrite/Platform/Modules/Proxy/Http/Rules/Delete.php b/src/Appwrite/Platform/Modules/Proxy/Http/Rules/Delete.php new file mode 100644 index 0000000000..5d76cc161e --- /dev/null +++ b/src/Appwrite/Platform/Modules/Proxy/Http/Rules/Delete.php @@ -0,0 +1,88 @@ +setHttpMethod(Action::HTTP_REQUEST_METHOD_DELETE) + ->setHttpPath('/v1/proxy/rules/:ruleId') + ->desc('Delete rule') + ->groups(['api', 'proxy']) + ->label('scope', 'rules.write') + ->label('event', 'rules.[ruleId].delete') + ->label('audits.event', 'rules.delete') + ->label('audits.resource', 'rule/{request.ruleId}') + ->label('sdk', new Method( + namespace: 'proxy', + group: null, + name: 'deleteRule', + description: <<param('ruleId', '', new UID(), 'Rule ID.') + ->inject('response') + ->inject('project') + ->inject('dbForPlatform') + ->inject('queueForDeletes') + ->inject('queueForEvents') + ->callback($this->action(...)); + } + + public function action( + string $ruleId, + Response $response, + Document $project, + Database $dbForPlatform, + DeleteEvent $queueForDeletes, + Event $queueForEvents + ) { + $rule = $dbForPlatform->getDocument('rules', $ruleId); + + if ($rule->isEmpty() || $rule->getAttribute('projectInternalId') !== $project->getSequence()) { + throw new Exception(Exception::RULE_NOT_FOUND); + } + + $dbForPlatform->deleteDocument('rules', $rule->getId()); + + $queueForDeletes + ->setType(DELETE_TYPE_DOCUMENT) + ->setDocument($rule); + + $queueForEvents->setParam('ruleId', $rule->getId()); + + $response->noContent(); + } +} diff --git a/src/Appwrite/Platform/Modules/Proxy/Http/Rules/Get.php b/src/Appwrite/Platform/Modules/Proxy/Http/Rules/Get.php new file mode 100644 index 0000000000..77aa3df581 --- /dev/null +++ b/src/Appwrite/Platform/Modules/Proxy/Http/Rules/Get.php @@ -0,0 +1,73 @@ +setHttpMethod(Action::HTTP_REQUEST_METHOD_GET) + ->setHttpPath('/v1/proxy/rules/:ruleId') + ->desc('Get rule') + ->groups(['api', 'proxy']) + ->label('scope', 'rules.read') + ->label('sdk', new Method( + namespace: 'proxy', + group: null, + name: 'getRule', + description: <<param('ruleId', '', new UID(), 'Rule ID.') + ->inject('response') + ->inject('project') + ->inject('dbForPlatform') + ->callback($this->action(...)); + } + + public function action( + string $ruleId, + Response $response, + Document $project, + Database $dbForPlatform + ) { + $rule = $dbForPlatform->getDocument('rules', $ruleId); + + if ($rule->isEmpty() || $rule->getAttribute('projectInternalId') !== $project->getSequence()) { + throw new Exception(Exception::RULE_NOT_FOUND); + } + + $certificate = $dbForPlatform->getDocument('certificates', $rule->getAttribute('certificateId', '')); + $rule->setAttribute('logs', $certificate->getAttribute('logs', '')); + $rule->setAttribute('renewAt', $certificate->getAttribute('renewDate', '')); + + $response->dynamic($rule, Response::MODEL_PROXY_RULE); + } +} diff --git a/src/Appwrite/Platform/Modules/Proxy/Http/Rules/Verification/Update.php b/src/Appwrite/Platform/Modules/Proxy/Http/Rules/Verification/Update.php new file mode 100644 index 0000000000..3d52d203c3 --- /dev/null +++ b/src/Appwrite/Platform/Modules/Proxy/Http/Rules/Verification/Update.php @@ -0,0 +1,186 @@ +setHttpMethod(Action::HTTP_REQUEST_METHOD_PATCH) + ->setHttpPath('/v1/proxy/rules/:ruleId/verification') + ->desc('Update rule verification status') + ->groups(['api', 'proxy']) + ->label('scope', 'rules.write') + ->label('event', 'rules.[ruleId].update') + ->label('audits.event', 'rule.update') + ->label('audits.resource', 'rule/{response.$id}') + ->label('sdk', new Method( + namespace: 'proxy', + group: null, + name: 'updateRuleVerification', + description: <<param('ruleId', '', new UID(), 'Rule ID.') + ->inject('response') + ->inject('queueForCertificates') + ->inject('queueForEvents') + ->inject('project') + ->inject('dbForPlatform') + ->inject('log') + ->callback($this->action(...)); + } + + public function action( + string $ruleId, + Response $response, + Certificate $queueForCertificates, + Event $queueForEvents, + Document $project, + Database $dbForPlatform, + Log $log + ) { + $rule = $dbForPlatform->getDocument('rules', $ruleId); + + if ($rule->isEmpty() || $rule->getAttribute('projectInternalId') !== $project->getSequence()) { + throw new Exception(Exception::RULE_NOT_FOUND); + } + + $targetCNAME = null; + switch ($rule->getAttribute('type', '')) { + case 'api': + // For example: fra.cloud.appwrite.io + $targetCNAME = new Domain(System::getEnv('_APP_DOMAIN_TARGET_CNAME', '')); + break; + case 'redirect': + // For example: appwrite.network + $targetCNAME = new Domain(System::getEnv('_APP_DOMAIN_SITES', '')); + break; + case 'deployment': + switch ($rule->getAttribute('deploymentResourceType', '')) { + case 'function': + // For example: fra.appwrite.run + $targetCNAME = new Domain(System::getEnv('_APP_DOMAIN_FUNCTIONS', '')); + break; + case 'site': + // For example: appwrite.network + $targetCNAME = new Domain(System::getEnv('_APP_DOMAIN_SITES', '')); + break; + default: + break; + } + // no break + default: + break; + } + + $validators = []; + + if (!is_null($targetCNAME)) { + if ($targetCNAME->isKnown() && !$targetCNAME->isTest()) { + $validators[] = new DNS($targetCNAME->get(), DNS::RECORD_CNAME); + } + } + + if ((new IP(IP::V4))->isValid(System::getEnv('_APP_DOMAIN_TARGET_A', ''))) { + $validators[] = new DNS(System::getEnv('_APP_DOMAIN_TARGET_A', ''), DNS::RECORD_A); + } + if ((new IP(IP::V6))->isValid(System::getEnv('_APP_DOMAIN_TARGET_AAAA', ''))) { + $validators[] = new DNS(System::getEnv('_APP_DOMAIN_TARGET_AAAA', ''), DNS::RECORD_AAAA); + } + + if (empty($validators)) { + throw new Exception(Exception::GENERAL_SERVER_ERROR, 'At least one of domain targets environment variable must be configured.'); + } + + if ($rule->getAttribute('verification') === true) { + return $response->dynamic($rule, Response::MODEL_PROXY_RULE); + } + + $validator = new AnyOf($validators, AnyOf::TYPE_STRING); + $domain = new Domain($rule->getAttribute('domain', '')); + + $validationStart = \microtime(true); + if (!$validator->isValid($domain->get())) { + $log->addExtra('dnsTiming', \strval(\microtime(true) - $validationStart)); + $log->addTag('dnsDomain', $domain->get()); + + $errors = []; + foreach ($validators as $validator) { + if (!empty($validator->getLogs())) { + $errors[] = $validator->getLogs(); + } + } + + $error = \implode("\n", $errors); + $log->addExtra('dnsResponse', \is_array($error) ? \json_encode($error) : \strval($error)); + + throw new Exception(Exception::RULE_VERIFICATION_FAILED); + } + + // Ensure CAA won't block certificate issuance + if (!empty(System::getEnv('_APP_DOMAIN_TARGET_CAA', ''))) { + $validationStart = \microtime(true); + $validator = new DNS(System::getEnv('_APP_DOMAIN_TARGET_CAA', ''), DNS::RECORD_CAA); + if (!$validator->isValid($domain->get())) { + $log->addExtra('dnsTimingCaa', \strval(\microtime(true) - $validationStart)); + $log->addTag('dnsDomain', $domain->get()); + $error = $validator->getDescription(); + $log->addExtra('dnsResponse', \is_array($error) ? \json_encode($error) : \strval($error)); + throw new Exception(Exception::RULE_VERIFICATION_FAILED, 'Domain verification failed because CAA records do not allow Appwrite\'s certificate issuer.'); + } + } + + $dbForPlatform->updateDocument('rules', $rule->getId(), $rule->setAttribute('status', 'verifying')); + + // Issue a TLS certificate when domain is verified + $queueForCertificates + ->setDomain(new Document([ + 'domain' => $rule->getAttribute('domain'), + 'domainType' => $rule->getAttribute('deploymentResourceType', $rule->getAttribute('type')), + ])) + ->trigger(); + + $queueForEvents->setParam('ruleId', $rule->getId()); + + $certificate = $dbForPlatform->getDocument('certificates', $rule->getAttribute('certificateId', '')); + $rule->setAttribute('logs', $certificate->getAttribute('logs', '')); + + $response->dynamic($rule, Response::MODEL_PROXY_RULE); + } +} diff --git a/src/Appwrite/Platform/Modules/Proxy/Http/Rules/XList.php b/src/Appwrite/Platform/Modules/Proxy/Http/Rules/XList.php new file mode 100644 index 0000000000..e084cf76b2 --- /dev/null +++ b/src/Appwrite/Platform/Modules/Proxy/Http/Rules/XList.php @@ -0,0 +1,118 @@ +setHttpMethod(Action::HTTP_REQUEST_METHOD_GET) + ->setHttpPath('/v1/proxy/rules') + ->desc('List rules') + ->groups(['api', 'proxy']) + ->label('scope', 'rules.read') + ->label('sdk', new Method( + namespace: 'proxy', + group: null, + name: 'listRules', + description: <<param('queries', [], new Rules(), 'Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/databases#querying-documents). Maximum of ' . APP_LIMIT_ARRAY_PARAMS_SIZE . ' queries are allowed, each ' . APP_LIMIT_ARRAY_ELEMENT_SIZE . ' characters long. You may filter on the following attributes: ' . implode(', ', Rules::ALLOWED_ATTRIBUTES), true) + ->param('search', '', new Text(256), 'Search term to filter your list results. Max length: 256 chars.', true) + ->inject('response') + ->inject('project') + ->inject('dbForPlatform') + ->callback($this->action(...)); + } + + public function action( + array $queries, + string $search, + Response $response, + Document $project, + Database $dbForPlatform + ) { + try { + $queries = Query::parseQueries($queries); + } catch (QueryException $e) { + throw new Exception(Exception::GENERAL_QUERY_INVALID, $e->getMessage()); + } + + if (!empty($search)) { + $queries[] = Query::search('search', $search); + } + + $queries[] = Query::equal('projectInternalId', [$project->getSequence()]); + + /** + * Get cursor document if there was a cursor query, we use array_filter and reset for reference $cursor to $queries + */ + $cursor = \array_filter($queries, function ($query) { + return \in_array($query->getMethod(), [Query::TYPE_CURSOR_AFTER, Query::TYPE_CURSOR_BEFORE]); + }); + $cursor = reset($cursor); + if ($cursor) { + /** @var Query $cursor */ + + $validator = new Cursor(); + if (!$validator->isValid($cursor)) { + throw new Exception(Exception::GENERAL_QUERY_INVALID, $validator->getDescription()); + } + + $ruleId = $cursor->getValue(); + $cursorDocument = $dbForPlatform->getDocument('rules', $ruleId); + + if ($cursorDocument->isEmpty()) { + throw new Exception(Exception::GENERAL_CURSOR_NOT_FOUND, "Rule '{$ruleId}' for the 'cursor' value not found."); + } + + $cursor->setValue($cursorDocument); + } + + $filterQueries = Query::groupByType($queries)['filters']; + + $rules = $dbForPlatform->find('rules', $queries); + foreach ($rules as $rule) { + $certificate = $dbForPlatform->getDocument('certificates', $rule->getAttribute('certificateId', '')); + $rule->setAttribute('logs', $certificate->getAttribute('logs', '')); + $rule->setAttribute('renewAt', $certificate->getAttribute('renewDate', '')); + } + + $response->dynamic(new Document([ + 'rules' => $rules, + 'total' => $dbForPlatform->count('rules', $filterQueries, APP_LIMIT_COUNT), + ]), Response::MODEL_PROXY_RULE_LIST); + } +} diff --git a/src/Appwrite/Platform/Modules/Proxy/Services/Http.php b/src/Appwrite/Platform/Modules/Proxy/Services/Http.php index c5f11ad5be..980c64cc54 100644 --- a/src/Appwrite/Platform/Modules/Proxy/Services/Http.php +++ b/src/Appwrite/Platform/Modules/Proxy/Services/Http.php @@ -3,9 +3,13 @@ namespace Appwrite\Platform\Modules\Proxy\Services; use Appwrite\Platform\Modules\Proxy\Http\Rules\API\Create as CreateAPIRule; +use Appwrite\Platform\Modules\Proxy\Http\Rules\Delete as DeleteRule; use Appwrite\Platform\Modules\Proxy\Http\Rules\Function\Create as CreateFunctionRule; +use Appwrite\Platform\Modules\Proxy\Http\Rules\Get as GetRule; use Appwrite\Platform\Modules\Proxy\Http\Rules\Redirect\Create as CreateRedirectRule; use Appwrite\Platform\Modules\Proxy\Http\Rules\Site\Create as CreateSiteRule; +use Appwrite\Platform\Modules\Proxy\Http\Rules\Verification\Update as UpdateRuleVerification; +use Appwrite\Platform\Modules\Proxy\Http\Rules\XList as ListRules; use Utopia\Platform\Service; class Http extends Service @@ -19,5 +23,9 @@ class Http extends Service $this->addAction(CreateSiteRule::getName(), new CreateSiteRule()); $this->addAction(CreateFunctionRule::getName(), new CreateFunctionRule()); $this->addAction(CreateRedirectRule::getName(), new CreateRedirectRule()); + $this->addAction(GetRule::getName(), new GetRule()); + $this->addAction(ListRules::getName(), new ListRules()); + $this->addAction(DeleteRule::getName(), new DeleteRule()); + $this->addAction(UpdateRuleVerification::getName(), new UpdateRuleVerification()); } } diff --git a/src/Appwrite/Platform/Workers/Certificates.php b/src/Appwrite/Platform/Workers/Certificates.php index aa6471dc1f..815da7c66d 100644 --- a/src/Appwrite/Platform/Workers/Certificates.php +++ b/src/Appwrite/Platform/Workers/Certificates.php @@ -93,12 +93,13 @@ class Certificates extends Action $document = new Document($payload['domain'] ?? []); $domain = new Domain($document->getAttribute('domain', '')); $skipRenewCheck = $payload['skipRenewCheck'] ?? false; + $validationDomain = $payload['validationDomain'] ?? null; $log->addTag('domain', $domain->get()); $domainType = $document->getAttribute('domainType'); - $this->execute($domain, $domainType, $dbForPlatform, $queueForMails, $queueForEvents, $queueForWebhooks, $queueForFunctions, $queueForRealtime, $log, $certificates, $skipRenewCheck, $plan); + $this->execute($domain, $domainType, $dbForPlatform, $queueForMails, $queueForEvents, $queueForWebhooks, $queueForFunctions, $queueForRealtime, $log, $certificates, $skipRenewCheck, $plan, $validationDomain); } /** @@ -112,6 +113,7 @@ class Certificates extends Action * @param CertificatesAdapter $certificates * @param bool $skipRenewCheck * @param array $plan + * @param string|null $validationDomain * @return void * @throws Throwable * @throws \Utopia\Database\Exception @@ -128,7 +130,8 @@ class Certificates extends Action Log $log, CertificatesAdapter $certificates, bool $skipRenewCheck = false, - array $plan = [] + array $plan = [], + ?string $validationDomain = null ): void { /** * 1. Read arguments and validate domain @@ -176,7 +179,7 @@ class Certificates extends Action // Validate domain and DNS records. Skip if job is forced if (!$skipRenewCheck) { - $mainDomain = $this->getMainDomain(); + $mainDomain = $validationDomain ?? $this->getMainDomain(); $isMainDomain = !isset($mainDomain) || $domain->get() === $mainDomain; $this->validateDomain($domain, $isMainDomain, $log); diff --git a/src/Appwrite/Platform/Workers/StatsResources.php b/src/Appwrite/Platform/Workers/StatsResources.php index 98c9d01a87..da8c086bf4 100644 --- a/src/Appwrite/Platform/Workers/StatsResources.php +++ b/src/Appwrite/Platform/Workers/StatsResources.php @@ -432,11 +432,20 @@ class StatsResources extends Action protected function writeDocuments(Database $dbForLogs, Document $project): void { - $dbForLogs->createOrUpdateDocuments( - 'stats', - $this->documents - ); - $this->documents = []; - Console::success('Stats written to logs db for project: ' . $project->getId() . '(' . $project->getSequence() . ')'); + $message = 'Stats writeDocuments project: ' . $project->getId() . '(' . $project->getSequence() . ')'; + + try { + $dbForLogs->createOrUpdateDocuments( + 'stats', + $this->documents + ); + + Console::success($message . ' | Documents: ' . count($this->documents)); + } catch (\Throwable $e) { + Console::error('Error: ' . $message . ' | Exception: ' . $e->getMessage()); + throw $e; + } finally { + $this->documents = []; + } } } diff --git a/tests/e2e/Services/Databases/TablesDB/DatabasesBase.php b/tests/e2e/Services/Databases/TablesDB/DatabasesBase.php index b950772bf5..e8015ed1e1 100644 --- a/tests/e2e/Services/Databases/TablesDB/DatabasesBase.php +++ b/tests/e2e/Services/Databases/TablesDB/DatabasesBase.php @@ -8251,7 +8251,7 @@ trait DatabasesBase 'content-type' => 'application/json', 'x-appwrite-project' => $this->getProject()['$id'], ], $this->getHeaders()), [ - 'queries' => [Query::intersects('polyAttr', [[5.0, 5.0]])->toString()] + 'queries' => [Query::intersects('polyAttr', [5.0, 5.0])->toString()] ]); $this->assertEquals(200, $response['headers']['status-code']); $this->assertEquals(1, $response['body']['total']); @@ -8262,7 +8262,7 @@ trait DatabasesBase 'content-type' => 'application/json', 'x-appwrite-project' => $this->getProject()['$id'], ], $this->getHeaders()), [ - 'queries' => [Query::notIntersects('polyAttr', [[60.0, 60.0]])->toString()] + 'queries' => [Query::notIntersects('polyAttr', [60.0, 60.0])->toString()] ]); $this->assertEquals(200, $response['headers']['status-code']); $this->assertEquals(3, $response['body']['total']);