From a280a565f69b07b28db6d9ca439abb07f4d2dd72 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Thu, 23 Oct 2025 19:06:11 +0530 Subject: [PATCH 1/3] feat: resend adapter --- app/config/specs/open-api3-1.8.x-client.json | 96 ++- app/config/specs/open-api3-1.8.x-console.json | 651 ++++++++++------- app/config/specs/open-api3-1.8.x-server.json | 576 +++++++++------ app/config/specs/open-api3-latest-client.json | 96 ++- .../specs/open-api3-latest-console.json | 651 ++++++++++------- app/config/specs/open-api3-latest-server.json | 576 +++++++++------ app/config/specs/swagger2-1.8.x-client.json | 96 ++- app/config/specs/swagger2-1.8.x-console.json | 669 +++++++++++------- app/config/specs/swagger2-1.8.x-server.json | 594 ++++++++++------ app/config/specs/swagger2-latest-client.json | 96 ++- app/config/specs/swagger2-latest-console.json | 669 +++++++++++------- app/config/specs/swagger2-latest-server.json | 594 ++++++++++------ app/controllers/api/messaging.php | 82 +++ composer.json | 2 +- composer.lock | 26 +- .../messaging/create-resend-provider.md | 1 + src/Appwrite/Platform/Workers/Messaging.php | 2 + 17 files changed, 3347 insertions(+), 2130 deletions(-) create mode 100644 docs/references/messaging/create-resend-provider.md 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 b6a6a1afe3..8a0aecb2a3 100644 --- a/app/config/specs/open-api3-1.8.x-client.json +++ b/app/config/specs/open-api3-1.8.x-client.json @@ -4934,7 +4934,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -4999,7 +4999,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5067,7 +5067,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5129,7 +5129,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5205,7 +5205,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5269,7 +5269,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5352,7 +5352,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -5451,7 +5451,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -5607,7 +5607,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -5716,7 +5716,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -5870,7 +5870,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -5978,7 +5978,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -6082,7 +6082,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -6206,7 +6206,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -6330,7 +6330,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -6405,7 +6405,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -6521,7 +6521,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -7115,7 +7115,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -7198,7 +7198,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -8076,7 +8076,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -8084,7 +8084,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client", @@ -8141,7 +8144,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -8149,7 +8152,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -8209,7 +8215,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -8217,7 +8223,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client", @@ -8271,7 +8280,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -8279,7 +8288,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -8347,7 +8359,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -8355,7 +8367,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -8411,7 +8426,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -8419,7 +8434,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -8494,7 +8512,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -8592,7 +8610,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -8743,7 +8761,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -8851,7 +8869,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -8996,7 +9014,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -9103,7 +9121,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -9206,7 +9224,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -9329,7 +9347,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 435, + "weight": 436, "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 c086fe03d0..78d35cf199 100644 --- a/app/config/specs/open-api3-1.8.x-console.json +++ b/app/config/specs/open-api3-1.8.x-console.json @@ -4992,7 +4992,7 @@ "x-appwrite": { "method": "getResource", "group": null, - "weight": 508, + "weight": 509, "cookies": false, "type": "", "demo": "console\/get-resource.md", @@ -5115,7 +5115,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 316, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -5219,7 +5219,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 312, + "weight": 313, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -5333,7 +5333,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -5398,7 +5398,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5466,7 +5466,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5528,7 +5528,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5604,7 +5604,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5668,7 +5668,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5751,7 +5751,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 319, + "weight": 320, "cookies": false, "type": "", "demo": "databases\/list-usage.md", @@ -5853,7 +5853,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 313, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5944,7 +5944,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 314, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -6055,7 +6055,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 315, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -6147,7 +6147,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -6234,7 +6234,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 320, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -6342,7 +6342,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 321, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -6415,7 +6415,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 322, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -6518,7 +6518,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6593,7 +6593,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6681,7 +6681,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6791,7 +6791,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -6906,7 +6906,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -7016,7 +7016,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -7131,7 +7131,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -7241,7 +7241,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -7356,7 +7356,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -7475,7 +7475,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7599,7 +7599,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7719,7 +7719,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7844,7 +7844,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7964,7 +7964,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -8089,7 +8089,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -8199,7 +8199,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -8314,7 +8314,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -8427,7 +8427,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8548,7 +8548,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8661,7 +8661,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8782,7 +8782,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8895,7 +8895,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -9016,7 +9016,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -9151,7 +9151,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -9272,7 +9272,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -9392,7 +9392,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -9502,7 +9502,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9648,7 +9648,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9723,7 +9723,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9807,7 +9807,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9919,7 +9919,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -10018,7 +10018,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -10203,7 +10203,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -10337,7 +10337,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -10440,7 +10440,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10540,7 +10540,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10649,7 +10649,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10803,7 +10803,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10911,7 +10911,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -11015,7 +11015,7 @@ "x-appwrite": { "method": "listDocumentLogs", "group": "logs", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/list-document-logs.md", @@ -11112,7 +11112,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -11236,7 +11236,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -11360,7 +11360,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -11446,7 +11446,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -11579,7 +11579,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11654,7 +11654,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11738,7 +11738,7 @@ "x-appwrite": { "method": "listCollectionLogs", "group": "collections", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "demo": "databases\/list-collection-logs.md", @@ -11825,7 +11825,7 @@ "x-appwrite": { "method": "getCollectionUsage", "group": null, - "weight": 326, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/get-collection-usage.md", @@ -11921,7 +11921,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 317, + "weight": 318, "cookies": false, "type": "", "demo": "databases\/list-logs.md", @@ -12027,7 +12027,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 318, + "weight": 319, "cookies": false, "type": "", "demo": "databases\/get-usage.md", @@ -12142,7 +12142,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 452, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -12215,7 +12215,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 449, + "weight": 450, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -12448,7 +12448,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 454, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -12497,7 +12497,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 455, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -12547,7 +12547,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 478, + "weight": 479, "cookies": false, "type": "", "demo": "functions\/list-templates.md", @@ -12647,7 +12647,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 477, + "weight": 478, "cookies": false, "type": "", "demo": "functions\/get-template.md", @@ -12707,7 +12707,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 471, + "weight": 472, "cookies": false, "type": "", "demo": "functions\/list-usage.md", @@ -12779,7 +12779,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 450, + "weight": 451, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -12838,7 +12838,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 451, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -13068,7 +13068,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 453, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -13129,7 +13129,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 458, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -13209,7 +13209,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 459, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -13292,7 +13292,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 456, + "weight": 457, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -13388,7 +13388,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 464, + "weight": 465, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -13473,7 +13473,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 461, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -13576,7 +13576,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 462, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -13673,7 +13673,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 457, + "weight": 458, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -13735,7 +13735,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 460, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -13799,7 +13799,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 463, + "weight": 464, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -13889,7 +13889,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 465, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -13960,7 +13960,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -14035,7 +14035,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -14151,7 +14151,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -14216,7 +14216,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -14287,7 +14287,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 470, + "weight": 471, "cookies": false, "type": "", "demo": "functions\/get-usage.md", @@ -14369,7 +14369,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 474, + "weight": 475, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -14428,7 +14428,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 472, + "weight": 473, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -14519,7 +14519,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 473, + "weight": 474, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -14588,7 +14588,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 475, + "weight": 476, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -14679,7 +14679,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 476, + "weight": 477, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -16565,7 +16565,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 304, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -16641,7 +16641,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -16785,7 +16785,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -16931,7 +16931,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 303, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -17105,7 +17105,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 310, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -17283,7 +17283,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 302, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -17460,7 +17460,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -17638,7 +17638,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 307, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -17691,7 +17691,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 311, + "weight": 312, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -17753,7 +17753,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 305, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -17828,7 +17828,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 306, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -17903,7 +17903,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 276, + "weight": 277, "cookies": false, "type": "", "demo": "messaging\/list-providers.md", @@ -17979,7 +17979,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 275, + "weight": 276, "cookies": false, "type": "", "demo": "messaging\/create-apns-provider.md", @@ -18154,7 +18154,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 288, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -18330,7 +18330,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 274, + "weight": 275, "cookies": false, "type": "", "demo": "messaging\/create-fcm-provider.md", @@ -18477,7 +18477,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 287, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -18740,7 +18740,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 279, + "weight": 280, "cookies": false, "type": "", "demo": "messaging\/update-mailgun-provider.md", @@ -18858,7 +18858,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 269, + "weight": 270, "cookies": false, "type": "", "demo": "messaging\/create-msg-91-provider.md", @@ -18953,7 +18953,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 282, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -19027,6 +19027,111 @@ } } }, + "\/messaging\/providers\/resend": { + "post": { + "summary": "Create Resend provider", + "operationId": "messagingCreateResendProvider", + "tags": [ + "messaging" + ], + "description": "Create a new Resend provider.", + "responses": { + "201": { + "description": "Provider", + "content": { + "application\/json": { + "schema": { + "$ref": "#\/components\/schemas\/provider" + } + } + } + } + }, + "deprecated": false, + "x-appwrite": { + "method": "createResendProvider", + "group": "providers", + "weight": 268, + "cookies": false, + "type": "", + "demo": "messaging\/create-resend-provider.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/create-resend-provider.md", + "rate-limit": 0, + "rate-time": 3600, + "rate-key": "url:{url},ip:{ip}", + "scope": "providers.write", + "platforms": [ + "console", + "server" + ], + "packaging": false, + "auth": { + "Project": [] + } + }, + "security": [ + { + "Project": [], + "Key": [] + } + ], + "requestBody": { + "content": { + "application\/json": { + "schema": { + "type": "object", + "properties": { + "providerId": { + "type": "string", + "description": "Provider ID. Choose a custom ID or generate a random ID with `ID.unique()`. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars.", + "x-example": "" + }, + "name": { + "type": "string", + "description": "Provider name.", + "x-example": "" + }, + "apiKey": { + "type": "string", + "description": "Resend API key.", + "x-example": "" + }, + "fromName": { + "type": "string", + "description": "Sender Name.", + "x-example": "" + }, + "fromEmail": { + "type": "string", + "description": "Sender email address.", + "x-example": "email@example.com" + }, + "replyToName": { + "type": "string", + "description": "Name set in the reply to field for the mail. Default value is sender name.", + "x-example": "" + }, + "replyToEmail": { + "type": "string", + "description": "Email set in the reply to field for the mail. Default value is sender email.", + "x-example": "email@example.com" + }, + "enabled": { + "type": "boolean", + "description": "Set as enabled.", + "x-example": false + } + }, + "required": [ + "providerId", + "name" + ] + } + } + } + } + } + }, "\/messaging\/providers\/sendgrid": { "post": { "summary": "Create Sendgrid provider", @@ -19156,7 +19261,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 280, + "weight": 281, "cookies": false, "type": "", "demo": "messaging\/update-sendgrid-provider.md", @@ -19264,7 +19369,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 268, + "weight": 269, "cookies": false, "type": "", "demo": "messaging\/create-smtp-provider.md", @@ -19491,7 +19596,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 281, + "weight": 282, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -19716,7 +19821,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 270, + "weight": 271, "cookies": false, "type": "", "demo": "messaging\/create-telesign-provider.md", @@ -19811,7 +19916,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 283, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -19909,7 +20014,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 271, + "weight": 272, "cookies": false, "type": "", "demo": "messaging\/create-textmagic-provider.md", @@ -20004,7 +20109,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 284, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -20102,7 +20207,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 272, + "weight": 273, "cookies": false, "type": "", "demo": "messaging\/create-twilio-provider.md", @@ -20197,7 +20302,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 285, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -20295,7 +20400,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 273, + "weight": 274, "cookies": false, "type": "", "demo": "messaging\/create-vonage-provider.md", @@ -20390,7 +20495,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 286, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -20488,7 +20593,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 278, + "weight": 279, "cookies": false, "type": "", "demo": "messaging\/get-provider.md", @@ -20541,7 +20646,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 289, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -20603,7 +20708,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 277, + "weight": 278, "cookies": false, "type": "", "demo": "messaging\/list-provider-logs.md", @@ -20678,7 +20783,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 298, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -20753,7 +20858,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 291, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -20827,7 +20932,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 290, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -20910,7 +21015,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 293, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -20970,7 +21075,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 294, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -21047,7 +21152,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 295, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -21109,7 +21214,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 292, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -21184,7 +21289,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -21268,7 +21373,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -21358,7 +21463,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 299, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -21421,7 +21526,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -23035,7 +23140,7 @@ "x-appwrite": { "method": "list", "group": "projects", - "weight": 448, + "weight": 449, "cookies": false, "type": "", "demo": "projects\/list.md", @@ -24670,7 +24775,7 @@ "x-appwrite": { "method": "listDevKeys", "group": "devKeys", - "weight": 446, + "weight": 447, "cookies": false, "type": "", "demo": "projects\/list-dev-keys.md", @@ -24741,7 +24846,7 @@ "x-appwrite": { "method": "createDevKey", "group": "devKeys", - "weight": 443, + "weight": 444, "cookies": false, "type": "", "demo": "projects\/create-dev-key.md", @@ -24826,7 +24931,7 @@ "x-appwrite": { "method": "getDevKey", "group": "devKeys", - "weight": 445, + "weight": 446, "cookies": false, "type": "", "demo": "projects\/get-dev-key.md", @@ -24894,7 +24999,7 @@ "x-appwrite": { "method": "updateDevKey", "group": "devKeys", - "weight": 444, + "weight": 445, "cookies": false, "type": "", "demo": "projects\/update-dev-key.md", @@ -24980,7 +25085,7 @@ "x-appwrite": { "method": "deleteDevKey", "group": "devKeys", - "weight": 447, + "weight": 448, "cookies": false, "type": "", "demo": "projects\/delete-dev-key.md", @@ -28814,7 +28919,7 @@ "x-appwrite": { "method": "listRules", "group": null, - "weight": 514, + "weight": 515, "cookies": false, "type": "", "demo": "proxy\/list-rules.md", @@ -28888,7 +28993,7 @@ "x-appwrite": { "method": "createAPIRule", "group": null, - "weight": 509, + "weight": 510, "cookies": false, "type": "", "demo": "proxy\/create-api-rule.md", @@ -28955,7 +29060,7 @@ "x-appwrite": { "method": "createFunctionRule", "group": null, - "weight": 511, + "weight": 512, "cookies": false, "type": "", "demo": "proxy\/create-function-rule.md", @@ -29033,7 +29138,7 @@ "x-appwrite": { "method": "createRedirectRule", "group": null, - "weight": 512, + "weight": 513, "cookies": false, "type": "", "demo": "proxy\/create-redirect-rule.md", @@ -29146,7 +29251,7 @@ "x-appwrite": { "method": "createSiteRule", "group": null, - "weight": 510, + "weight": 511, "cookies": false, "type": "", "demo": "proxy\/create-site-rule.md", @@ -29224,7 +29329,7 @@ "x-appwrite": { "method": "getRule", "group": null, - "weight": 513, + "weight": 514, "cookies": false, "type": "", "demo": "proxy\/get-rule.md", @@ -29275,7 +29380,7 @@ "x-appwrite": { "method": "deleteRule", "group": null, - "weight": 515, + "weight": 516, "cookies": false, "type": "", "demo": "proxy\/delete-rule.md", @@ -29335,7 +29440,7 @@ "x-appwrite": { "method": "updateRuleVerification", "group": null, - "weight": 516, + "weight": 517, "cookies": false, "type": "", "demo": "proxy\/update-rule-verification.md", @@ -29395,7 +29500,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 481, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -29468,7 +29573,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 479, + "weight": 480, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -29717,7 +29822,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 484, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -29766,7 +29871,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 507, + "weight": 508, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -29816,7 +29921,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 503, + "weight": 504, "cookies": false, "type": "", "demo": "sites\/list-templates.md", @@ -29916,7 +30021,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 504, + "weight": 505, "cookies": false, "type": "", "demo": "sites\/get-template.md", @@ -29976,7 +30081,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 505, + "weight": 506, "cookies": false, "type": "", "demo": "sites\/list-usage.md", @@ -30048,7 +30153,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 480, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -30107,7 +30212,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 482, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -30352,7 +30457,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 483, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -30413,7 +30518,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 490, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -30493,7 +30598,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 489, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -30576,7 +30681,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 485, + "weight": 486, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -30677,7 +30782,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 493, + "weight": 494, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -30757,7 +30862,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 486, + "weight": 487, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -30860,7 +30965,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 487, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -30958,7 +31063,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 488, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -31020,7 +31125,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 491, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -31084,7 +31189,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 492, + "weight": 493, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -31174,7 +31279,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 494, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -31245,7 +31350,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 496, + "weight": 497, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -31319,7 +31424,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 495, + "weight": 496, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -31381,7 +31486,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 497, + "weight": 498, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -31452,7 +31557,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 506, + "weight": 507, "cookies": false, "type": "", "demo": "sites\/get-usage.md", @@ -31534,7 +31639,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 500, + "weight": 501, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -31593,7 +31698,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 498, + "weight": 499, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -31684,7 +31789,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 499, + "weight": 500, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -31753,7 +31858,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 501, + "weight": 502, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -31844,7 +31949,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 502, + "weight": 503, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -33316,7 +33421,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -33389,7 +33494,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -33468,7 +33573,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -33476,7 +33581,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client", @@ -33533,7 +33641,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -33541,7 +33649,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -33601,7 +33712,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -33609,7 +33720,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client", @@ -33663,7 +33777,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -33671,7 +33785,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -33739,7 +33856,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -33747,7 +33864,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -33803,7 +33923,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -33811,7 +33931,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -33886,7 +34009,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 384, + "weight": 385, "cookies": false, "type": "", "demo": "tablesdb\/list-usage.md", @@ -33983,7 +34106,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -34042,7 +34165,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -34118,7 +34241,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 381, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -34179,7 +34302,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -34265,7 +34388,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 385, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -34372,7 +34495,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -34444,7 +34567,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -34546,7 +34669,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 388, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -34620,7 +34743,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -34707,7 +34830,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 395, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -34816,7 +34939,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 396, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -34930,7 +35053,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -35039,7 +35162,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -35153,7 +35276,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -35262,7 +35385,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -35376,7 +35499,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -35494,7 +35617,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -35617,7 +35740,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -35736,7 +35859,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -35860,7 +35983,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -35979,7 +36102,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -36103,7 +36226,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -36212,7 +36335,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -36326,7 +36449,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -36438,7 +36561,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 410, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -36558,7 +36681,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -36670,7 +36793,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -36790,7 +36913,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -36902,7 +37025,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -37022,7 +37145,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -37156,7 +37279,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 417, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -37276,7 +37399,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -37395,7 +37518,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -37504,7 +37627,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -37649,7 +37772,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -37723,7 +37846,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -37806,7 +37929,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -37917,7 +38040,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -38002,7 +38125,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -38134,7 +38257,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -38208,7 +38331,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -38291,7 +38414,7 @@ "x-appwrite": { "method": "listTableLogs", "group": "tables", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/list-table-logs.md", @@ -38377,7 +38500,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -38475,7 +38598,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -38651,7 +38774,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -38780,7 +38903,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -38882,7 +39005,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -38981,7 +39104,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -39089,7 +39212,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -39234,7 +39357,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -39341,7 +39464,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -39444,7 +39567,7 @@ "x-appwrite": { "method": "listRowLogs", "group": "logs", - "weight": 434, + "weight": 435, "cookies": false, "type": "", "demo": "tablesdb\/list-row-logs.md", @@ -39540,7 +39663,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -39663,7 +39786,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 435, + "weight": 436, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -39786,7 +39909,7 @@ "x-appwrite": { "method": "getTableUsage", "group": null, - "weight": 391, + "weight": 392, "cookies": false, "type": "", "demo": "tablesdb\/get-table-usage.md", @@ -39881,7 +40004,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 383, + "weight": 384, "cookies": false, "type": "", "demo": "tablesdb\/get-usage.md", @@ -41093,7 +41216,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 519, + "weight": 520, "cookies": false, "type": "", "demo": "tokens\/list.md", @@ -41176,7 +41299,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 517, + "weight": 518, "cookies": false, "type": "", "demo": "tokens\/create-file-token.md", @@ -41265,7 +41388,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 518, + "weight": 519, "cookies": false, "type": "", "demo": "tokens\/get.md", @@ -41325,7 +41448,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 520, + "weight": 521, "cookies": false, "type": "", "demo": "tokens\/update.md", @@ -41395,7 +41518,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 521, + "weight": 522, "cookies": false, "type": "", "demo": "tokens\/delete.md", @@ -57408,6 +57531,12 @@ "description": "A target for your Appwrite custom domains.", "x-example": "127.0.0.1" }, + "_APP_COMPUTE_BUILD_TIMEOUT": { + "type": "integer", + "description": "Maximum build timeout in seconds.", + "x-example": 900, + "format": "int32" + }, "_APP_DOMAIN_TARGET_AAAA": { "type": "string", "description": "AAAA target for your Appwrite custom domains.", @@ -57474,6 +57603,7 @@ "required": [ "_APP_DOMAIN_TARGET_CNAME", "_APP_DOMAIN_TARGET_A", + "_APP_COMPUTE_BUILD_TIMEOUT", "_APP_DOMAIN_TARGET_AAAA", "_APP_DOMAIN_TARGET_CAA", "_APP_STORAGE_LIMIT", @@ -57490,6 +57620,7 @@ "example": { "_APP_DOMAIN_TARGET_CNAME": "appwrite.io", "_APP_DOMAIN_TARGET_A": "127.0.0.1", + "_APP_COMPUTE_BUILD_TIMEOUT": 900, "_APP_DOMAIN_TARGET_AAAA": "::1", "_APP_DOMAIN_TARGET_CAA": "digicert.com", "_APP_STORAGE_LIMIT": "30000000", 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 49adaeeefa..bb8ca910ca 100644 --- a/app/config/specs/open-api3-1.8.x-server.json +++ b/app/config/specs/open-api3-1.8.x-server.json @@ -4653,7 +4653,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 316, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -4759,7 +4759,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 312, + "weight": 313, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -4875,7 +4875,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -4942,7 +4942,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5012,7 +5012,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5076,7 +5076,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5154,7 +5154,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5220,7 +5220,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5305,7 +5305,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 313, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5398,7 +5398,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 314, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -5511,7 +5511,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 315, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -5605,7 +5605,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -5693,7 +5693,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 320, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -5802,7 +5802,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 321, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -5876,7 +5876,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 322, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -5980,7 +5980,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6056,7 +6056,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6145,7 +6145,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6256,7 +6256,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -6372,7 +6372,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -6483,7 +6483,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -6599,7 +6599,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -6710,7 +6710,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -6826,7 +6826,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -6946,7 +6946,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7071,7 +7071,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7192,7 +7192,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7318,7 +7318,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7439,7 +7439,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -7565,7 +7565,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -7676,7 +7676,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -7792,7 +7792,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -7906,7 +7906,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8028,7 +8028,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8142,7 +8142,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8264,7 +8264,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8378,7 +8378,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -8500,7 +8500,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -8636,7 +8636,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -8758,7 +8758,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -8879,7 +8879,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -8990,7 +8990,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9137,7 +9137,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9213,7 +9213,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9298,7 +9298,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9411,7 +9411,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -9512,7 +9512,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -9701,7 +9701,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -9837,7 +9837,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -9941,7 +9941,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10042,7 +10042,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10153,7 +10153,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10310,7 +10310,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10420,7 +10420,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -10526,7 +10526,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -10652,7 +10652,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -10778,7 +10778,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -10865,7 +10865,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -10999,7 +10999,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11075,7 +11075,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11160,7 +11160,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 452, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -11234,7 +11234,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 449, + "weight": 450, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -11468,7 +11468,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 454, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -11518,7 +11518,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 455, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -11569,7 +11569,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 450, + "weight": 451, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -11629,7 +11629,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 451, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -11860,7 +11860,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 453, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -11922,7 +11922,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 458, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -12003,7 +12003,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 459, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -12087,7 +12087,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 456, + "weight": 457, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -12184,7 +12184,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 464, + "weight": 465, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -12270,7 +12270,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 461, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -12374,7 +12374,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 462, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -12472,7 +12472,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 457, + "weight": 458, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -12535,7 +12535,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 460, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -12600,7 +12600,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 463, + "weight": 464, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -12691,7 +12691,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 465, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -12763,7 +12763,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -12840,7 +12840,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -12958,7 +12958,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -13025,7 +13025,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -13097,7 +13097,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 474, + "weight": 475, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -13157,7 +13157,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 472, + "weight": 473, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -13249,7 +13249,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 473, + "weight": 474, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -13319,7 +13319,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 475, + "weight": 476, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -13411,7 +13411,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 476, + "weight": 477, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -15340,7 +15340,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 304, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -15417,7 +15417,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -15562,7 +15562,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -15709,7 +15709,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 303, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -15884,7 +15884,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 310, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -16063,7 +16063,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 302, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -16243,7 +16243,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -16424,7 +16424,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 307, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -16478,7 +16478,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 311, + "weight": 312, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -16541,7 +16541,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 305, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -16617,7 +16617,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 306, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -16693,7 +16693,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 276, + "weight": 277, "cookies": false, "type": "", "demo": "messaging\/list-providers.md", @@ -16770,7 +16770,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 275, + "weight": 276, "cookies": false, "type": "", "demo": "messaging\/create-apns-provider.md", @@ -16948,7 +16948,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 288, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -17127,7 +17127,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 274, + "weight": 275, "cookies": false, "type": "", "demo": "messaging\/create-fcm-provider.md", @@ -17277,7 +17277,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 287, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -17544,7 +17544,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 279, + "weight": 280, "cookies": false, "type": "", "demo": "messaging\/update-mailgun-provider.md", @@ -17663,7 +17663,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 269, + "weight": 270, "cookies": false, "type": "", "demo": "messaging\/create-msg-91-provider.md", @@ -17759,7 +17759,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 282, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -17834,6 +17834,112 @@ } } }, + "\/messaging\/providers\/resend": { + "post": { + "summary": "Create Resend provider", + "operationId": "messagingCreateResendProvider", + "tags": [ + "messaging" + ], + "description": "Create a new Resend provider.", + "responses": { + "201": { + "description": "Provider", + "content": { + "application\/json": { + "schema": { + "$ref": "#\/components\/schemas\/provider" + } + } + } + } + }, + "deprecated": false, + "x-appwrite": { + "method": "createResendProvider", + "group": "providers", + "weight": 268, + "cookies": false, + "type": "", + "demo": "messaging\/create-resend-provider.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/create-resend-provider.md", + "rate-limit": 0, + "rate-time": 3600, + "rate-key": "url:{url},ip:{ip}", + "scope": "providers.write", + "platforms": [ + "console", + "server" + ], + "packaging": false, + "auth": { + "Project": [], + "Key": [] + } + }, + "security": [ + { + "Project": [], + "Key": [] + } + ], + "requestBody": { + "content": { + "application\/json": { + "schema": { + "type": "object", + "properties": { + "providerId": { + "type": "string", + "description": "Provider ID. Choose a custom ID or generate a random ID with `ID.unique()`. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars.", + "x-example": "" + }, + "name": { + "type": "string", + "description": "Provider name.", + "x-example": "" + }, + "apiKey": { + "type": "string", + "description": "Resend API key.", + "x-example": "" + }, + "fromName": { + "type": "string", + "description": "Sender Name.", + "x-example": "" + }, + "fromEmail": { + "type": "string", + "description": "Sender email address.", + "x-example": "email@example.com" + }, + "replyToName": { + "type": "string", + "description": "Name set in the reply to field for the mail. Default value is sender name.", + "x-example": "" + }, + "replyToEmail": { + "type": "string", + "description": "Email set in the reply to field for the mail. Default value is sender email.", + "x-example": "email@example.com" + }, + "enabled": { + "type": "boolean", + "description": "Set as enabled.", + "x-example": false + } + }, + "required": [ + "providerId", + "name" + ] + } + } + } + } + } + }, "\/messaging\/providers\/sendgrid": { "post": { "summary": "Create Sendgrid provider", @@ -17964,7 +18070,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 280, + "weight": 281, "cookies": false, "type": "", "demo": "messaging\/update-sendgrid-provider.md", @@ -18073,7 +18179,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 268, + "weight": 269, "cookies": false, "type": "", "demo": "messaging\/create-smtp-provider.md", @@ -18303,7 +18409,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 281, + "weight": 282, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -18531,7 +18637,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 270, + "weight": 271, "cookies": false, "type": "", "demo": "messaging\/create-telesign-provider.md", @@ -18627,7 +18733,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 283, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -18726,7 +18832,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 271, + "weight": 272, "cookies": false, "type": "", "demo": "messaging\/create-textmagic-provider.md", @@ -18822,7 +18928,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 284, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -18921,7 +19027,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 272, + "weight": 273, "cookies": false, "type": "", "demo": "messaging\/create-twilio-provider.md", @@ -19017,7 +19123,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 285, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -19116,7 +19222,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 273, + "weight": 274, "cookies": false, "type": "", "demo": "messaging\/create-vonage-provider.md", @@ -19212,7 +19318,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 286, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -19311,7 +19417,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 278, + "weight": 279, "cookies": false, "type": "", "demo": "messaging\/get-provider.md", @@ -19365,7 +19471,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 289, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -19428,7 +19534,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 277, + "weight": 278, "cookies": false, "type": "", "demo": "messaging\/list-provider-logs.md", @@ -19504,7 +19610,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 298, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -19580,7 +19686,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 291, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -19655,7 +19761,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 290, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -19739,7 +19845,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 293, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -19800,7 +19906,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 294, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -19878,7 +19984,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 295, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -19941,7 +20047,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 292, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -20017,7 +20123,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -20102,7 +20208,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -20194,7 +20300,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 299, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -20258,7 +20364,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -20335,7 +20441,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 481, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -20409,7 +20515,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 479, + "weight": 480, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -20659,7 +20765,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 484, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -20709,7 +20815,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 507, + "weight": 508, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -20760,7 +20866,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 480, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -20820,7 +20926,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 482, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -21066,7 +21172,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 483, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -21128,7 +21234,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 490, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -21209,7 +21315,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 489, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -21293,7 +21399,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 485, + "weight": 486, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -21395,7 +21501,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 493, + "weight": 494, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -21476,7 +21582,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 486, + "weight": 487, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -21580,7 +21686,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 487, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -21679,7 +21785,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 488, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -21742,7 +21848,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 491, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -21807,7 +21913,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 492, + "weight": 493, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -21898,7 +22004,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 494, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -21970,7 +22076,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 496, + "weight": 497, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -22045,7 +22151,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 495, + "weight": 496, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -22108,7 +22214,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 497, + "weight": 498, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -22180,7 +22286,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 500, + "weight": 501, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -22240,7 +22346,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 498, + "weight": 499, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -22332,7 +22438,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 499, + "weight": 500, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -22402,7 +22508,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 501, + "weight": 502, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -22494,7 +22600,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 502, + "weight": 503, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -23834,7 +23940,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -23908,7 +24014,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -23988,7 +24094,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -23996,7 +24102,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client", @@ -24055,7 +24164,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -24063,7 +24172,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -24125,7 +24237,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -24133,7 +24245,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client", @@ -24189,7 +24304,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -24197,7 +24312,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -24267,7 +24385,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -24275,7 +24393,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -24333,7 +24454,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -24341,7 +24462,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -24418,7 +24542,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -24478,7 +24602,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -24555,7 +24679,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 381, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -24617,7 +24741,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -24704,7 +24828,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 385, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -24812,7 +24936,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -24885,7 +25009,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -24988,7 +25112,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 388, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -25063,7 +25187,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -25151,7 +25275,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 395, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -25261,7 +25385,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 396, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -25376,7 +25500,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -25486,7 +25610,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -25601,7 +25725,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -25711,7 +25835,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -25826,7 +25950,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -25945,7 +26069,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -26069,7 +26193,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -26189,7 +26313,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -26314,7 +26438,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -26434,7 +26558,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -26559,7 +26683,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -26669,7 +26793,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -26784,7 +26908,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -26897,7 +27021,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 410, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -27018,7 +27142,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -27131,7 +27255,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -27252,7 +27376,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -27365,7 +27489,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -27486,7 +27610,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -27621,7 +27745,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 417, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -27742,7 +27866,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -27862,7 +27986,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -27972,7 +28096,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -28118,7 +28242,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -28193,7 +28317,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -28277,7 +28401,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -28389,7 +28513,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -28475,7 +28599,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -28608,7 +28732,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -28683,7 +28807,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -28767,7 +28891,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -28867,7 +28991,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -29047,7 +29171,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -29178,7 +29302,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -29281,7 +29405,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -29381,7 +29505,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -29491,7 +29615,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -29639,7 +29763,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -29748,7 +29872,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -29853,7 +29977,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -29978,7 +30102,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 435, + "weight": 436, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -31158,7 +31282,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 519, + "weight": 520, "cookies": false, "type": "", "demo": "tokens\/list.md", @@ -31242,7 +31366,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 517, + "weight": 518, "cookies": false, "type": "", "demo": "tokens\/create-file-token.md", @@ -31332,7 +31456,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 518, + "weight": 519, "cookies": false, "type": "", "demo": "tokens\/get.md", @@ -31393,7 +31517,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 520, + "weight": 521, "cookies": false, "type": "", "demo": "tokens\/update.md", @@ -31464,7 +31588,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 521, + "weight": 522, "cookies": false, "type": "", "demo": "tokens\/delete.md", diff --git a/app/config/specs/open-api3-latest-client.json b/app/config/specs/open-api3-latest-client.json index b6a6a1afe3..8a0aecb2a3 100644 --- a/app/config/specs/open-api3-latest-client.json +++ b/app/config/specs/open-api3-latest-client.json @@ -4934,7 +4934,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -4999,7 +4999,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5067,7 +5067,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5129,7 +5129,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5205,7 +5205,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5269,7 +5269,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5352,7 +5352,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -5451,7 +5451,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -5607,7 +5607,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -5716,7 +5716,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -5870,7 +5870,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -5978,7 +5978,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -6082,7 +6082,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -6206,7 +6206,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -6330,7 +6330,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -6405,7 +6405,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -6521,7 +6521,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -7115,7 +7115,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -7198,7 +7198,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -8076,7 +8076,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -8084,7 +8084,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client", @@ -8141,7 +8144,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -8149,7 +8152,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -8209,7 +8215,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -8217,7 +8223,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client", @@ -8271,7 +8280,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -8279,7 +8288,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -8347,7 +8359,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -8355,7 +8367,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -8411,7 +8426,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -8419,7 +8434,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -8494,7 +8512,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -8592,7 +8610,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -8743,7 +8761,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -8851,7 +8869,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -8996,7 +9014,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -9103,7 +9121,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -9206,7 +9224,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -9329,7 +9347,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 435, + "weight": 436, "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 c086fe03d0..78d35cf199 100644 --- a/app/config/specs/open-api3-latest-console.json +++ b/app/config/specs/open-api3-latest-console.json @@ -4992,7 +4992,7 @@ "x-appwrite": { "method": "getResource", "group": null, - "weight": 508, + "weight": 509, "cookies": false, "type": "", "demo": "console\/get-resource.md", @@ -5115,7 +5115,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 316, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -5219,7 +5219,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 312, + "weight": 313, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -5333,7 +5333,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -5398,7 +5398,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5466,7 +5466,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5528,7 +5528,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5604,7 +5604,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5668,7 +5668,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5751,7 +5751,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 319, + "weight": 320, "cookies": false, "type": "", "demo": "databases\/list-usage.md", @@ -5853,7 +5853,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 313, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5944,7 +5944,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 314, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -6055,7 +6055,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 315, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -6147,7 +6147,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -6234,7 +6234,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 320, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -6342,7 +6342,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 321, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -6415,7 +6415,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 322, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -6518,7 +6518,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6593,7 +6593,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6681,7 +6681,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6791,7 +6791,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -6906,7 +6906,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -7016,7 +7016,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -7131,7 +7131,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -7241,7 +7241,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -7356,7 +7356,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -7475,7 +7475,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7599,7 +7599,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7719,7 +7719,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7844,7 +7844,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7964,7 +7964,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -8089,7 +8089,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -8199,7 +8199,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -8314,7 +8314,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -8427,7 +8427,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8548,7 +8548,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8661,7 +8661,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8782,7 +8782,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8895,7 +8895,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -9016,7 +9016,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -9151,7 +9151,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -9272,7 +9272,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -9392,7 +9392,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -9502,7 +9502,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9648,7 +9648,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9723,7 +9723,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9807,7 +9807,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9919,7 +9919,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -10018,7 +10018,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -10203,7 +10203,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -10337,7 +10337,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -10440,7 +10440,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10540,7 +10540,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10649,7 +10649,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10803,7 +10803,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10911,7 +10911,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -11015,7 +11015,7 @@ "x-appwrite": { "method": "listDocumentLogs", "group": "logs", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/list-document-logs.md", @@ -11112,7 +11112,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -11236,7 +11236,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -11360,7 +11360,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -11446,7 +11446,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -11579,7 +11579,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11654,7 +11654,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11738,7 +11738,7 @@ "x-appwrite": { "method": "listCollectionLogs", "group": "collections", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "demo": "databases\/list-collection-logs.md", @@ -11825,7 +11825,7 @@ "x-appwrite": { "method": "getCollectionUsage", "group": null, - "weight": 326, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/get-collection-usage.md", @@ -11921,7 +11921,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 317, + "weight": 318, "cookies": false, "type": "", "demo": "databases\/list-logs.md", @@ -12027,7 +12027,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 318, + "weight": 319, "cookies": false, "type": "", "demo": "databases\/get-usage.md", @@ -12142,7 +12142,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 452, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -12215,7 +12215,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 449, + "weight": 450, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -12448,7 +12448,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 454, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -12497,7 +12497,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 455, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -12547,7 +12547,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 478, + "weight": 479, "cookies": false, "type": "", "demo": "functions\/list-templates.md", @@ -12647,7 +12647,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 477, + "weight": 478, "cookies": false, "type": "", "demo": "functions\/get-template.md", @@ -12707,7 +12707,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 471, + "weight": 472, "cookies": false, "type": "", "demo": "functions\/list-usage.md", @@ -12779,7 +12779,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 450, + "weight": 451, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -12838,7 +12838,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 451, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -13068,7 +13068,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 453, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -13129,7 +13129,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 458, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -13209,7 +13209,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 459, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -13292,7 +13292,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 456, + "weight": 457, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -13388,7 +13388,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 464, + "weight": 465, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -13473,7 +13473,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 461, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -13576,7 +13576,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 462, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -13673,7 +13673,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 457, + "weight": 458, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -13735,7 +13735,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 460, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -13799,7 +13799,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 463, + "weight": 464, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -13889,7 +13889,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 465, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -13960,7 +13960,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -14035,7 +14035,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -14151,7 +14151,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -14216,7 +14216,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -14287,7 +14287,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 470, + "weight": 471, "cookies": false, "type": "", "demo": "functions\/get-usage.md", @@ -14369,7 +14369,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 474, + "weight": 475, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -14428,7 +14428,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 472, + "weight": 473, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -14519,7 +14519,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 473, + "weight": 474, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -14588,7 +14588,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 475, + "weight": 476, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -14679,7 +14679,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 476, + "weight": 477, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -16565,7 +16565,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 304, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -16641,7 +16641,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -16785,7 +16785,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -16931,7 +16931,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 303, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -17105,7 +17105,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 310, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -17283,7 +17283,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 302, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -17460,7 +17460,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -17638,7 +17638,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 307, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -17691,7 +17691,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 311, + "weight": 312, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -17753,7 +17753,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 305, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -17828,7 +17828,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 306, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -17903,7 +17903,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 276, + "weight": 277, "cookies": false, "type": "", "demo": "messaging\/list-providers.md", @@ -17979,7 +17979,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 275, + "weight": 276, "cookies": false, "type": "", "demo": "messaging\/create-apns-provider.md", @@ -18154,7 +18154,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 288, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -18330,7 +18330,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 274, + "weight": 275, "cookies": false, "type": "", "demo": "messaging\/create-fcm-provider.md", @@ -18477,7 +18477,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 287, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -18740,7 +18740,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 279, + "weight": 280, "cookies": false, "type": "", "demo": "messaging\/update-mailgun-provider.md", @@ -18858,7 +18858,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 269, + "weight": 270, "cookies": false, "type": "", "demo": "messaging\/create-msg-91-provider.md", @@ -18953,7 +18953,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 282, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -19027,6 +19027,111 @@ } } }, + "\/messaging\/providers\/resend": { + "post": { + "summary": "Create Resend provider", + "operationId": "messagingCreateResendProvider", + "tags": [ + "messaging" + ], + "description": "Create a new Resend provider.", + "responses": { + "201": { + "description": "Provider", + "content": { + "application\/json": { + "schema": { + "$ref": "#\/components\/schemas\/provider" + } + } + } + } + }, + "deprecated": false, + "x-appwrite": { + "method": "createResendProvider", + "group": "providers", + "weight": 268, + "cookies": false, + "type": "", + "demo": "messaging\/create-resend-provider.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/create-resend-provider.md", + "rate-limit": 0, + "rate-time": 3600, + "rate-key": "url:{url},ip:{ip}", + "scope": "providers.write", + "platforms": [ + "console", + "server" + ], + "packaging": false, + "auth": { + "Project": [] + } + }, + "security": [ + { + "Project": [], + "Key": [] + } + ], + "requestBody": { + "content": { + "application\/json": { + "schema": { + "type": "object", + "properties": { + "providerId": { + "type": "string", + "description": "Provider ID. Choose a custom ID or generate a random ID with `ID.unique()`. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars.", + "x-example": "" + }, + "name": { + "type": "string", + "description": "Provider name.", + "x-example": "" + }, + "apiKey": { + "type": "string", + "description": "Resend API key.", + "x-example": "" + }, + "fromName": { + "type": "string", + "description": "Sender Name.", + "x-example": "" + }, + "fromEmail": { + "type": "string", + "description": "Sender email address.", + "x-example": "email@example.com" + }, + "replyToName": { + "type": "string", + "description": "Name set in the reply to field for the mail. Default value is sender name.", + "x-example": "" + }, + "replyToEmail": { + "type": "string", + "description": "Email set in the reply to field for the mail. Default value is sender email.", + "x-example": "email@example.com" + }, + "enabled": { + "type": "boolean", + "description": "Set as enabled.", + "x-example": false + } + }, + "required": [ + "providerId", + "name" + ] + } + } + } + } + } + }, "\/messaging\/providers\/sendgrid": { "post": { "summary": "Create Sendgrid provider", @@ -19156,7 +19261,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 280, + "weight": 281, "cookies": false, "type": "", "demo": "messaging\/update-sendgrid-provider.md", @@ -19264,7 +19369,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 268, + "weight": 269, "cookies": false, "type": "", "demo": "messaging\/create-smtp-provider.md", @@ -19491,7 +19596,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 281, + "weight": 282, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -19716,7 +19821,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 270, + "weight": 271, "cookies": false, "type": "", "demo": "messaging\/create-telesign-provider.md", @@ -19811,7 +19916,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 283, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -19909,7 +20014,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 271, + "weight": 272, "cookies": false, "type": "", "demo": "messaging\/create-textmagic-provider.md", @@ -20004,7 +20109,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 284, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -20102,7 +20207,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 272, + "weight": 273, "cookies": false, "type": "", "demo": "messaging\/create-twilio-provider.md", @@ -20197,7 +20302,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 285, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -20295,7 +20400,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 273, + "weight": 274, "cookies": false, "type": "", "demo": "messaging\/create-vonage-provider.md", @@ -20390,7 +20495,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 286, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -20488,7 +20593,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 278, + "weight": 279, "cookies": false, "type": "", "demo": "messaging\/get-provider.md", @@ -20541,7 +20646,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 289, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -20603,7 +20708,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 277, + "weight": 278, "cookies": false, "type": "", "demo": "messaging\/list-provider-logs.md", @@ -20678,7 +20783,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 298, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -20753,7 +20858,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 291, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -20827,7 +20932,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 290, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -20910,7 +21015,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 293, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -20970,7 +21075,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 294, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -21047,7 +21152,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 295, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -21109,7 +21214,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 292, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -21184,7 +21289,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -21268,7 +21373,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -21358,7 +21463,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 299, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -21421,7 +21526,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -23035,7 +23140,7 @@ "x-appwrite": { "method": "list", "group": "projects", - "weight": 448, + "weight": 449, "cookies": false, "type": "", "demo": "projects\/list.md", @@ -24670,7 +24775,7 @@ "x-appwrite": { "method": "listDevKeys", "group": "devKeys", - "weight": 446, + "weight": 447, "cookies": false, "type": "", "demo": "projects\/list-dev-keys.md", @@ -24741,7 +24846,7 @@ "x-appwrite": { "method": "createDevKey", "group": "devKeys", - "weight": 443, + "weight": 444, "cookies": false, "type": "", "demo": "projects\/create-dev-key.md", @@ -24826,7 +24931,7 @@ "x-appwrite": { "method": "getDevKey", "group": "devKeys", - "weight": 445, + "weight": 446, "cookies": false, "type": "", "demo": "projects\/get-dev-key.md", @@ -24894,7 +24999,7 @@ "x-appwrite": { "method": "updateDevKey", "group": "devKeys", - "weight": 444, + "weight": 445, "cookies": false, "type": "", "demo": "projects\/update-dev-key.md", @@ -24980,7 +25085,7 @@ "x-appwrite": { "method": "deleteDevKey", "group": "devKeys", - "weight": 447, + "weight": 448, "cookies": false, "type": "", "demo": "projects\/delete-dev-key.md", @@ -28814,7 +28919,7 @@ "x-appwrite": { "method": "listRules", "group": null, - "weight": 514, + "weight": 515, "cookies": false, "type": "", "demo": "proxy\/list-rules.md", @@ -28888,7 +28993,7 @@ "x-appwrite": { "method": "createAPIRule", "group": null, - "weight": 509, + "weight": 510, "cookies": false, "type": "", "demo": "proxy\/create-api-rule.md", @@ -28955,7 +29060,7 @@ "x-appwrite": { "method": "createFunctionRule", "group": null, - "weight": 511, + "weight": 512, "cookies": false, "type": "", "demo": "proxy\/create-function-rule.md", @@ -29033,7 +29138,7 @@ "x-appwrite": { "method": "createRedirectRule", "group": null, - "weight": 512, + "weight": 513, "cookies": false, "type": "", "demo": "proxy\/create-redirect-rule.md", @@ -29146,7 +29251,7 @@ "x-appwrite": { "method": "createSiteRule", "group": null, - "weight": 510, + "weight": 511, "cookies": false, "type": "", "demo": "proxy\/create-site-rule.md", @@ -29224,7 +29329,7 @@ "x-appwrite": { "method": "getRule", "group": null, - "weight": 513, + "weight": 514, "cookies": false, "type": "", "demo": "proxy\/get-rule.md", @@ -29275,7 +29380,7 @@ "x-appwrite": { "method": "deleteRule", "group": null, - "weight": 515, + "weight": 516, "cookies": false, "type": "", "demo": "proxy\/delete-rule.md", @@ -29335,7 +29440,7 @@ "x-appwrite": { "method": "updateRuleVerification", "group": null, - "weight": 516, + "weight": 517, "cookies": false, "type": "", "demo": "proxy\/update-rule-verification.md", @@ -29395,7 +29500,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 481, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -29468,7 +29573,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 479, + "weight": 480, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -29717,7 +29822,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 484, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -29766,7 +29871,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 507, + "weight": 508, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -29816,7 +29921,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 503, + "weight": 504, "cookies": false, "type": "", "demo": "sites\/list-templates.md", @@ -29916,7 +30021,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 504, + "weight": 505, "cookies": false, "type": "", "demo": "sites\/get-template.md", @@ -29976,7 +30081,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 505, + "weight": 506, "cookies": false, "type": "", "demo": "sites\/list-usage.md", @@ -30048,7 +30153,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 480, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -30107,7 +30212,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 482, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -30352,7 +30457,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 483, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -30413,7 +30518,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 490, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -30493,7 +30598,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 489, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -30576,7 +30681,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 485, + "weight": 486, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -30677,7 +30782,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 493, + "weight": 494, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -30757,7 +30862,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 486, + "weight": 487, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -30860,7 +30965,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 487, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -30958,7 +31063,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 488, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -31020,7 +31125,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 491, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -31084,7 +31189,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 492, + "weight": 493, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -31174,7 +31279,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 494, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -31245,7 +31350,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 496, + "weight": 497, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -31319,7 +31424,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 495, + "weight": 496, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -31381,7 +31486,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 497, + "weight": 498, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -31452,7 +31557,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 506, + "weight": 507, "cookies": false, "type": "", "demo": "sites\/get-usage.md", @@ -31534,7 +31639,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 500, + "weight": 501, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -31593,7 +31698,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 498, + "weight": 499, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -31684,7 +31789,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 499, + "weight": 500, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -31753,7 +31858,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 501, + "weight": 502, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -31844,7 +31949,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 502, + "weight": 503, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -33316,7 +33421,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -33389,7 +33494,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -33468,7 +33573,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -33476,7 +33581,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client", @@ -33533,7 +33641,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -33541,7 +33649,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -33601,7 +33712,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -33609,7 +33720,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client", @@ -33663,7 +33777,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -33671,7 +33785,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -33739,7 +33856,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -33747,7 +33864,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -33803,7 +33923,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -33811,7 +33931,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -33886,7 +34009,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 384, + "weight": 385, "cookies": false, "type": "", "demo": "tablesdb\/list-usage.md", @@ -33983,7 +34106,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -34042,7 +34165,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -34118,7 +34241,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 381, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -34179,7 +34302,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -34265,7 +34388,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 385, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -34372,7 +34495,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -34444,7 +34567,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -34546,7 +34669,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 388, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -34620,7 +34743,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -34707,7 +34830,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 395, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -34816,7 +34939,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 396, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -34930,7 +35053,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -35039,7 +35162,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -35153,7 +35276,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -35262,7 +35385,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -35376,7 +35499,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -35494,7 +35617,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -35617,7 +35740,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -35736,7 +35859,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -35860,7 +35983,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -35979,7 +36102,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -36103,7 +36226,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -36212,7 +36335,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -36326,7 +36449,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -36438,7 +36561,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 410, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -36558,7 +36681,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -36670,7 +36793,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -36790,7 +36913,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -36902,7 +37025,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -37022,7 +37145,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -37156,7 +37279,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 417, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -37276,7 +37399,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -37395,7 +37518,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -37504,7 +37627,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -37649,7 +37772,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -37723,7 +37846,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -37806,7 +37929,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -37917,7 +38040,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -38002,7 +38125,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -38134,7 +38257,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -38208,7 +38331,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -38291,7 +38414,7 @@ "x-appwrite": { "method": "listTableLogs", "group": "tables", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/list-table-logs.md", @@ -38377,7 +38500,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -38475,7 +38598,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -38651,7 +38774,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -38780,7 +38903,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -38882,7 +39005,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -38981,7 +39104,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -39089,7 +39212,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -39234,7 +39357,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -39341,7 +39464,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -39444,7 +39567,7 @@ "x-appwrite": { "method": "listRowLogs", "group": "logs", - "weight": 434, + "weight": 435, "cookies": false, "type": "", "demo": "tablesdb\/list-row-logs.md", @@ -39540,7 +39663,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -39663,7 +39786,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 435, + "weight": 436, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -39786,7 +39909,7 @@ "x-appwrite": { "method": "getTableUsage", "group": null, - "weight": 391, + "weight": 392, "cookies": false, "type": "", "demo": "tablesdb\/get-table-usage.md", @@ -39881,7 +40004,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 383, + "weight": 384, "cookies": false, "type": "", "demo": "tablesdb\/get-usage.md", @@ -41093,7 +41216,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 519, + "weight": 520, "cookies": false, "type": "", "demo": "tokens\/list.md", @@ -41176,7 +41299,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 517, + "weight": 518, "cookies": false, "type": "", "demo": "tokens\/create-file-token.md", @@ -41265,7 +41388,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 518, + "weight": 519, "cookies": false, "type": "", "demo": "tokens\/get.md", @@ -41325,7 +41448,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 520, + "weight": 521, "cookies": false, "type": "", "demo": "tokens\/update.md", @@ -41395,7 +41518,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 521, + "weight": 522, "cookies": false, "type": "", "demo": "tokens\/delete.md", @@ -57408,6 +57531,12 @@ "description": "A target for your Appwrite custom domains.", "x-example": "127.0.0.1" }, + "_APP_COMPUTE_BUILD_TIMEOUT": { + "type": "integer", + "description": "Maximum build timeout in seconds.", + "x-example": 900, + "format": "int32" + }, "_APP_DOMAIN_TARGET_AAAA": { "type": "string", "description": "AAAA target for your Appwrite custom domains.", @@ -57474,6 +57603,7 @@ "required": [ "_APP_DOMAIN_TARGET_CNAME", "_APP_DOMAIN_TARGET_A", + "_APP_COMPUTE_BUILD_TIMEOUT", "_APP_DOMAIN_TARGET_AAAA", "_APP_DOMAIN_TARGET_CAA", "_APP_STORAGE_LIMIT", @@ -57490,6 +57620,7 @@ "example": { "_APP_DOMAIN_TARGET_CNAME": "appwrite.io", "_APP_DOMAIN_TARGET_A": "127.0.0.1", + "_APP_COMPUTE_BUILD_TIMEOUT": 900, "_APP_DOMAIN_TARGET_AAAA": "::1", "_APP_DOMAIN_TARGET_CAA": "digicert.com", "_APP_STORAGE_LIMIT": "30000000", diff --git a/app/config/specs/open-api3-latest-server.json b/app/config/specs/open-api3-latest-server.json index 49adaeeefa..bb8ca910ca 100644 --- a/app/config/specs/open-api3-latest-server.json +++ b/app/config/specs/open-api3-latest-server.json @@ -4653,7 +4653,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 316, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -4759,7 +4759,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 312, + "weight": 313, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -4875,7 +4875,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -4942,7 +4942,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5012,7 +5012,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5076,7 +5076,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5154,7 +5154,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5220,7 +5220,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5305,7 +5305,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 313, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5398,7 +5398,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 314, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -5511,7 +5511,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 315, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -5605,7 +5605,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -5693,7 +5693,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 320, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -5802,7 +5802,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 321, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -5876,7 +5876,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 322, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -5980,7 +5980,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6056,7 +6056,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6145,7 +6145,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6256,7 +6256,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -6372,7 +6372,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -6483,7 +6483,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -6599,7 +6599,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -6710,7 +6710,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -6826,7 +6826,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -6946,7 +6946,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7071,7 +7071,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7192,7 +7192,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7318,7 +7318,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7439,7 +7439,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -7565,7 +7565,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -7676,7 +7676,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -7792,7 +7792,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -7906,7 +7906,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8028,7 +8028,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8142,7 +8142,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8264,7 +8264,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8378,7 +8378,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -8500,7 +8500,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -8636,7 +8636,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -8758,7 +8758,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -8879,7 +8879,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -8990,7 +8990,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9137,7 +9137,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9213,7 +9213,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9298,7 +9298,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9411,7 +9411,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -9512,7 +9512,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -9701,7 +9701,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -9837,7 +9837,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -9941,7 +9941,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10042,7 +10042,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10153,7 +10153,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10310,7 +10310,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10420,7 +10420,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -10526,7 +10526,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -10652,7 +10652,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -10778,7 +10778,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -10865,7 +10865,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -10999,7 +10999,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11075,7 +11075,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11160,7 +11160,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 452, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -11234,7 +11234,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 449, + "weight": 450, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -11468,7 +11468,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 454, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -11518,7 +11518,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 455, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -11569,7 +11569,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 450, + "weight": 451, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -11629,7 +11629,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 451, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -11860,7 +11860,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 453, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -11922,7 +11922,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 458, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -12003,7 +12003,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 459, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -12087,7 +12087,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 456, + "weight": 457, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -12184,7 +12184,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 464, + "weight": 465, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -12270,7 +12270,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 461, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -12374,7 +12374,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 462, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -12472,7 +12472,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 457, + "weight": 458, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -12535,7 +12535,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 460, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -12600,7 +12600,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 463, + "weight": 464, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -12691,7 +12691,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 465, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -12763,7 +12763,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -12840,7 +12840,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -12958,7 +12958,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -13025,7 +13025,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -13097,7 +13097,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 474, + "weight": 475, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -13157,7 +13157,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 472, + "weight": 473, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -13249,7 +13249,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 473, + "weight": 474, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -13319,7 +13319,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 475, + "weight": 476, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -13411,7 +13411,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 476, + "weight": 477, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -15340,7 +15340,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 304, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -15417,7 +15417,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -15562,7 +15562,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -15709,7 +15709,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 303, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -15884,7 +15884,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 310, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -16063,7 +16063,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 302, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -16243,7 +16243,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -16424,7 +16424,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 307, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -16478,7 +16478,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 311, + "weight": 312, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -16541,7 +16541,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 305, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -16617,7 +16617,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 306, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -16693,7 +16693,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 276, + "weight": 277, "cookies": false, "type": "", "demo": "messaging\/list-providers.md", @@ -16770,7 +16770,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 275, + "weight": 276, "cookies": false, "type": "", "demo": "messaging\/create-apns-provider.md", @@ -16948,7 +16948,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 288, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -17127,7 +17127,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 274, + "weight": 275, "cookies": false, "type": "", "demo": "messaging\/create-fcm-provider.md", @@ -17277,7 +17277,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 287, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -17544,7 +17544,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 279, + "weight": 280, "cookies": false, "type": "", "demo": "messaging\/update-mailgun-provider.md", @@ -17663,7 +17663,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 269, + "weight": 270, "cookies": false, "type": "", "demo": "messaging\/create-msg-91-provider.md", @@ -17759,7 +17759,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 282, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -17834,6 +17834,112 @@ } } }, + "\/messaging\/providers\/resend": { + "post": { + "summary": "Create Resend provider", + "operationId": "messagingCreateResendProvider", + "tags": [ + "messaging" + ], + "description": "Create a new Resend provider.", + "responses": { + "201": { + "description": "Provider", + "content": { + "application\/json": { + "schema": { + "$ref": "#\/components\/schemas\/provider" + } + } + } + } + }, + "deprecated": false, + "x-appwrite": { + "method": "createResendProvider", + "group": "providers", + "weight": 268, + "cookies": false, + "type": "", + "demo": "messaging\/create-resend-provider.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/create-resend-provider.md", + "rate-limit": 0, + "rate-time": 3600, + "rate-key": "url:{url},ip:{ip}", + "scope": "providers.write", + "platforms": [ + "console", + "server" + ], + "packaging": false, + "auth": { + "Project": [], + "Key": [] + } + }, + "security": [ + { + "Project": [], + "Key": [] + } + ], + "requestBody": { + "content": { + "application\/json": { + "schema": { + "type": "object", + "properties": { + "providerId": { + "type": "string", + "description": "Provider ID. Choose a custom ID or generate a random ID with `ID.unique()`. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars.", + "x-example": "" + }, + "name": { + "type": "string", + "description": "Provider name.", + "x-example": "" + }, + "apiKey": { + "type": "string", + "description": "Resend API key.", + "x-example": "" + }, + "fromName": { + "type": "string", + "description": "Sender Name.", + "x-example": "" + }, + "fromEmail": { + "type": "string", + "description": "Sender email address.", + "x-example": "email@example.com" + }, + "replyToName": { + "type": "string", + "description": "Name set in the reply to field for the mail. Default value is sender name.", + "x-example": "" + }, + "replyToEmail": { + "type": "string", + "description": "Email set in the reply to field for the mail. Default value is sender email.", + "x-example": "email@example.com" + }, + "enabled": { + "type": "boolean", + "description": "Set as enabled.", + "x-example": false + } + }, + "required": [ + "providerId", + "name" + ] + } + } + } + } + } + }, "\/messaging\/providers\/sendgrid": { "post": { "summary": "Create Sendgrid provider", @@ -17964,7 +18070,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 280, + "weight": 281, "cookies": false, "type": "", "demo": "messaging\/update-sendgrid-provider.md", @@ -18073,7 +18179,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 268, + "weight": 269, "cookies": false, "type": "", "demo": "messaging\/create-smtp-provider.md", @@ -18303,7 +18409,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 281, + "weight": 282, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -18531,7 +18637,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 270, + "weight": 271, "cookies": false, "type": "", "demo": "messaging\/create-telesign-provider.md", @@ -18627,7 +18733,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 283, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -18726,7 +18832,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 271, + "weight": 272, "cookies": false, "type": "", "demo": "messaging\/create-textmagic-provider.md", @@ -18822,7 +18928,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 284, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -18921,7 +19027,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 272, + "weight": 273, "cookies": false, "type": "", "demo": "messaging\/create-twilio-provider.md", @@ -19017,7 +19123,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 285, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -19116,7 +19222,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 273, + "weight": 274, "cookies": false, "type": "", "demo": "messaging\/create-vonage-provider.md", @@ -19212,7 +19318,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 286, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -19311,7 +19417,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 278, + "weight": 279, "cookies": false, "type": "", "demo": "messaging\/get-provider.md", @@ -19365,7 +19471,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 289, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -19428,7 +19534,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 277, + "weight": 278, "cookies": false, "type": "", "demo": "messaging\/list-provider-logs.md", @@ -19504,7 +19610,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 298, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -19580,7 +19686,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 291, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -19655,7 +19761,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 290, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -19739,7 +19845,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 293, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -19800,7 +19906,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 294, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -19878,7 +19984,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 295, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -19941,7 +20047,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 292, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -20017,7 +20123,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -20102,7 +20208,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -20194,7 +20300,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 299, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -20258,7 +20364,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -20335,7 +20441,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 481, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -20409,7 +20515,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 479, + "weight": 480, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -20659,7 +20765,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 484, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -20709,7 +20815,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 507, + "weight": 508, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -20760,7 +20866,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 480, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -20820,7 +20926,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 482, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -21066,7 +21172,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 483, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -21128,7 +21234,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 490, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -21209,7 +21315,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 489, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -21293,7 +21399,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 485, + "weight": 486, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -21395,7 +21501,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 493, + "weight": 494, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -21476,7 +21582,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 486, + "weight": 487, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -21580,7 +21686,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 487, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -21679,7 +21785,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 488, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -21742,7 +21848,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 491, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -21807,7 +21913,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 492, + "weight": 493, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -21898,7 +22004,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 494, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -21970,7 +22076,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 496, + "weight": 497, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -22045,7 +22151,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 495, + "weight": 496, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -22108,7 +22214,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 497, + "weight": 498, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -22180,7 +22286,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 500, + "weight": 501, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -22240,7 +22346,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 498, + "weight": 499, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -22332,7 +22438,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 499, + "weight": 500, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -22402,7 +22508,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 501, + "weight": 502, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -22494,7 +22600,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 502, + "weight": 503, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -23834,7 +23940,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -23908,7 +24014,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -23988,7 +24094,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -23996,7 +24102,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client", @@ -24055,7 +24164,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -24063,7 +24172,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -24125,7 +24237,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -24133,7 +24245,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client", @@ -24189,7 +24304,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -24197,7 +24312,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -24267,7 +24385,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -24275,7 +24393,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -24333,7 +24454,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -24341,7 +24462,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client", @@ -24418,7 +24542,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -24478,7 +24602,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -24555,7 +24679,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 381, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -24617,7 +24741,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -24704,7 +24828,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 385, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -24812,7 +24936,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -24885,7 +25009,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -24988,7 +25112,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 388, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -25063,7 +25187,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -25151,7 +25275,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 395, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -25261,7 +25385,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 396, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -25376,7 +25500,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -25486,7 +25610,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -25601,7 +25725,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -25711,7 +25835,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -25826,7 +25950,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -25945,7 +26069,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -26069,7 +26193,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -26189,7 +26313,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -26314,7 +26438,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -26434,7 +26558,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -26559,7 +26683,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -26669,7 +26793,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -26784,7 +26908,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -26897,7 +27021,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 410, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -27018,7 +27142,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -27131,7 +27255,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -27252,7 +27376,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -27365,7 +27489,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -27486,7 +27610,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -27621,7 +27745,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 417, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -27742,7 +27866,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -27862,7 +27986,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -27972,7 +28096,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -28118,7 +28242,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -28193,7 +28317,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -28277,7 +28401,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -28389,7 +28513,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -28475,7 +28599,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -28608,7 +28732,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -28683,7 +28807,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -28767,7 +28891,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -28867,7 +28991,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -29047,7 +29171,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -29178,7 +29302,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -29281,7 +29405,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -29381,7 +29505,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -29491,7 +29615,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -29639,7 +29763,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -29748,7 +29872,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -29853,7 +29977,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -29978,7 +30102,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 435, + "weight": 436, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -31158,7 +31282,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 519, + "weight": 520, "cookies": false, "type": "", "demo": "tokens\/list.md", @@ -31242,7 +31366,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 517, + "weight": 518, "cookies": false, "type": "", "demo": "tokens\/create-file-token.md", @@ -31332,7 +31456,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 518, + "weight": 519, "cookies": false, "type": "", "demo": "tokens\/get.md", @@ -31393,7 +31517,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 520, + "weight": 521, "cookies": false, "type": "", "demo": "tokens\/update.md", @@ -31464,7 +31588,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 521, + "weight": 522, "cookies": false, "type": "", "demo": "tokens\/delete.md", diff --git a/app/config/specs/swagger2-1.8.x-client.json b/app/config/specs/swagger2-1.8.x-client.json index 89fc5e7e5c..7d4cb22dd4 100644 --- a/app/config/specs/swagger2-1.8.x-client.json +++ b/app/config/specs/swagger2-1.8.x-client.json @@ -5076,7 +5076,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -5141,7 +5141,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5209,7 +5209,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5270,7 +5270,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5347,7 +5347,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5410,7 +5410,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5489,7 +5489,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -5582,7 +5582,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -5736,7 +5736,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -5837,7 +5837,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -5987,7 +5987,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -6093,7 +6093,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -6191,7 +6191,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -6309,7 +6309,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -6425,7 +6425,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -6498,7 +6498,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -6615,7 +6615,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -7240,7 +7240,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -7324,7 +7324,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -8153,7 +8153,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -8161,7 +8161,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client" @@ -8218,7 +8221,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -8226,7 +8229,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -8286,7 +8292,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -8294,7 +8300,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client" @@ -8347,7 +8356,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -8355,7 +8364,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -8424,7 +8436,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -8432,7 +8444,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -8487,7 +8502,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -8495,7 +8510,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -8566,7 +8584,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -8658,7 +8676,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -8807,7 +8825,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -8907,7 +8925,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -9048,7 +9066,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -9153,7 +9171,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -9250,7 +9268,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -9367,7 +9385,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 435, + "weight": 436, "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 098f138b30..0ba9622f94 100644 --- a/app/config/specs/swagger2-1.8.x-console.json +++ b/app/config/specs/swagger2-1.8.x-console.json @@ -5156,7 +5156,7 @@ "x-appwrite": { "method": "getResource", "group": null, - "weight": 508, + "weight": 509, "cookies": false, "type": "", "demo": "console\/get-resource.md", @@ -5275,7 +5275,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 316, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -5378,7 +5378,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 312, + "weight": 313, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -5495,7 +5495,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -5560,7 +5560,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5628,7 +5628,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5689,7 +5689,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5766,7 +5766,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5829,7 +5829,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5908,7 +5908,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 319, + "weight": 320, "cookies": false, "type": "", "demo": "databases\/list-usage.md", @@ -6008,7 +6008,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 313, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -6099,7 +6099,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 314, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -6212,7 +6212,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 315, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -6302,7 +6302,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -6386,7 +6386,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 320, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -6495,7 +6495,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 321, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -6566,7 +6566,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 322, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -6671,7 +6671,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6742,7 +6742,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6827,7 +6827,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6937,7 +6937,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -7049,7 +7049,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -7159,7 +7159,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -7271,7 +7271,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -7381,7 +7381,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -7493,7 +7493,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -7613,7 +7613,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7735,7 +7735,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7857,7 +7857,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7981,7 +7981,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -8103,7 +8103,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -8227,7 +8227,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -8337,7 +8337,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -8449,7 +8449,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -8554,7 +8554,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8665,7 +8665,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8770,7 +8770,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8881,7 +8881,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8986,7 +8986,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -9097,7 +9097,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -9234,7 +9234,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -9357,7 +9357,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -9475,7 +9475,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -9585,7 +9585,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9726,7 +9726,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9799,7 +9799,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9879,7 +9879,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9985,7 +9985,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -10078,7 +10078,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -10263,7 +10263,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -10395,7 +10395,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -10497,7 +10497,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10593,7 +10593,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10694,7 +10694,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10844,7 +10844,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10950,7 +10950,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -11046,7 +11046,7 @@ "x-appwrite": { "method": "listDocumentLogs", "group": "logs", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/list-document-logs.md", @@ -11138,7 +11138,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -11256,7 +11256,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -11372,7 +11372,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -11455,7 +11455,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -11587,7 +11587,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11660,7 +11660,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11738,7 +11738,7 @@ "x-appwrite": { "method": "listCollectionLogs", "group": "collections", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "demo": "databases\/list-collection-logs.md", @@ -11820,7 +11820,7 @@ "x-appwrite": { "method": "getCollectionUsage", "group": null, - "weight": 326, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/get-collection-usage.md", @@ -11910,7 +11910,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 317, + "weight": 318, "cookies": false, "type": "", "demo": "databases\/list-logs.md", @@ -12013,7 +12013,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 318, + "weight": 319, "cookies": false, "type": "", "demo": "databases\/get-usage.md", @@ -12124,7 +12124,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 452, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -12196,7 +12196,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 449, + "weight": 450, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -12409,7 +12409,7 @@ "specification": { "type": "string", "description": "Runtime specification for the function and builds.", - "default": "s-1vcpu-512mb", + "default": {}, "x-example": null } }, @@ -12447,7 +12447,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 454, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -12496,7 +12496,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 455, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -12546,7 +12546,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 478, + "weight": 479, "cookies": false, "type": "", "demo": "functions\/list-templates.md", @@ -12640,7 +12640,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 477, + "weight": 478, "cookies": false, "type": "", "demo": "functions\/get-template.md", @@ -12698,7 +12698,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 471, + "weight": 472, "cookies": false, "type": "", "demo": "functions\/list-usage.md", @@ -12768,7 +12768,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 450, + "weight": 451, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -12827,7 +12827,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 451, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -13043,7 +13043,7 @@ "specification": { "type": "string", "description": "Runtime specification for the function and builds.", - "default": "s-1vcpu-512mb", + "default": {}, "x-example": null } }, @@ -13074,7 +13074,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 453, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -13135,7 +13135,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 458, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -13212,7 +13212,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 459, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -13292,7 +13292,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 456, + "weight": 457, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -13384,7 +13384,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 464, + "weight": 465, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -13469,7 +13469,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 461, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -13575,7 +13575,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 462, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -13671,7 +13671,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 457, + "weight": 458, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -13733,7 +13733,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 460, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -13800,7 +13800,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 463, + "weight": 464, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -13885,7 +13885,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 465, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -13952,7 +13952,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -14025,7 +14025,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -14142,7 +14142,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -14206,7 +14206,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -14273,7 +14273,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 470, + "weight": 471, "cookies": false, "type": "", "demo": "functions\/get-usage.md", @@ -14351,7 +14351,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 474, + "weight": 475, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -14410,7 +14410,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 472, + "weight": 473, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -14500,7 +14500,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 473, + "weight": 474, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -14567,7 +14567,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 475, + "weight": 476, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -14659,7 +14659,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 476, + "weight": 477, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -16543,7 +16543,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 304, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -16618,7 +16618,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -16776,7 +16776,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -16931,7 +16931,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 303, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -17126,7 +17126,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 310, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -17320,7 +17320,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 302, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -17506,7 +17506,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -17686,7 +17686,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 307, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -17741,7 +17741,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 311, + "weight": 312, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -17801,7 +17801,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 305, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -17873,7 +17873,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 306, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -17945,7 +17945,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 276, + "weight": 277, "cookies": false, "type": "", "demo": "messaging\/list-providers.md", @@ -18020,7 +18020,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 275, + "weight": 276, "cookies": false, "type": "", "demo": "messaging\/create-apns-provider.md", @@ -18205,7 +18205,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 288, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -18386,7 +18386,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 274, + "weight": 275, "cookies": false, "type": "", "demo": "messaging\/create-fcm-provider.md", @@ -18539,7 +18539,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 287, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -18815,7 +18815,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 279, + "weight": 280, "cookies": false, "type": "", "demo": "messaging\/update-mailgun-provider.md", @@ -18940,7 +18940,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 269, + "weight": 270, "cookies": false, "type": "", "demo": "messaging\/create-msg-91-provider.md", @@ -19043,7 +19043,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 282, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -19118,6 +19118,121 @@ ] } }, + "\/messaging\/providers\/resend": { + "post": { + "summary": "Create Resend provider", + "operationId": "messagingCreateResendProvider", + "consumes": [ + "application\/json" + ], + "produces": [ + "application\/json" + ], + "tags": [ + "messaging" + ], + "description": "Create a new Resend provider.", + "responses": { + "201": { + "description": "Provider", + "schema": { + "$ref": "#\/definitions\/provider" + } + } + }, + "deprecated": false, + "x-appwrite": { + "method": "createResendProvider", + "group": "providers", + "weight": 268, + "cookies": false, + "type": "", + "demo": "messaging\/create-resend-provider.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/create-resend-provider.md", + "rate-limit": 0, + "rate-time": 3600, + "rate-key": "url:{url},ip:{ip}", + "scope": "providers.write", + "platforms": [ + "console", + "server" + ], + "packaging": false, + "auth": { + "Project": [] + } + }, + "security": [ + { + "Project": [], + "Key": [] + } + ], + "parameters": [ + { + "name": "payload", + "in": "body", + "schema": { + "type": "object", + "properties": { + "providerId": { + "type": "string", + "description": "Provider ID. Choose a custom ID or generate a random ID with `ID.unique()`. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars.", + "default": null, + "x-example": "" + }, + "name": { + "type": "string", + "description": "Provider name.", + "default": null, + "x-example": "" + }, + "apiKey": { + "type": "string", + "description": "Resend API key.", + "default": "", + "x-example": "" + }, + "fromName": { + "type": "string", + "description": "Sender Name.", + "default": "", + "x-example": "" + }, + "fromEmail": { + "type": "string", + "description": "Sender email address.", + "default": "", + "x-example": "email@example.com" + }, + "replyToName": { + "type": "string", + "description": "Name set in the reply to field for the mail. Default value is sender name.", + "default": "", + "x-example": "" + }, + "replyToEmail": { + "type": "string", + "description": "Email set in the reply to field for the mail. Default value is sender email.", + "default": "", + "x-example": "email@example.com" + }, + "enabled": { + "type": "boolean", + "description": "Set as enabled.", + "default": null, + "x-example": false + } + }, + "required": [ + "providerId", + "name" + ] + } + } + ] + } + }, "\/messaging\/providers\/sendgrid": { "post": { "summary": "Create Sendgrid provider", @@ -19259,7 +19374,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 280, + "weight": 281, "cookies": false, "type": "", "demo": "messaging\/update-sendgrid-provider.md", @@ -19372,7 +19487,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 268, + "weight": 269, "cookies": false, "type": "", "demo": "messaging\/create-smtp-provider.md", @@ -19615,7 +19730,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 281, + "weight": 282, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -19851,7 +19966,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 270, + "weight": 271, "cookies": false, "type": "", "demo": "messaging\/create-telesign-provider.md", @@ -19954,7 +20069,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 283, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -20055,7 +20170,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 271, + "weight": 272, "cookies": false, "type": "", "demo": "messaging\/create-textmagic-provider.md", @@ -20158,7 +20273,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 284, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -20259,7 +20374,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 272, + "weight": 273, "cookies": false, "type": "", "demo": "messaging\/create-twilio-provider.md", @@ -20362,7 +20477,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 285, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -20463,7 +20578,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 273, + "weight": 274, "cookies": false, "type": "", "demo": "messaging\/create-vonage-provider.md", @@ -20566,7 +20681,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 286, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -20665,7 +20780,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 278, + "weight": 279, "cookies": false, "type": "", "demo": "messaging\/get-provider.md", @@ -20720,7 +20835,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 289, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -20780,7 +20895,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 277, + "weight": 278, "cookies": false, "type": "", "demo": "messaging\/list-provider-logs.md", @@ -20852,7 +20967,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 298, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -20924,7 +21039,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 291, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -20997,7 +21112,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 290, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -21085,7 +21200,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 293, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -21145,7 +21260,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 294, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -21224,7 +21339,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 295, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -21284,7 +21399,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 292, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -21356,7 +21471,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -21437,7 +21552,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -21524,7 +21639,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 299, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -21587,7 +21702,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -23190,7 +23305,7 @@ "x-appwrite": { "method": "list", "group": "projects", - "weight": 448, + "weight": 449, "cookies": false, "type": "", "demo": "projects\/list.md", @@ -24833,7 +24948,7 @@ "x-appwrite": { "method": "listDevKeys", "group": "devKeys", - "weight": 446, + "weight": 447, "cookies": false, "type": "", "demo": "projects\/list-dev-keys.md", @@ -24903,7 +25018,7 @@ "x-appwrite": { "method": "createDevKey", "group": "devKeys", - "weight": 443, + "weight": 444, "cookies": false, "type": "", "demo": "projects\/create-dev-key.md", @@ -24986,7 +25101,7 @@ "x-appwrite": { "method": "getDevKey", "group": "devKeys", - "weight": 445, + "weight": 446, "cookies": false, "type": "", "demo": "projects\/get-dev-key.md", @@ -25052,7 +25167,7 @@ "x-appwrite": { "method": "updateDevKey", "group": "devKeys", - "weight": 444, + "weight": 445, "cookies": false, "type": "", "demo": "projects\/update-dev-key.md", @@ -25138,7 +25253,7 @@ "x-appwrite": { "method": "deleteDevKey", "group": "devKeys", - "weight": 447, + "weight": 448, "cookies": false, "type": "", "demo": "projects\/delete-dev-key.md", @@ -28951,7 +29066,7 @@ "x-appwrite": { "method": "listRules", "group": null, - "weight": 514, + "weight": 515, "cookies": false, "type": "", "demo": "proxy\/list-rules.md", @@ -29024,7 +29139,7 @@ "x-appwrite": { "method": "createAPIRule", "group": null, - "weight": 509, + "weight": 510, "cookies": false, "type": "", "demo": "proxy\/create-api-rule.md", @@ -29094,7 +29209,7 @@ "x-appwrite": { "method": "createFunctionRule", "group": null, - "weight": 511, + "weight": 512, "cookies": false, "type": "", "demo": "proxy\/create-function-rule.md", @@ -29177,7 +29292,7 @@ "x-appwrite": { "method": "createRedirectRule", "group": null, - "weight": 512, + "weight": 513, "cookies": false, "type": "", "demo": "proxy\/create-redirect-rule.md", @@ -29297,7 +29412,7 @@ "x-appwrite": { "method": "createSiteRule", "group": null, - "weight": 510, + "weight": 511, "cookies": false, "type": "", "demo": "proxy\/create-site-rule.md", @@ -29378,7 +29493,7 @@ "x-appwrite": { "method": "getRule", "group": null, - "weight": 513, + "weight": 514, "cookies": false, "type": "", "demo": "proxy\/get-rule.md", @@ -29431,7 +29546,7 @@ "x-appwrite": { "method": "deleteRule", "group": null, - "weight": 515, + "weight": 516, "cookies": false, "type": "", "demo": "proxy\/delete-rule.md", @@ -29491,7 +29606,7 @@ "x-appwrite": { "method": "updateRuleVerification", "group": null, - "weight": 516, + "weight": 517, "cookies": false, "type": "", "demo": "proxy\/update-rule-verification.md", @@ -29549,7 +29664,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 481, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -29621,7 +29736,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 479, + "weight": 480, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -29849,7 +29964,7 @@ "specification": { "type": "string", "description": "Framework specification for the site and builds.", - "default": "s-1vcpu-512mb", + "default": {}, "x-example": null } }, @@ -29888,7 +30003,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 484, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -29937,7 +30052,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 507, + "weight": 508, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -29987,7 +30102,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 503, + "weight": 504, "cookies": false, "type": "", "demo": "sites\/list-templates.md", @@ -30081,7 +30196,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 504, + "weight": 505, "cookies": false, "type": "", "demo": "sites\/get-template.md", @@ -30139,7 +30254,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 505, + "weight": 506, "cookies": false, "type": "", "demo": "sites\/list-usage.md", @@ -30209,7 +30324,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 480, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -30268,7 +30383,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 482, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -30498,7 +30613,7 @@ "specification": { "type": "string", "description": "Framework specification for the site and builds.", - "default": "s-1vcpu-512mb", + "default": {}, "x-example": null } }, @@ -30530,7 +30645,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 483, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -30591,7 +30706,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 490, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -30668,7 +30783,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 489, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -30748,7 +30863,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 485, + "weight": 486, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -30848,7 +30963,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 493, + "weight": 494, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -30927,7 +31042,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 486, + "weight": 487, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -31033,7 +31148,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 487, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -31130,7 +31245,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 488, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -31192,7 +31307,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 491, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -31259,7 +31374,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 492, + "weight": 493, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -31344,7 +31459,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 494, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -31411,7 +31526,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 496, + "weight": 497, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -31482,7 +31597,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 495, + "weight": 496, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -31546,7 +31661,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 497, + "weight": 498, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -31613,7 +31728,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 506, + "weight": 507, "cookies": false, "type": "", "demo": "sites\/get-usage.md", @@ -31691,7 +31806,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 500, + "weight": 501, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -31750,7 +31865,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 498, + "weight": 499, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -31840,7 +31955,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 499, + "weight": 500, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -31907,7 +32022,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 501, + "weight": 502, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -31999,7 +32114,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 502, + "weight": 503, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -33433,7 +33548,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -33505,7 +33620,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -33587,7 +33702,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -33595,7 +33710,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client" @@ -33652,7 +33770,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -33660,7 +33778,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -33720,7 +33841,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -33728,7 +33849,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client" @@ -33781,7 +33905,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -33789,7 +33913,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -33858,7 +33985,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -33866,7 +33993,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -33921,7 +34051,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -33929,7 +34059,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -34000,7 +34133,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 384, + "weight": 385, "cookies": false, "type": "", "demo": "tablesdb\/list-usage.md", @@ -34095,7 +34228,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -34154,7 +34287,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -34232,7 +34365,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 381, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -34291,7 +34424,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -34374,7 +34507,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 385, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -34482,7 +34615,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -34552,7 +34685,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -34656,7 +34789,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 388, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -34726,7 +34859,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -34810,7 +34943,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 395, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -34919,7 +35052,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 396, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -35030,7 +35163,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -35139,7 +35272,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -35250,7 +35383,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -35359,7 +35492,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -35470,7 +35603,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -35589,7 +35722,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -35710,7 +35843,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -35831,7 +35964,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -35954,7 +36087,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -36075,7 +36208,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -36198,7 +36331,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -36307,7 +36440,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -36418,7 +36551,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -36522,7 +36655,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 410, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -36632,7 +36765,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -36736,7 +36869,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -36846,7 +36979,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -36950,7 +37083,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -37060,7 +37193,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -37196,7 +37329,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 417, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -37318,7 +37451,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -37435,7 +37568,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -37544,7 +37677,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -37684,7 +37817,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -37756,7 +37889,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -37835,7 +37968,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -37940,7 +38073,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -38022,7 +38155,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -38153,7 +38286,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -38225,7 +38358,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -38302,7 +38435,7 @@ "x-appwrite": { "method": "listTableLogs", "group": "tables", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/list-table-logs.md", @@ -38383,7 +38516,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -38475,7 +38608,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -38651,7 +38784,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -38778,7 +38911,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -38879,7 +39012,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -38974,7 +39107,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -39074,7 +39207,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -39215,7 +39348,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -39320,7 +39453,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -39415,7 +39548,7 @@ "x-appwrite": { "method": "listRowLogs", "group": "logs", - "weight": 434, + "weight": 435, "cookies": false, "type": "", "demo": "tablesdb\/list-row-logs.md", @@ -39506,7 +39639,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -39623,7 +39756,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 435, + "weight": 436, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -39738,7 +39871,7 @@ "x-appwrite": { "method": "getTableUsage", "group": null, - "weight": 391, + "weight": 392, "cookies": false, "type": "", "demo": "tablesdb\/get-table-usage.md", @@ -39827,7 +39960,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 383, + "weight": 384, "cookies": false, "type": "", "demo": "tablesdb\/get-usage.md", @@ -41012,7 +41145,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 519, + "weight": 520, "cookies": false, "type": "", "demo": "tokens\/list.md", @@ -41092,7 +41225,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 517, + "weight": 518, "cookies": false, "type": "", "demo": "tokens\/create-file-token.md", @@ -41176,7 +41309,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 518, + "weight": 519, "cookies": false, "type": "", "demo": "tokens\/get.md", @@ -41236,7 +41369,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 520, + "weight": 521, "cookies": false, "type": "", "demo": "tokens\/update.md", @@ -41307,7 +41440,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 521, + "weight": 522, "cookies": false, "type": "", "demo": "tokens\/delete.md", @@ -57440,6 +57573,12 @@ "description": "A target for your Appwrite custom domains.", "x-example": "127.0.0.1" }, + "_APP_COMPUTE_BUILD_TIMEOUT": { + "type": "integer", + "description": "Maximum build timeout in seconds.", + "x-example": 900, + "format": "int32" + }, "_APP_DOMAIN_TARGET_AAAA": { "type": "string", "description": "AAAA target for your Appwrite custom domains.", @@ -57506,6 +57645,7 @@ "required": [ "_APP_DOMAIN_TARGET_CNAME", "_APP_DOMAIN_TARGET_A", + "_APP_COMPUTE_BUILD_TIMEOUT", "_APP_DOMAIN_TARGET_AAAA", "_APP_DOMAIN_TARGET_CAA", "_APP_STORAGE_LIMIT", @@ -57522,6 +57662,7 @@ "example": { "_APP_DOMAIN_TARGET_CNAME": "appwrite.io", "_APP_DOMAIN_TARGET_A": "127.0.0.1", + "_APP_COMPUTE_BUILD_TIMEOUT": 900, "_APP_DOMAIN_TARGET_AAAA": "::1", "_APP_DOMAIN_TARGET_CAA": "digicert.com", "_APP_STORAGE_LIMIT": "30000000", diff --git a/app/config/specs/swagger2-1.8.x-server.json b/app/config/specs/swagger2-1.8.x-server.json index 9c8ef73243..8be6aad04b 100644 --- a/app/config/specs/swagger2-1.8.x-server.json +++ b/app/config/specs/swagger2-1.8.x-server.json @@ -4801,7 +4801,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 316, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -4906,7 +4906,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 312, + "weight": 313, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -5025,7 +5025,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -5092,7 +5092,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5162,7 +5162,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5225,7 +5225,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5304,7 +5304,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5369,7 +5369,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5450,7 +5450,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 313, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5543,7 +5543,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 314, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -5658,7 +5658,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 315, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -5750,7 +5750,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -5835,7 +5835,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 320, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -5945,7 +5945,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 321, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -6017,7 +6017,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 322, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -6123,7 +6123,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6195,7 +6195,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6281,7 +6281,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6392,7 +6392,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -6505,7 +6505,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -6616,7 +6616,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -6729,7 +6729,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -6840,7 +6840,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -6953,7 +6953,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -7074,7 +7074,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7197,7 +7197,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7320,7 +7320,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7445,7 +7445,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7568,7 +7568,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -7693,7 +7693,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -7804,7 +7804,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -7917,7 +7917,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -8023,7 +8023,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8135,7 +8135,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8241,7 +8241,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8353,7 +8353,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8459,7 +8459,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -8571,7 +8571,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -8709,7 +8709,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -8833,7 +8833,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -8952,7 +8952,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -9063,7 +9063,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9205,7 +9205,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9279,7 +9279,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9360,7 +9360,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9467,7 +9467,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -9562,7 +9562,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -9751,7 +9751,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -9885,7 +9885,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -9988,7 +9988,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10085,7 +10085,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10188,7 +10188,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10341,7 +10341,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10449,7 +10449,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -10549,7 +10549,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -10669,7 +10669,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -10787,7 +10787,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -10871,7 +10871,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -11004,7 +11004,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11078,7 +11078,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11157,7 +11157,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 452, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -11230,7 +11230,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 449, + "weight": 450, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -11444,7 +11444,7 @@ "specification": { "type": "string", "description": "Runtime specification for the function and builds.", - "default": "s-1vcpu-512mb", + "default": {}, "x-example": null } }, @@ -11482,7 +11482,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 454, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -11532,7 +11532,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 455, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -11583,7 +11583,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 450, + "weight": 451, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -11643,7 +11643,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 451, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -11860,7 +11860,7 @@ "specification": { "type": "string", "description": "Runtime specification for the function and builds.", - "default": "s-1vcpu-512mb", + "default": {}, "x-example": null } }, @@ -11891,7 +11891,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 453, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -11953,7 +11953,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 458, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -12031,7 +12031,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 459, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -12112,7 +12112,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 456, + "weight": 457, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -12205,7 +12205,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 464, + "weight": 465, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -12291,7 +12291,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 461, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -12398,7 +12398,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 462, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -12495,7 +12495,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 457, + "weight": 458, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -12558,7 +12558,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 460, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -12626,7 +12626,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 463, + "weight": 464, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -12712,7 +12712,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 465, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -12780,7 +12780,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -12855,7 +12855,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -12974,7 +12974,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -13040,7 +13040,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -13108,7 +13108,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 474, + "weight": 475, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -13168,7 +13168,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 472, + "weight": 473, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -13259,7 +13259,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 473, + "weight": 474, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -13327,7 +13327,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 475, + "weight": 476, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -13420,7 +13420,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 476, + "weight": 477, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -15347,7 +15347,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 304, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -15423,7 +15423,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -15582,7 +15582,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -15738,7 +15738,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 303, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -15934,7 +15934,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 310, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -16129,7 +16129,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 302, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -16318,7 +16318,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -16501,7 +16501,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 307, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -16557,7 +16557,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 311, + "weight": 312, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -16618,7 +16618,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 305, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -16691,7 +16691,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 306, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -16764,7 +16764,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 276, + "weight": 277, "cookies": false, "type": "", "demo": "messaging\/list-providers.md", @@ -16840,7 +16840,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 275, + "weight": 276, "cookies": false, "type": "", "demo": "messaging\/create-apns-provider.md", @@ -17028,7 +17028,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 288, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -17212,7 +17212,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 274, + "weight": 275, "cookies": false, "type": "", "demo": "messaging\/create-fcm-provider.md", @@ -17368,7 +17368,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 287, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -17648,7 +17648,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 279, + "weight": 280, "cookies": false, "type": "", "demo": "messaging\/update-mailgun-provider.md", @@ -17774,7 +17774,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 269, + "weight": 270, "cookies": false, "type": "", "demo": "messaging\/create-msg-91-provider.md", @@ -17878,7 +17878,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 282, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -17954,6 +17954,122 @@ ] } }, + "\/messaging\/providers\/resend": { + "post": { + "summary": "Create Resend provider", + "operationId": "messagingCreateResendProvider", + "consumes": [ + "application\/json" + ], + "produces": [ + "application\/json" + ], + "tags": [ + "messaging" + ], + "description": "Create a new Resend provider.", + "responses": { + "201": { + "description": "Provider", + "schema": { + "$ref": "#\/definitions\/provider" + } + } + }, + "deprecated": false, + "x-appwrite": { + "method": "createResendProvider", + "group": "providers", + "weight": 268, + "cookies": false, + "type": "", + "demo": "messaging\/create-resend-provider.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/create-resend-provider.md", + "rate-limit": 0, + "rate-time": 3600, + "rate-key": "url:{url},ip:{ip}", + "scope": "providers.write", + "platforms": [ + "console", + "server" + ], + "packaging": false, + "auth": { + "Project": [], + "Key": [] + } + }, + "security": [ + { + "Project": [], + "Key": [] + } + ], + "parameters": [ + { + "name": "payload", + "in": "body", + "schema": { + "type": "object", + "properties": { + "providerId": { + "type": "string", + "description": "Provider ID. Choose a custom ID or generate a random ID with `ID.unique()`. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars.", + "default": null, + "x-example": "" + }, + "name": { + "type": "string", + "description": "Provider name.", + "default": null, + "x-example": "" + }, + "apiKey": { + "type": "string", + "description": "Resend API key.", + "default": "", + "x-example": "" + }, + "fromName": { + "type": "string", + "description": "Sender Name.", + "default": "", + "x-example": "" + }, + "fromEmail": { + "type": "string", + "description": "Sender email address.", + "default": "", + "x-example": "email@example.com" + }, + "replyToName": { + "type": "string", + "description": "Name set in the reply to field for the mail. Default value is sender name.", + "default": "", + "x-example": "" + }, + "replyToEmail": { + "type": "string", + "description": "Email set in the reply to field for the mail. Default value is sender email.", + "default": "", + "x-example": "email@example.com" + }, + "enabled": { + "type": "boolean", + "description": "Set as enabled.", + "default": null, + "x-example": false + } + }, + "required": [ + "providerId", + "name" + ] + } + } + ] + } + }, "\/messaging\/providers\/sendgrid": { "post": { "summary": "Create Sendgrid provider", @@ -18096,7 +18212,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 280, + "weight": 281, "cookies": false, "type": "", "demo": "messaging\/update-sendgrid-provider.md", @@ -18210,7 +18326,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 268, + "weight": 269, "cookies": false, "type": "", "demo": "messaging\/create-smtp-provider.md", @@ -18456,7 +18572,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 281, + "weight": 282, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -18695,7 +18811,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 270, + "weight": 271, "cookies": false, "type": "", "demo": "messaging\/create-telesign-provider.md", @@ -18799,7 +18915,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 283, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -18901,7 +19017,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 271, + "weight": 272, "cookies": false, "type": "", "demo": "messaging\/create-textmagic-provider.md", @@ -19005,7 +19121,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 284, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -19107,7 +19223,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 272, + "weight": 273, "cookies": false, "type": "", "demo": "messaging\/create-twilio-provider.md", @@ -19211,7 +19327,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 285, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -19313,7 +19429,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 273, + "weight": 274, "cookies": false, "type": "", "demo": "messaging\/create-vonage-provider.md", @@ -19417,7 +19533,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 286, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -19517,7 +19633,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 278, + "weight": 279, "cookies": false, "type": "", "demo": "messaging\/get-provider.md", @@ -19573,7 +19689,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 289, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -19634,7 +19750,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 277, + "weight": 278, "cookies": false, "type": "", "demo": "messaging\/list-provider-logs.md", @@ -19707,7 +19823,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 298, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -19780,7 +19896,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 291, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -19854,7 +19970,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 290, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -19943,7 +20059,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 293, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -20004,7 +20120,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 294, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -20084,7 +20200,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 295, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -20145,7 +20261,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 292, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -20218,7 +20334,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -20300,7 +20416,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -20389,7 +20505,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 299, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -20453,7 +20569,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -20525,7 +20641,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 481, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -20598,7 +20714,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 479, + "weight": 480, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -20827,7 +20943,7 @@ "specification": { "type": "string", "description": "Framework specification for the site and builds.", - "default": "s-1vcpu-512mb", + "default": {}, "x-example": null } }, @@ -20866,7 +20982,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 484, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -20916,7 +21032,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 507, + "weight": 508, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -20967,7 +21083,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 480, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -21027,7 +21143,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 482, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -21258,7 +21374,7 @@ "specification": { "type": "string", "description": "Framework specification for the site and builds.", - "default": "s-1vcpu-512mb", + "default": {}, "x-example": null } }, @@ -21290,7 +21406,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 483, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -21352,7 +21468,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 490, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -21430,7 +21546,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 489, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -21511,7 +21627,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 485, + "weight": 486, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -21612,7 +21728,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 493, + "weight": 494, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -21692,7 +21808,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 486, + "weight": 487, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -21799,7 +21915,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 487, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -21897,7 +22013,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 488, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -21960,7 +22076,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 491, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -22028,7 +22144,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 492, + "weight": 493, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -22114,7 +22230,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 494, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -22182,7 +22298,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 496, + "weight": 497, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -22254,7 +22370,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 495, + "weight": 496, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -22319,7 +22435,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 497, + "weight": 498, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -22387,7 +22503,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 500, + "weight": 501, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -22447,7 +22563,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 498, + "weight": 499, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -22538,7 +22654,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 499, + "weight": 500, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -22606,7 +22722,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 501, + "weight": 502, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -22699,7 +22815,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 502, + "weight": 503, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -24007,7 +24123,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -24080,7 +24196,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -24163,7 +24279,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -24171,7 +24287,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client" @@ -24230,7 +24349,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -24238,7 +24357,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -24300,7 +24422,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -24308,7 +24430,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client" @@ -24363,7 +24488,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -24371,7 +24496,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -24442,7 +24570,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -24450,7 +24578,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -24507,7 +24638,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -24515,7 +24646,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -24588,7 +24722,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -24648,7 +24782,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -24727,7 +24861,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 381, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -24787,7 +24921,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -24871,7 +25005,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 385, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -24980,7 +25114,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -25051,7 +25185,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -25156,7 +25290,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 388, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -25227,7 +25361,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -25312,7 +25446,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 395, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -25422,7 +25556,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 396, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -25534,7 +25668,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -25644,7 +25778,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -25756,7 +25890,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -25866,7 +26000,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -25978,7 +26112,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -26098,7 +26232,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -26220,7 +26354,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -26342,7 +26476,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -26466,7 +26600,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -26588,7 +26722,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -26712,7 +26846,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -26822,7 +26956,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -26934,7 +27068,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -27039,7 +27173,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 410, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -27150,7 +27284,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -27255,7 +27389,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -27366,7 +27500,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -27471,7 +27605,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -27582,7 +27716,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -27719,7 +27853,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 417, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -27842,7 +27976,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -27960,7 +28094,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -28070,7 +28204,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -28211,7 +28345,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -28284,7 +28418,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -28364,7 +28498,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -28470,7 +28604,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -28553,7 +28687,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -28685,7 +28819,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -28758,7 +28892,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -28836,7 +28970,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -28930,7 +29064,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -29110,7 +29244,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -29239,7 +29373,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -29341,7 +29475,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -29437,7 +29571,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -29539,7 +29673,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -29683,7 +29817,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -29790,7 +29924,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -29889,7 +30023,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -30008,7 +30142,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 435, + "weight": 436, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -31160,7 +31294,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 519, + "weight": 520, "cookies": false, "type": "", "demo": "tokens\/list.md", @@ -31241,7 +31375,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 517, + "weight": 518, "cookies": false, "type": "", "demo": "tokens\/create-file-token.md", @@ -31326,7 +31460,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 518, + "weight": 519, "cookies": false, "type": "", "demo": "tokens\/get.md", @@ -31387,7 +31521,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 520, + "weight": 521, "cookies": false, "type": "", "demo": "tokens\/update.md", @@ -31459,7 +31593,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 521, + "weight": 522, "cookies": false, "type": "", "demo": "tokens\/delete.md", diff --git a/app/config/specs/swagger2-latest-client.json b/app/config/specs/swagger2-latest-client.json index 89fc5e7e5c..7d4cb22dd4 100644 --- a/app/config/specs/swagger2-latest-client.json +++ b/app/config/specs/swagger2-latest-client.json @@ -5076,7 +5076,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -5141,7 +5141,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5209,7 +5209,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5270,7 +5270,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5347,7 +5347,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5410,7 +5410,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5489,7 +5489,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -5582,7 +5582,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -5736,7 +5736,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -5837,7 +5837,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -5987,7 +5987,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -6093,7 +6093,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -6191,7 +6191,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -6309,7 +6309,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -6425,7 +6425,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -6498,7 +6498,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -6615,7 +6615,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -7240,7 +7240,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -7324,7 +7324,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -8153,7 +8153,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -8161,7 +8161,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client" @@ -8218,7 +8221,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -8226,7 +8229,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -8286,7 +8292,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -8294,7 +8300,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client" @@ -8347,7 +8356,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -8355,7 +8364,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -8424,7 +8436,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -8432,7 +8444,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -8487,7 +8502,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -8495,7 +8510,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -8566,7 +8584,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -8658,7 +8676,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -8807,7 +8825,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -8907,7 +8925,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -9048,7 +9066,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -9153,7 +9171,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -9250,7 +9268,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -9367,7 +9385,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 435, + "weight": 436, "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 098f138b30..0ba9622f94 100644 --- a/app/config/specs/swagger2-latest-console.json +++ b/app/config/specs/swagger2-latest-console.json @@ -5156,7 +5156,7 @@ "x-appwrite": { "method": "getResource", "group": null, - "weight": 508, + "weight": 509, "cookies": false, "type": "", "demo": "console\/get-resource.md", @@ -5275,7 +5275,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 316, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -5378,7 +5378,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 312, + "weight": 313, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -5495,7 +5495,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -5560,7 +5560,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5628,7 +5628,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5689,7 +5689,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5766,7 +5766,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5829,7 +5829,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5908,7 +5908,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 319, + "weight": 320, "cookies": false, "type": "", "demo": "databases\/list-usage.md", @@ -6008,7 +6008,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 313, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -6099,7 +6099,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 314, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -6212,7 +6212,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 315, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -6302,7 +6302,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -6386,7 +6386,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 320, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -6495,7 +6495,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 321, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -6566,7 +6566,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 322, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -6671,7 +6671,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6742,7 +6742,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6827,7 +6827,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6937,7 +6937,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -7049,7 +7049,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -7159,7 +7159,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -7271,7 +7271,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -7381,7 +7381,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -7493,7 +7493,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -7613,7 +7613,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7735,7 +7735,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7857,7 +7857,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7981,7 +7981,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -8103,7 +8103,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -8227,7 +8227,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -8337,7 +8337,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -8449,7 +8449,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -8554,7 +8554,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8665,7 +8665,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8770,7 +8770,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8881,7 +8881,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8986,7 +8986,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -9097,7 +9097,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -9234,7 +9234,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -9357,7 +9357,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -9475,7 +9475,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -9585,7 +9585,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9726,7 +9726,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9799,7 +9799,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9879,7 +9879,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9985,7 +9985,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -10078,7 +10078,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -10263,7 +10263,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -10395,7 +10395,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -10497,7 +10497,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10593,7 +10593,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10694,7 +10694,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10844,7 +10844,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10950,7 +10950,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -11046,7 +11046,7 @@ "x-appwrite": { "method": "listDocumentLogs", "group": "logs", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/list-document-logs.md", @@ -11138,7 +11138,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -11256,7 +11256,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -11372,7 +11372,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -11455,7 +11455,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -11587,7 +11587,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11660,7 +11660,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11738,7 +11738,7 @@ "x-appwrite": { "method": "listCollectionLogs", "group": "collections", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "demo": "databases\/list-collection-logs.md", @@ -11820,7 +11820,7 @@ "x-appwrite": { "method": "getCollectionUsage", "group": null, - "weight": 326, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/get-collection-usage.md", @@ -11910,7 +11910,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 317, + "weight": 318, "cookies": false, "type": "", "demo": "databases\/list-logs.md", @@ -12013,7 +12013,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 318, + "weight": 319, "cookies": false, "type": "", "demo": "databases\/get-usage.md", @@ -12124,7 +12124,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 452, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -12196,7 +12196,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 449, + "weight": 450, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -12409,7 +12409,7 @@ "specification": { "type": "string", "description": "Runtime specification for the function and builds.", - "default": "s-1vcpu-512mb", + "default": {}, "x-example": null } }, @@ -12447,7 +12447,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 454, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -12496,7 +12496,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 455, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -12546,7 +12546,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 478, + "weight": 479, "cookies": false, "type": "", "demo": "functions\/list-templates.md", @@ -12640,7 +12640,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 477, + "weight": 478, "cookies": false, "type": "", "demo": "functions\/get-template.md", @@ -12698,7 +12698,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 471, + "weight": 472, "cookies": false, "type": "", "demo": "functions\/list-usage.md", @@ -12768,7 +12768,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 450, + "weight": 451, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -12827,7 +12827,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 451, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -13043,7 +13043,7 @@ "specification": { "type": "string", "description": "Runtime specification for the function and builds.", - "default": "s-1vcpu-512mb", + "default": {}, "x-example": null } }, @@ -13074,7 +13074,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 453, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -13135,7 +13135,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 458, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -13212,7 +13212,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 459, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -13292,7 +13292,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 456, + "weight": 457, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -13384,7 +13384,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 464, + "weight": 465, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -13469,7 +13469,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 461, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -13575,7 +13575,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 462, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -13671,7 +13671,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 457, + "weight": 458, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -13733,7 +13733,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 460, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -13800,7 +13800,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 463, + "weight": 464, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -13885,7 +13885,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 465, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -13952,7 +13952,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -14025,7 +14025,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -14142,7 +14142,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -14206,7 +14206,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -14273,7 +14273,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 470, + "weight": 471, "cookies": false, "type": "", "demo": "functions\/get-usage.md", @@ -14351,7 +14351,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 474, + "weight": 475, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -14410,7 +14410,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 472, + "weight": 473, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -14500,7 +14500,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 473, + "weight": 474, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -14567,7 +14567,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 475, + "weight": 476, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -14659,7 +14659,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 476, + "weight": 477, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -16543,7 +16543,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 304, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -16618,7 +16618,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -16776,7 +16776,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -16931,7 +16931,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 303, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -17126,7 +17126,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 310, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -17320,7 +17320,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 302, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -17506,7 +17506,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -17686,7 +17686,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 307, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -17741,7 +17741,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 311, + "weight": 312, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -17801,7 +17801,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 305, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -17873,7 +17873,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 306, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -17945,7 +17945,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 276, + "weight": 277, "cookies": false, "type": "", "demo": "messaging\/list-providers.md", @@ -18020,7 +18020,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 275, + "weight": 276, "cookies": false, "type": "", "demo": "messaging\/create-apns-provider.md", @@ -18205,7 +18205,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 288, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -18386,7 +18386,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 274, + "weight": 275, "cookies": false, "type": "", "demo": "messaging\/create-fcm-provider.md", @@ -18539,7 +18539,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 287, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -18815,7 +18815,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 279, + "weight": 280, "cookies": false, "type": "", "demo": "messaging\/update-mailgun-provider.md", @@ -18940,7 +18940,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 269, + "weight": 270, "cookies": false, "type": "", "demo": "messaging\/create-msg-91-provider.md", @@ -19043,7 +19043,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 282, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -19118,6 +19118,121 @@ ] } }, + "\/messaging\/providers\/resend": { + "post": { + "summary": "Create Resend provider", + "operationId": "messagingCreateResendProvider", + "consumes": [ + "application\/json" + ], + "produces": [ + "application\/json" + ], + "tags": [ + "messaging" + ], + "description": "Create a new Resend provider.", + "responses": { + "201": { + "description": "Provider", + "schema": { + "$ref": "#\/definitions\/provider" + } + } + }, + "deprecated": false, + "x-appwrite": { + "method": "createResendProvider", + "group": "providers", + "weight": 268, + "cookies": false, + "type": "", + "demo": "messaging\/create-resend-provider.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/create-resend-provider.md", + "rate-limit": 0, + "rate-time": 3600, + "rate-key": "url:{url},ip:{ip}", + "scope": "providers.write", + "platforms": [ + "console", + "server" + ], + "packaging": false, + "auth": { + "Project": [] + } + }, + "security": [ + { + "Project": [], + "Key": [] + } + ], + "parameters": [ + { + "name": "payload", + "in": "body", + "schema": { + "type": "object", + "properties": { + "providerId": { + "type": "string", + "description": "Provider ID. Choose a custom ID or generate a random ID with `ID.unique()`. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars.", + "default": null, + "x-example": "" + }, + "name": { + "type": "string", + "description": "Provider name.", + "default": null, + "x-example": "" + }, + "apiKey": { + "type": "string", + "description": "Resend API key.", + "default": "", + "x-example": "" + }, + "fromName": { + "type": "string", + "description": "Sender Name.", + "default": "", + "x-example": "" + }, + "fromEmail": { + "type": "string", + "description": "Sender email address.", + "default": "", + "x-example": "email@example.com" + }, + "replyToName": { + "type": "string", + "description": "Name set in the reply to field for the mail. Default value is sender name.", + "default": "", + "x-example": "" + }, + "replyToEmail": { + "type": "string", + "description": "Email set in the reply to field for the mail. Default value is sender email.", + "default": "", + "x-example": "email@example.com" + }, + "enabled": { + "type": "boolean", + "description": "Set as enabled.", + "default": null, + "x-example": false + } + }, + "required": [ + "providerId", + "name" + ] + } + } + ] + } + }, "\/messaging\/providers\/sendgrid": { "post": { "summary": "Create Sendgrid provider", @@ -19259,7 +19374,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 280, + "weight": 281, "cookies": false, "type": "", "demo": "messaging\/update-sendgrid-provider.md", @@ -19372,7 +19487,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 268, + "weight": 269, "cookies": false, "type": "", "demo": "messaging\/create-smtp-provider.md", @@ -19615,7 +19730,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 281, + "weight": 282, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -19851,7 +19966,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 270, + "weight": 271, "cookies": false, "type": "", "demo": "messaging\/create-telesign-provider.md", @@ -19954,7 +20069,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 283, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -20055,7 +20170,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 271, + "weight": 272, "cookies": false, "type": "", "demo": "messaging\/create-textmagic-provider.md", @@ -20158,7 +20273,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 284, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -20259,7 +20374,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 272, + "weight": 273, "cookies": false, "type": "", "demo": "messaging\/create-twilio-provider.md", @@ -20362,7 +20477,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 285, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -20463,7 +20578,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 273, + "weight": 274, "cookies": false, "type": "", "demo": "messaging\/create-vonage-provider.md", @@ -20566,7 +20681,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 286, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -20665,7 +20780,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 278, + "weight": 279, "cookies": false, "type": "", "demo": "messaging\/get-provider.md", @@ -20720,7 +20835,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 289, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -20780,7 +20895,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 277, + "weight": 278, "cookies": false, "type": "", "demo": "messaging\/list-provider-logs.md", @@ -20852,7 +20967,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 298, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -20924,7 +21039,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 291, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -20997,7 +21112,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 290, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -21085,7 +21200,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 293, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -21145,7 +21260,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 294, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -21224,7 +21339,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 295, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -21284,7 +21399,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 292, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -21356,7 +21471,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -21437,7 +21552,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -21524,7 +21639,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 299, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -21587,7 +21702,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -23190,7 +23305,7 @@ "x-appwrite": { "method": "list", "group": "projects", - "weight": 448, + "weight": 449, "cookies": false, "type": "", "demo": "projects\/list.md", @@ -24833,7 +24948,7 @@ "x-appwrite": { "method": "listDevKeys", "group": "devKeys", - "weight": 446, + "weight": 447, "cookies": false, "type": "", "demo": "projects\/list-dev-keys.md", @@ -24903,7 +25018,7 @@ "x-appwrite": { "method": "createDevKey", "group": "devKeys", - "weight": 443, + "weight": 444, "cookies": false, "type": "", "demo": "projects\/create-dev-key.md", @@ -24986,7 +25101,7 @@ "x-appwrite": { "method": "getDevKey", "group": "devKeys", - "weight": 445, + "weight": 446, "cookies": false, "type": "", "demo": "projects\/get-dev-key.md", @@ -25052,7 +25167,7 @@ "x-appwrite": { "method": "updateDevKey", "group": "devKeys", - "weight": 444, + "weight": 445, "cookies": false, "type": "", "demo": "projects\/update-dev-key.md", @@ -25138,7 +25253,7 @@ "x-appwrite": { "method": "deleteDevKey", "group": "devKeys", - "weight": 447, + "weight": 448, "cookies": false, "type": "", "demo": "projects\/delete-dev-key.md", @@ -28951,7 +29066,7 @@ "x-appwrite": { "method": "listRules", "group": null, - "weight": 514, + "weight": 515, "cookies": false, "type": "", "demo": "proxy\/list-rules.md", @@ -29024,7 +29139,7 @@ "x-appwrite": { "method": "createAPIRule", "group": null, - "weight": 509, + "weight": 510, "cookies": false, "type": "", "demo": "proxy\/create-api-rule.md", @@ -29094,7 +29209,7 @@ "x-appwrite": { "method": "createFunctionRule", "group": null, - "weight": 511, + "weight": 512, "cookies": false, "type": "", "demo": "proxy\/create-function-rule.md", @@ -29177,7 +29292,7 @@ "x-appwrite": { "method": "createRedirectRule", "group": null, - "weight": 512, + "weight": 513, "cookies": false, "type": "", "demo": "proxy\/create-redirect-rule.md", @@ -29297,7 +29412,7 @@ "x-appwrite": { "method": "createSiteRule", "group": null, - "weight": 510, + "weight": 511, "cookies": false, "type": "", "demo": "proxy\/create-site-rule.md", @@ -29378,7 +29493,7 @@ "x-appwrite": { "method": "getRule", "group": null, - "weight": 513, + "weight": 514, "cookies": false, "type": "", "demo": "proxy\/get-rule.md", @@ -29431,7 +29546,7 @@ "x-appwrite": { "method": "deleteRule", "group": null, - "weight": 515, + "weight": 516, "cookies": false, "type": "", "demo": "proxy\/delete-rule.md", @@ -29491,7 +29606,7 @@ "x-appwrite": { "method": "updateRuleVerification", "group": null, - "weight": 516, + "weight": 517, "cookies": false, "type": "", "demo": "proxy\/update-rule-verification.md", @@ -29549,7 +29664,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 481, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -29621,7 +29736,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 479, + "weight": 480, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -29849,7 +29964,7 @@ "specification": { "type": "string", "description": "Framework specification for the site and builds.", - "default": "s-1vcpu-512mb", + "default": {}, "x-example": null } }, @@ -29888,7 +30003,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 484, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -29937,7 +30052,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 507, + "weight": 508, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -29987,7 +30102,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 503, + "weight": 504, "cookies": false, "type": "", "demo": "sites\/list-templates.md", @@ -30081,7 +30196,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 504, + "weight": 505, "cookies": false, "type": "", "demo": "sites\/get-template.md", @@ -30139,7 +30254,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 505, + "weight": 506, "cookies": false, "type": "", "demo": "sites\/list-usage.md", @@ -30209,7 +30324,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 480, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -30268,7 +30383,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 482, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -30498,7 +30613,7 @@ "specification": { "type": "string", "description": "Framework specification for the site and builds.", - "default": "s-1vcpu-512mb", + "default": {}, "x-example": null } }, @@ -30530,7 +30645,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 483, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -30591,7 +30706,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 490, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -30668,7 +30783,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 489, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -30748,7 +30863,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 485, + "weight": 486, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -30848,7 +30963,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 493, + "weight": 494, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -30927,7 +31042,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 486, + "weight": 487, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -31033,7 +31148,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 487, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -31130,7 +31245,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 488, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -31192,7 +31307,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 491, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -31259,7 +31374,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 492, + "weight": 493, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -31344,7 +31459,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 494, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -31411,7 +31526,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 496, + "weight": 497, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -31482,7 +31597,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 495, + "weight": 496, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -31546,7 +31661,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 497, + "weight": 498, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -31613,7 +31728,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 506, + "weight": 507, "cookies": false, "type": "", "demo": "sites\/get-usage.md", @@ -31691,7 +31806,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 500, + "weight": 501, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -31750,7 +31865,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 498, + "weight": 499, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -31840,7 +31955,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 499, + "weight": 500, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -31907,7 +32022,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 501, + "weight": 502, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -31999,7 +32114,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 502, + "weight": 503, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -33433,7 +33548,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -33505,7 +33620,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -33587,7 +33702,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -33595,7 +33710,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client" @@ -33652,7 +33770,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -33660,7 +33778,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -33720,7 +33841,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -33728,7 +33849,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client" @@ -33781,7 +33905,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -33789,7 +33913,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -33858,7 +33985,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -33866,7 +33993,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -33921,7 +34051,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -33929,7 +34059,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -34000,7 +34133,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 384, + "weight": 385, "cookies": false, "type": "", "demo": "tablesdb\/list-usage.md", @@ -34095,7 +34228,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -34154,7 +34287,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -34232,7 +34365,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 381, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -34291,7 +34424,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -34374,7 +34507,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 385, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -34482,7 +34615,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -34552,7 +34685,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -34656,7 +34789,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 388, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -34726,7 +34859,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -34810,7 +34943,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 395, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -34919,7 +35052,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 396, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -35030,7 +35163,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -35139,7 +35272,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -35250,7 +35383,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -35359,7 +35492,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -35470,7 +35603,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -35589,7 +35722,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -35710,7 +35843,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -35831,7 +35964,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -35954,7 +36087,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -36075,7 +36208,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -36198,7 +36331,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -36307,7 +36440,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -36418,7 +36551,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -36522,7 +36655,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 410, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -36632,7 +36765,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -36736,7 +36869,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -36846,7 +36979,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -36950,7 +37083,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -37060,7 +37193,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -37196,7 +37329,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 417, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -37318,7 +37451,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -37435,7 +37568,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -37544,7 +37677,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -37684,7 +37817,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -37756,7 +37889,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -37835,7 +37968,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -37940,7 +38073,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -38022,7 +38155,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -38153,7 +38286,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -38225,7 +38358,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -38302,7 +38435,7 @@ "x-appwrite": { "method": "listTableLogs", "group": "tables", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/list-table-logs.md", @@ -38383,7 +38516,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -38475,7 +38608,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -38651,7 +38784,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -38778,7 +38911,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -38879,7 +39012,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -38974,7 +39107,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -39074,7 +39207,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -39215,7 +39348,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -39320,7 +39453,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -39415,7 +39548,7 @@ "x-appwrite": { "method": "listRowLogs", "group": "logs", - "weight": 434, + "weight": 435, "cookies": false, "type": "", "demo": "tablesdb\/list-row-logs.md", @@ -39506,7 +39639,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -39623,7 +39756,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 435, + "weight": 436, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -39738,7 +39871,7 @@ "x-appwrite": { "method": "getTableUsage", "group": null, - "weight": 391, + "weight": 392, "cookies": false, "type": "", "demo": "tablesdb\/get-table-usage.md", @@ -39827,7 +39960,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 383, + "weight": 384, "cookies": false, "type": "", "demo": "tablesdb\/get-usage.md", @@ -41012,7 +41145,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 519, + "weight": 520, "cookies": false, "type": "", "demo": "tokens\/list.md", @@ -41092,7 +41225,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 517, + "weight": 518, "cookies": false, "type": "", "demo": "tokens\/create-file-token.md", @@ -41176,7 +41309,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 518, + "weight": 519, "cookies": false, "type": "", "demo": "tokens\/get.md", @@ -41236,7 +41369,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 520, + "weight": 521, "cookies": false, "type": "", "demo": "tokens\/update.md", @@ -41307,7 +41440,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 521, + "weight": 522, "cookies": false, "type": "", "demo": "tokens\/delete.md", @@ -57440,6 +57573,12 @@ "description": "A target for your Appwrite custom domains.", "x-example": "127.0.0.1" }, + "_APP_COMPUTE_BUILD_TIMEOUT": { + "type": "integer", + "description": "Maximum build timeout in seconds.", + "x-example": 900, + "format": "int32" + }, "_APP_DOMAIN_TARGET_AAAA": { "type": "string", "description": "AAAA target for your Appwrite custom domains.", @@ -57506,6 +57645,7 @@ "required": [ "_APP_DOMAIN_TARGET_CNAME", "_APP_DOMAIN_TARGET_A", + "_APP_COMPUTE_BUILD_TIMEOUT", "_APP_DOMAIN_TARGET_AAAA", "_APP_DOMAIN_TARGET_CAA", "_APP_STORAGE_LIMIT", @@ -57522,6 +57662,7 @@ "example": { "_APP_DOMAIN_TARGET_CNAME": "appwrite.io", "_APP_DOMAIN_TARGET_A": "127.0.0.1", + "_APP_COMPUTE_BUILD_TIMEOUT": 900, "_APP_DOMAIN_TARGET_AAAA": "::1", "_APP_DOMAIN_TARGET_CAA": "digicert.com", "_APP_STORAGE_LIMIT": "30000000", diff --git a/app/config/specs/swagger2-latest-server.json b/app/config/specs/swagger2-latest-server.json index 9c8ef73243..8be6aad04b 100644 --- a/app/config/specs/swagger2-latest-server.json +++ b/app/config/specs/swagger2-latest-server.json @@ -4801,7 +4801,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 316, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -4906,7 +4906,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 312, + "weight": 313, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -5025,7 +5025,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -5092,7 +5092,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5162,7 +5162,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5225,7 +5225,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5304,7 +5304,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5369,7 +5369,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5450,7 +5450,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 313, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5543,7 +5543,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 314, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -5658,7 +5658,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 315, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -5750,7 +5750,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -5835,7 +5835,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 320, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -5945,7 +5945,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 321, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -6017,7 +6017,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 322, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -6123,7 +6123,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6195,7 +6195,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6281,7 +6281,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6392,7 +6392,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -6505,7 +6505,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -6616,7 +6616,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -6729,7 +6729,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -6840,7 +6840,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -6953,7 +6953,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -7074,7 +7074,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7197,7 +7197,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7320,7 +7320,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7445,7 +7445,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7568,7 +7568,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -7693,7 +7693,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -7804,7 +7804,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -7917,7 +7917,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -8023,7 +8023,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8135,7 +8135,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8241,7 +8241,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8353,7 +8353,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8459,7 +8459,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -8571,7 +8571,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -8709,7 +8709,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -8833,7 +8833,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -8952,7 +8952,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -9063,7 +9063,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9205,7 +9205,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9279,7 +9279,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9360,7 +9360,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9467,7 +9467,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -9562,7 +9562,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -9751,7 +9751,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -9885,7 +9885,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -9988,7 +9988,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10085,7 +10085,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10188,7 +10188,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10341,7 +10341,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10449,7 +10449,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -10549,7 +10549,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -10669,7 +10669,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -10787,7 +10787,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -10871,7 +10871,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -11004,7 +11004,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11078,7 +11078,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11157,7 +11157,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 452, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -11230,7 +11230,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 449, + "weight": 450, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -11444,7 +11444,7 @@ "specification": { "type": "string", "description": "Runtime specification for the function and builds.", - "default": "s-1vcpu-512mb", + "default": {}, "x-example": null } }, @@ -11482,7 +11482,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 454, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -11532,7 +11532,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 455, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -11583,7 +11583,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 450, + "weight": 451, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -11643,7 +11643,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 451, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -11860,7 +11860,7 @@ "specification": { "type": "string", "description": "Runtime specification for the function and builds.", - "default": "s-1vcpu-512mb", + "default": {}, "x-example": null } }, @@ -11891,7 +11891,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 453, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -11953,7 +11953,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 458, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -12031,7 +12031,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 459, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -12112,7 +12112,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 456, + "weight": 457, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -12205,7 +12205,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 464, + "weight": 465, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -12291,7 +12291,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 461, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -12398,7 +12398,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 462, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -12495,7 +12495,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 457, + "weight": 458, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -12558,7 +12558,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 460, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -12626,7 +12626,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 463, + "weight": 464, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -12712,7 +12712,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 465, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -12780,7 +12780,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -12855,7 +12855,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -12974,7 +12974,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -13040,7 +13040,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -13108,7 +13108,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 474, + "weight": 475, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -13168,7 +13168,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 472, + "weight": 473, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -13259,7 +13259,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 473, + "weight": 474, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -13327,7 +13327,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 475, + "weight": 476, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -13420,7 +13420,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 476, + "weight": 477, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -15347,7 +15347,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 304, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -15423,7 +15423,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -15582,7 +15582,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -15738,7 +15738,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 303, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -15934,7 +15934,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 310, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -16129,7 +16129,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 302, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -16318,7 +16318,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -16501,7 +16501,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 307, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -16557,7 +16557,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 311, + "weight": 312, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -16618,7 +16618,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 305, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -16691,7 +16691,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 306, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -16764,7 +16764,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 276, + "weight": 277, "cookies": false, "type": "", "demo": "messaging\/list-providers.md", @@ -16840,7 +16840,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 275, + "weight": 276, "cookies": false, "type": "", "demo": "messaging\/create-apns-provider.md", @@ -17028,7 +17028,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 288, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -17212,7 +17212,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 274, + "weight": 275, "cookies": false, "type": "", "demo": "messaging\/create-fcm-provider.md", @@ -17368,7 +17368,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 287, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -17648,7 +17648,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 279, + "weight": 280, "cookies": false, "type": "", "demo": "messaging\/update-mailgun-provider.md", @@ -17774,7 +17774,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 269, + "weight": 270, "cookies": false, "type": "", "demo": "messaging\/create-msg-91-provider.md", @@ -17878,7 +17878,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 282, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -17954,6 +17954,122 @@ ] } }, + "\/messaging\/providers\/resend": { + "post": { + "summary": "Create Resend provider", + "operationId": "messagingCreateResendProvider", + "consumes": [ + "application\/json" + ], + "produces": [ + "application\/json" + ], + "tags": [ + "messaging" + ], + "description": "Create a new Resend provider.", + "responses": { + "201": { + "description": "Provider", + "schema": { + "$ref": "#\/definitions\/provider" + } + } + }, + "deprecated": false, + "x-appwrite": { + "method": "createResendProvider", + "group": "providers", + "weight": 268, + "cookies": false, + "type": "", + "demo": "messaging\/create-resend-provider.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/create-resend-provider.md", + "rate-limit": 0, + "rate-time": 3600, + "rate-key": "url:{url},ip:{ip}", + "scope": "providers.write", + "platforms": [ + "console", + "server" + ], + "packaging": false, + "auth": { + "Project": [], + "Key": [] + } + }, + "security": [ + { + "Project": [], + "Key": [] + } + ], + "parameters": [ + { + "name": "payload", + "in": "body", + "schema": { + "type": "object", + "properties": { + "providerId": { + "type": "string", + "description": "Provider ID. Choose a custom ID or generate a random ID with `ID.unique()`. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars.", + "default": null, + "x-example": "" + }, + "name": { + "type": "string", + "description": "Provider name.", + "default": null, + "x-example": "" + }, + "apiKey": { + "type": "string", + "description": "Resend API key.", + "default": "", + "x-example": "" + }, + "fromName": { + "type": "string", + "description": "Sender Name.", + "default": "", + "x-example": "" + }, + "fromEmail": { + "type": "string", + "description": "Sender email address.", + "default": "", + "x-example": "email@example.com" + }, + "replyToName": { + "type": "string", + "description": "Name set in the reply to field for the mail. Default value is sender name.", + "default": "", + "x-example": "" + }, + "replyToEmail": { + "type": "string", + "description": "Email set in the reply to field for the mail. Default value is sender email.", + "default": "", + "x-example": "email@example.com" + }, + "enabled": { + "type": "boolean", + "description": "Set as enabled.", + "default": null, + "x-example": false + } + }, + "required": [ + "providerId", + "name" + ] + } + } + ] + } + }, "\/messaging\/providers\/sendgrid": { "post": { "summary": "Create Sendgrid provider", @@ -18096,7 +18212,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 280, + "weight": 281, "cookies": false, "type": "", "demo": "messaging\/update-sendgrid-provider.md", @@ -18210,7 +18326,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 268, + "weight": 269, "cookies": false, "type": "", "demo": "messaging\/create-smtp-provider.md", @@ -18456,7 +18572,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 281, + "weight": 282, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -18695,7 +18811,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 270, + "weight": 271, "cookies": false, "type": "", "demo": "messaging\/create-telesign-provider.md", @@ -18799,7 +18915,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 283, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -18901,7 +19017,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 271, + "weight": 272, "cookies": false, "type": "", "demo": "messaging\/create-textmagic-provider.md", @@ -19005,7 +19121,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 284, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -19107,7 +19223,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 272, + "weight": 273, "cookies": false, "type": "", "demo": "messaging\/create-twilio-provider.md", @@ -19211,7 +19327,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 285, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -19313,7 +19429,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 273, + "weight": 274, "cookies": false, "type": "", "demo": "messaging\/create-vonage-provider.md", @@ -19417,7 +19533,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 286, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -19517,7 +19633,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 278, + "weight": 279, "cookies": false, "type": "", "demo": "messaging\/get-provider.md", @@ -19573,7 +19689,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 289, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -19634,7 +19750,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 277, + "weight": 278, "cookies": false, "type": "", "demo": "messaging\/list-provider-logs.md", @@ -19707,7 +19823,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 298, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -19780,7 +19896,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 291, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -19854,7 +19970,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 290, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -19943,7 +20059,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 293, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -20004,7 +20120,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 294, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -20084,7 +20200,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 295, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -20145,7 +20261,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 292, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -20218,7 +20334,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -20300,7 +20416,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -20389,7 +20505,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 299, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -20453,7 +20569,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -20525,7 +20641,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 481, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -20598,7 +20714,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 479, + "weight": 480, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -20827,7 +20943,7 @@ "specification": { "type": "string", "description": "Framework specification for the site and builds.", - "default": "s-1vcpu-512mb", + "default": {}, "x-example": null } }, @@ -20866,7 +20982,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 484, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -20916,7 +21032,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 507, + "weight": 508, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -20967,7 +21083,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 480, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -21027,7 +21143,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 482, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -21258,7 +21374,7 @@ "specification": { "type": "string", "description": "Framework specification for the site and builds.", - "default": "s-1vcpu-512mb", + "default": {}, "x-example": null } }, @@ -21290,7 +21406,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 483, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -21352,7 +21468,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 490, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -21430,7 +21546,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 489, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -21511,7 +21627,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 485, + "weight": 486, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -21612,7 +21728,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 493, + "weight": 494, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -21692,7 +21808,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 486, + "weight": 487, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -21799,7 +21915,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 487, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -21897,7 +22013,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 488, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -21960,7 +22076,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 491, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -22028,7 +22144,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 492, + "weight": 493, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -22114,7 +22230,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 494, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -22182,7 +22298,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 496, + "weight": 497, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -22254,7 +22370,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 495, + "weight": 496, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -22319,7 +22435,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 497, + "weight": 498, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -22387,7 +22503,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 500, + "weight": 501, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -22447,7 +22563,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 498, + "weight": 499, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -22538,7 +22654,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 499, + "weight": 500, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -22606,7 +22722,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 501, + "weight": 502, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -22699,7 +22815,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 502, + "weight": 503, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -24007,7 +24123,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -24080,7 +24196,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -24163,7 +24279,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -24171,7 +24287,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client" @@ -24230,7 +24349,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -24238,7 +24357,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -24300,7 +24422,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -24308,7 +24430,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.read", + "scope": [ + "documents.read", + "rows.read" + ], "platforms": [ "server", "client" @@ -24363,7 +24488,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -24371,7 +24496,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -24442,7 +24570,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -24450,7 +24578,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -24507,7 +24638,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -24515,7 +24646,10 @@ "rate-limit": 0, "rate-time": 3600, "rate-key": "url:{url},ip:{ip}", - "scope": "rows.write", + "scope": [ + "documents.write", + "rows.write" + ], "platforms": [ "server", "client" @@ -24588,7 +24722,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -24648,7 +24782,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -24727,7 +24861,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 381, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -24787,7 +24921,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -24871,7 +25005,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 385, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -24980,7 +25114,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -25051,7 +25185,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -25156,7 +25290,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 388, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -25227,7 +25361,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -25312,7 +25446,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 395, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -25422,7 +25556,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 396, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -25534,7 +25668,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -25644,7 +25778,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -25756,7 +25890,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -25866,7 +26000,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -25978,7 +26112,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -26098,7 +26232,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -26220,7 +26354,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -26342,7 +26476,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -26466,7 +26600,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -26588,7 +26722,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -26712,7 +26846,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -26822,7 +26956,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -26934,7 +27068,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -27039,7 +27173,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 410, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -27150,7 +27284,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -27255,7 +27389,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -27366,7 +27500,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -27471,7 +27605,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -27582,7 +27716,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -27719,7 +27853,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 417, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -27842,7 +27976,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -27960,7 +28094,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -28070,7 +28204,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -28211,7 +28345,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -28284,7 +28418,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -28364,7 +28498,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -28470,7 +28604,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -28553,7 +28687,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -28685,7 +28819,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -28758,7 +28892,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -28836,7 +28970,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -28930,7 +29064,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -29110,7 +29244,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -29239,7 +29373,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -29341,7 +29475,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -29437,7 +29571,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -29539,7 +29673,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -29683,7 +29817,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -29790,7 +29924,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -29889,7 +30023,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -30008,7 +30142,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 435, + "weight": 436, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -31160,7 +31294,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 519, + "weight": 520, "cookies": false, "type": "", "demo": "tokens\/list.md", @@ -31241,7 +31375,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 517, + "weight": 518, "cookies": false, "type": "", "demo": "tokens\/create-file-token.md", @@ -31326,7 +31460,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 518, + "weight": 519, "cookies": false, "type": "", "demo": "tokens\/get.md", @@ -31387,7 +31521,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 520, + "weight": 521, "cookies": false, "type": "", "demo": "tokens\/update.md", @@ -31459,7 +31593,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 521, + "weight": 522, "cookies": false, "type": "", "demo": "tokens\/delete.md", diff --git a/app/controllers/api/messaging.php b/app/controllers/api/messaging.php index dbc384f3c4..6fbcd2383d 100644 --- a/app/controllers/api/messaging.php +++ b/app/controllers/api/messaging.php @@ -231,6 +231,88 @@ App::post('/v1/messaging/providers/sendgrid') ->dynamic($provider, Response::MODEL_PROVIDER); }); +App::post('/v1/messaging/providers/resend') + ->desc('Create Resend provider') + ->groups(['api', 'messaging']) + ->label('audits.event', 'provider.create') + ->label('audits.resource', 'provider/{response.$id}') + ->label('event', 'providers.[providerId].create') + ->label('scope', 'providers.write') + ->label('resourceType', RESOURCE_TYPE_PROVIDERS) + ->label('sdk', new Method( + namespace: 'messaging', + group: 'providers', + name: 'createResendProvider', + description: '/docs/references/messaging/create-resend-provider.md', + auth: [AuthType::ADMIN, AuthType::KEY], + responses: [ + new SDKResponse( + code: Response::STATUS_CODE_CREATED, + model: Response::MODEL_PROVIDER, + ) + ] + )) + ->param('providerId', '', new CustomId(), 'Provider ID. Choose a custom ID or generate a random ID with `ID.unique()`. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can\'t start with a special char. Max length is 36 chars.') + ->param('name', '', new Text(128), 'Provider name.') + ->param('apiKey', '', new Text(0), 'Resend API key.', true) + ->param('fromName', '', new Text(128, 0), 'Sender Name.', true) + ->param('fromEmail', '', new Email(), 'Sender email address.', true) + ->param('replyToName', '', new Text(128, 0), 'Name set in the reply to field for the mail. Default value is sender name.', true) + ->param('replyToEmail', '', new Email(), 'Email set in the reply to field for the mail. Default value is sender email.', true) + ->param('enabled', null, new Boolean(), 'Set as enabled.', true) + ->inject('queueForEvents') + ->inject('dbForProject') + ->inject('response') + ->action(function (string $providerId, string $name, string $apiKey, string $fromName, string $fromEmail, string $replyToName, string $replyToEmail, ?bool $enabled, Event $queueForEvents, Database $dbForProject, Response $response) { + $providerId = $providerId == 'unique()' ? ID::unique() : $providerId; + + $credentials = []; + + if (!empty($apiKey)) { + $credentials['apiKey'] = $apiKey; + } + + $options = [ + 'fromName' => $fromName, + 'fromEmail' => $fromEmail, + 'replyToName' => $replyToName, + 'replyToEmail' => $replyToEmail, + ]; + + if ( + $enabled === true + && !empty($fromEmail) + && \array_key_exists('apiKey', $credentials) + ) { + $enabled = true; + } else { + $enabled = false; + } + + $provider = new Document([ + '$id' => $providerId, + 'name' => $name, + 'provider' => 'resend', + 'type' => MESSAGE_TYPE_EMAIL, + 'enabled' => $enabled, + 'credentials' => $credentials, + 'options' => $options, + ]); + + try { + $provider = $dbForProject->createDocument('providers', $provider); + } catch (DuplicateException) { + throw new Exception(Exception::PROVIDER_ALREADY_EXISTS); + } + + $queueForEvents + ->setParam('providerId', $provider->getId()); + + $response + ->setStatusCode(Response::STATUS_CODE_CREATED) + ->dynamic($provider, Response::MODEL_PROVIDER); + }); + App::post('/v1/messaging/providers/smtp') ->desc('Create SMTP provider') ->groups(['api', 'messaging']) diff --git a/composer.json b/composer.json index de5f296cd3..80bb1dd39a 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ "utopia-php/image": "0.8.*", "utopia-php/locale": "0.8.*", "utopia-php/logger": "0.6.*", - "utopia-php/messaging": "0.19.*", + "utopia-php/messaging": "0.20.*", "utopia-php/migration": "1.*", "utopia-php/orchestration": "0.9.*", "utopia-php/platform": "0.7.*", diff --git a/composer.lock b/composer.lock index 62d92e566f..99f9057d04 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b48bd33d40081c107b826f78981e0a54", + "content-hash": "6f773bcdf583a863b0f2404958330f98", "packages": [ { "name": "adhocore/jwt", @@ -4344,16 +4344,16 @@ }, { "name": "utopia-php/messaging", - "version": "0.19.0", + "version": "0.20.0", "source": { "type": "git", "url": "https://github.com/utopia-php/messaging.git", - "reference": "0b866d54e70c792a3c4f5ca9c12a6d358a31f4b8" + "reference": "6c5be4588d97e3732a1907ecb13cd8a098eade96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/messaging/zipball/0b866d54e70c792a3c4f5ca9c12a6d358a31f4b8", - "reference": "0b866d54e70c792a3c4f5ca9c12a6d358a31f4b8", + "url": "https://api.github.com/repos/utopia-php/messaging/zipball/6c5be4588d97e3732a1907ecb13cd8a098eade96", + "reference": "6c5be4588d97e3732a1907ecb13cd8a098eade96", "shasum": "" }, "require": { @@ -4389,22 +4389,22 @@ ], "support": { "issues": "https://github.com/utopia-php/messaging/issues", - "source": "https://github.com/utopia-php/messaging/tree/0.19.0" + "source": "https://github.com/utopia-php/messaging/tree/0.20.0" }, - "time": "2025-10-14T11:46:49+00:00" + "time": "2025-10-22T04:27:37+00:00" }, { "name": "utopia-php/migration", - "version": "1.3.1", + "version": "1.3.2", "source": { "type": "git", "url": "https://github.com/utopia-php/migration.git", - "reference": "b6985b235ab64f07a6b88569e20cf9b2df7d838c" + "reference": "f5c1d2cae764290766a4c2d1546c1d51de95b67f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/migration/zipball/b6985b235ab64f07a6b88569e20cf9b2df7d838c", - "reference": "b6985b235ab64f07a6b88569e20cf9b2df7d838c", + "url": "https://api.github.com/repos/utopia-php/migration/zipball/f5c1d2cae764290766a4c2d1546c1d51de95b67f", + "reference": "f5c1d2cae764290766a4c2d1546c1d51de95b67f", "shasum": "" }, "require": { @@ -4444,9 +4444,9 @@ ], "support": { "issues": "https://github.com/utopia-php/migration/issues", - "source": "https://github.com/utopia-php/migration/tree/1.3.1" + "source": "https://github.com/utopia-php/migration/tree/1.3.2" }, - "time": "2025-10-21T08:13:54+00:00" + "time": "2025-10-22T12:30:47+00:00" }, { "name": "utopia-php/mongo", diff --git a/docs/references/messaging/create-resend-provider.md b/docs/references/messaging/create-resend-provider.md new file mode 100644 index 0000000000..6414df1db8 --- /dev/null +++ b/docs/references/messaging/create-resend-provider.md @@ -0,0 +1 @@ +Create a new Resend provider. \ No newline at end of file diff --git a/src/Appwrite/Platform/Workers/Messaging.php b/src/Appwrite/Platform/Workers/Messaging.php index abf46e67a4..64224a9770 100644 --- a/src/Appwrite/Platform/Workers/Messaging.php +++ b/src/Appwrite/Platform/Workers/Messaging.php @@ -16,6 +16,7 @@ use Utopia\DSN\DSN; use Utopia\Logger\Log; use Utopia\Messaging\Adapter\Email as EmailAdapter; use Utopia\Messaging\Adapter\Email\Mailgun; +use Utopia\Messaging\Adapter\Email\Resend; use Utopia\Messaging\Adapter\Email\Sendgrid; use Utopia\Messaging\Adapter\Email\SMTP; use Utopia\Messaging\Adapter\Push\APNS; @@ -506,6 +507,7 @@ class Messaging extends Action $credentials['isEuRegion'] ?? false ), 'sendgrid' => new Sendgrid($apiKey), + 'resend' => new Resend($apiKey), default => null }; } From f12481ce20a67f08f9f9ec6560490d21a409b989 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Thu, 23 Oct 2025 19:42:12 +0530 Subject: [PATCH 2/3] add update endpoint --- app/config/specs/open-api3-1.8.x-client.json | 66 +- app/config/specs/open-api3-1.8.x-console.json | 590 ++++++++++------- app/config/specs/open-api3-1.8.x-server.json | 523 +++++++++------ app/config/specs/open-api3-latest-client.json | 66 +- .../specs/open-api3-latest-console.json | 590 ++++++++++------- app/config/specs/open-api3-latest-server.json | 523 +++++++++------ app/config/specs/swagger2-1.8.x-client.json | 66 +- app/config/specs/swagger2-1.8.x-console.json | 595 +++++++++++------- app/config/specs/swagger2-1.8.x-server.json | 528 ++++++++++------ app/config/specs/swagger2-latest-client.json | 66 +- app/config/specs/swagger2-latest-console.json | 595 +++++++++++------- app/config/specs/swagger2-latest-server.json | 528 ++++++++++------ app/controllers/api/messaging.php | 98 +++ .../messaging/update-resend-provider.md | 1 + 14 files changed, 2911 insertions(+), 1924 deletions(-) create mode 100644 docs/references/messaging/update-resend-provider.md 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 8a0aecb2a3..404b71db09 100644 --- a/app/config/specs/open-api3-1.8.x-client.json +++ b/app/config/specs/open-api3-1.8.x-client.json @@ -4934,7 +4934,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -4999,7 +4999,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5067,7 +5067,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5129,7 +5129,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5205,7 +5205,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5269,7 +5269,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5352,7 +5352,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -5451,7 +5451,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -5607,7 +5607,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -5716,7 +5716,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -5870,7 +5870,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -5978,7 +5978,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -6082,7 +6082,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -6206,7 +6206,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -6330,7 +6330,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -6405,7 +6405,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -6521,7 +6521,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -7115,7 +7115,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -7198,7 +7198,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -8076,7 +8076,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -8144,7 +8144,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -8215,7 +8215,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -8280,7 +8280,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -8359,7 +8359,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -8426,7 +8426,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 443, + "weight": 444, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -8512,7 +8512,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 434, + "weight": 435, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -8610,7 +8610,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -8761,7 +8761,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -8869,7 +8869,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -9014,7 +9014,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -9121,7 +9121,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -9224,7 +9224,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -9347,7 +9347,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "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 78d35cf199..c0d35b48fb 100644 --- a/app/config/specs/open-api3-1.8.x-console.json +++ b/app/config/specs/open-api3-1.8.x-console.json @@ -4992,7 +4992,7 @@ "x-appwrite": { "method": "getResource", "group": null, - "weight": 509, + "weight": 510, "cookies": false, "type": "", "demo": "console\/get-resource.md", @@ -5115,7 +5115,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 317, + "weight": 318, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -5219,7 +5219,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 313, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -5333,7 +5333,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -5398,7 +5398,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5466,7 +5466,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5528,7 +5528,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5604,7 +5604,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5668,7 +5668,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5751,7 +5751,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 320, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/list-usage.md", @@ -5853,7 +5853,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 314, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5944,7 +5944,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 315, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -6055,7 +6055,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 316, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -6147,7 +6147,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -6234,7 +6234,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 321, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -6342,7 +6342,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 322, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -6415,7 +6415,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -6518,7 +6518,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6593,7 +6593,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6681,7 +6681,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6791,7 +6791,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -6906,7 +6906,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -7016,7 +7016,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -7131,7 +7131,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -7241,7 +7241,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -7356,7 +7356,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -7475,7 +7475,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7599,7 +7599,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7719,7 +7719,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7844,7 +7844,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7964,7 +7964,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -8089,7 +8089,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -8199,7 +8199,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -8314,7 +8314,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -8427,7 +8427,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8548,7 +8548,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8661,7 +8661,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8782,7 +8782,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8895,7 +8895,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -9016,7 +9016,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -9151,7 +9151,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -9272,7 +9272,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -9392,7 +9392,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -9502,7 +9502,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9648,7 +9648,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9723,7 +9723,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9807,7 +9807,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9919,7 +9919,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -10018,7 +10018,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -10203,7 +10203,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -10337,7 +10337,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -10440,7 +10440,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10540,7 +10540,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10649,7 +10649,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10803,7 +10803,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10911,7 +10911,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -11015,7 +11015,7 @@ "x-appwrite": { "method": "listDocumentLogs", "group": "logs", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/list-document-logs.md", @@ -11112,7 +11112,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -11236,7 +11236,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -11360,7 +11360,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -11446,7 +11446,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -11579,7 +11579,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11654,7 +11654,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11738,7 +11738,7 @@ "x-appwrite": { "method": "listCollectionLogs", "group": "collections", - "weight": 326, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/list-collection-logs.md", @@ -11825,7 +11825,7 @@ "x-appwrite": { "method": "getCollectionUsage", "group": null, - "weight": 327, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/get-collection-usage.md", @@ -11921,7 +11921,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 318, + "weight": 319, "cookies": false, "type": "", "demo": "databases\/list-logs.md", @@ -12027,7 +12027,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 319, + "weight": 320, "cookies": false, "type": "", "demo": "databases\/get-usage.md", @@ -12142,7 +12142,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 453, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -12215,7 +12215,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 450, + "weight": 451, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -12448,7 +12448,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 455, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -12497,7 +12497,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 456, + "weight": 457, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -12547,7 +12547,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 479, + "weight": 480, "cookies": false, "type": "", "demo": "functions\/list-templates.md", @@ -12647,7 +12647,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 478, + "weight": 479, "cookies": false, "type": "", "demo": "functions\/get-template.md", @@ -12707,7 +12707,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 472, + "weight": 473, "cookies": false, "type": "", "demo": "functions\/list-usage.md", @@ -12779,7 +12779,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 451, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -12838,7 +12838,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 452, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -13068,7 +13068,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 454, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -13129,7 +13129,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 459, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -13209,7 +13209,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 460, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -13292,7 +13292,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 457, + "weight": 458, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -13388,7 +13388,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 465, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -13473,7 +13473,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 462, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -13576,7 +13576,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 463, + "weight": 464, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -13673,7 +13673,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 458, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -13735,7 +13735,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 461, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -13799,7 +13799,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 464, + "weight": 465, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -13889,7 +13889,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -13960,7 +13960,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -14035,7 +14035,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -14151,7 +14151,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -14216,7 +14216,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 470, + "weight": 471, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -14287,7 +14287,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 471, + "weight": 472, "cookies": false, "type": "", "demo": "functions\/get-usage.md", @@ -14369,7 +14369,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 475, + "weight": 476, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -14428,7 +14428,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 473, + "weight": 474, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -14519,7 +14519,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 474, + "weight": 475, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -14588,7 +14588,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 476, + "weight": 477, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -14679,7 +14679,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 477, + "weight": 478, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -16565,7 +16565,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 305, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -16641,7 +16641,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 302, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -16785,7 +16785,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -16931,7 +16931,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 304, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -17105,7 +17105,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 311, + "weight": 312, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -17283,7 +17283,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 303, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -17460,7 +17460,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 310, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -17638,7 +17638,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -17691,7 +17691,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 312, + "weight": 313, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -17753,7 +17753,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 306, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -17828,7 +17828,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 307, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -18154,7 +18154,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 289, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -18477,7 +18477,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 288, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -18953,7 +18953,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 283, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -19132,6 +19132,114 @@ } } }, + "\/messaging\/providers\/resend\/{providerId}": { + "patch": { + "summary": "Update Resend provider", + "operationId": "messagingUpdateResendProvider", + "tags": [ + "messaging" + ], + "description": "Update a Resend provider by its unique ID.", + "responses": { + "200": { + "description": "Provider", + "content": { + "application\/json": { + "schema": { + "$ref": "#\/components\/schemas\/provider" + } + } + } + } + }, + "deprecated": false, + "x-appwrite": { + "method": "updateResendProvider", + "group": "providers", + "weight": 282, + "cookies": false, + "type": "", + "demo": "messaging\/update-resend-provider.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/update-resend-provider.md", + "rate-limit": 0, + "rate-time": 3600, + "rate-key": "url:{url},ip:{ip}", + "scope": "providers.write", + "platforms": [ + "console", + "server" + ], + "packaging": false, + "auth": { + "Project": [] + } + }, + "security": [ + { + "Project": [], + "Key": [] + } + ], + "parameters": [ + { + "name": "providerId", + "description": "Provider ID.", + "required": true, + "schema": { + "type": "string", + "x-example": "" + }, + "in": "path" + } + ], + "requestBody": { + "content": { + "application\/json": { + "schema": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Provider name.", + "x-example": "" + }, + "enabled": { + "type": "boolean", + "description": "Set as enabled.", + "x-example": false + }, + "apiKey": { + "type": "string", + "description": "Resend API key.", + "x-example": "" + }, + "fromName": { + "type": "string", + "description": "Sender Name.", + "x-example": "" + }, + "fromEmail": { + "type": "string", + "description": "Sender email address.", + "x-example": "email@example.com" + }, + "replyToName": { + "type": "string", + "description": "Name set in the Reply To field for the mail. Default value is Sender Name.", + "x-example": "" + }, + "replyToEmail": { + "type": "string", + "description": "Email set in the Reply To field for the mail. Default value is Sender Email.", + "x-example": "" + } + } + } + } + } + } + } + }, "\/messaging\/providers\/sendgrid": { "post": { "summary": "Create Sendgrid provider", @@ -19596,7 +19704,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 282, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -19916,7 +20024,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 284, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -20109,7 +20217,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 285, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -20302,7 +20410,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 286, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -20495,7 +20603,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 287, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -20646,7 +20754,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 290, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -20783,7 +20891,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 299, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -20858,7 +20966,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 292, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -20932,7 +21040,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 291, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -21015,7 +21123,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 294, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -21075,7 +21183,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 295, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -21152,7 +21260,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -21214,7 +21322,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 293, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -21289,7 +21397,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 298, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -21373,7 +21481,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -21463,7 +21571,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -21526,7 +21634,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -23140,7 +23248,7 @@ "x-appwrite": { "method": "list", "group": "projects", - "weight": 449, + "weight": 450, "cookies": false, "type": "", "demo": "projects\/list.md", @@ -24775,7 +24883,7 @@ "x-appwrite": { "method": "listDevKeys", "group": "devKeys", - "weight": 447, + "weight": 448, "cookies": false, "type": "", "demo": "projects\/list-dev-keys.md", @@ -24846,7 +24954,7 @@ "x-appwrite": { "method": "createDevKey", "group": "devKeys", - "weight": 444, + "weight": 445, "cookies": false, "type": "", "demo": "projects\/create-dev-key.md", @@ -24931,7 +25039,7 @@ "x-appwrite": { "method": "getDevKey", "group": "devKeys", - "weight": 446, + "weight": 447, "cookies": false, "type": "", "demo": "projects\/get-dev-key.md", @@ -24999,7 +25107,7 @@ "x-appwrite": { "method": "updateDevKey", "group": "devKeys", - "weight": 445, + "weight": 446, "cookies": false, "type": "", "demo": "projects\/update-dev-key.md", @@ -25085,7 +25193,7 @@ "x-appwrite": { "method": "deleteDevKey", "group": "devKeys", - "weight": 448, + "weight": 449, "cookies": false, "type": "", "demo": "projects\/delete-dev-key.md", @@ -28919,7 +29027,7 @@ "x-appwrite": { "method": "listRules", "group": null, - "weight": 515, + "weight": 516, "cookies": false, "type": "", "demo": "proxy\/list-rules.md", @@ -28993,7 +29101,7 @@ "x-appwrite": { "method": "createAPIRule", "group": null, - "weight": 510, + "weight": 511, "cookies": false, "type": "", "demo": "proxy\/create-api-rule.md", @@ -29060,7 +29168,7 @@ "x-appwrite": { "method": "createFunctionRule", "group": null, - "weight": 512, + "weight": 513, "cookies": false, "type": "", "demo": "proxy\/create-function-rule.md", @@ -29138,7 +29246,7 @@ "x-appwrite": { "method": "createRedirectRule", "group": null, - "weight": 513, + "weight": 514, "cookies": false, "type": "", "demo": "proxy\/create-redirect-rule.md", @@ -29251,7 +29359,7 @@ "x-appwrite": { "method": "createSiteRule", "group": null, - "weight": 511, + "weight": 512, "cookies": false, "type": "", "demo": "proxy\/create-site-rule.md", @@ -29329,7 +29437,7 @@ "x-appwrite": { "method": "getRule", "group": null, - "weight": 514, + "weight": 515, "cookies": false, "type": "", "demo": "proxy\/get-rule.md", @@ -29380,7 +29488,7 @@ "x-appwrite": { "method": "deleteRule", "group": null, - "weight": 516, + "weight": 517, "cookies": false, "type": "", "demo": "proxy\/delete-rule.md", @@ -29440,7 +29548,7 @@ "x-appwrite": { "method": "updateRuleVerification", "group": null, - "weight": 517, + "weight": 518, "cookies": false, "type": "", "demo": "proxy\/update-rule-verification.md", @@ -29500,7 +29608,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 482, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -29573,7 +29681,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 480, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -29822,7 +29930,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 485, + "weight": 486, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -29871,7 +29979,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 508, + "weight": 509, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -29921,7 +30029,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 504, + "weight": 505, "cookies": false, "type": "", "demo": "sites\/list-templates.md", @@ -30021,7 +30129,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 505, + "weight": 506, "cookies": false, "type": "", "demo": "sites\/get-template.md", @@ -30081,7 +30189,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 506, + "weight": 507, "cookies": false, "type": "", "demo": "sites\/list-usage.md", @@ -30153,7 +30261,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 481, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -30212,7 +30320,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 483, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -30457,7 +30565,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 484, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -30518,7 +30626,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 491, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -30598,7 +30706,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 490, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -30681,7 +30789,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 486, + "weight": 487, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -30782,7 +30890,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 494, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -30862,7 +30970,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 487, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -30965,7 +31073,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 488, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -31063,7 +31171,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 489, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -31125,7 +31233,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 492, + "weight": 493, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -31189,7 +31297,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 493, + "weight": 494, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -31279,7 +31387,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 495, + "weight": 496, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -31350,7 +31458,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 497, + "weight": 498, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -31424,7 +31532,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 496, + "weight": 497, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -31486,7 +31594,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 498, + "weight": 499, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -31557,7 +31665,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 507, + "weight": 508, "cookies": false, "type": "", "demo": "sites\/get-usage.md", @@ -31639,7 +31747,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 501, + "weight": 502, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -31698,7 +31806,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 499, + "weight": 500, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -31789,7 +31897,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 500, + "weight": 501, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -31858,7 +31966,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 502, + "weight": 503, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -31949,7 +32057,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 503, + "weight": 504, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -33421,7 +33529,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 383, + "weight": 384, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -33494,7 +33602,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -33573,7 +33681,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -33641,7 +33749,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -33712,7 +33820,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -33777,7 +33885,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -33856,7 +33964,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -33923,7 +34031,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 443, + "weight": 444, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -34009,7 +34117,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 385, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/list-usage.md", @@ -34106,7 +34214,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -34165,7 +34273,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 381, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -34241,7 +34349,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -34302,7 +34410,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -34388,7 +34496,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -34495,7 +34603,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -34567,7 +34675,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 388, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -34669,7 +34777,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -34743,7 +34851,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 395, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -34830,7 +34938,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 396, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -34939,7 +35047,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -35053,7 +35161,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -35162,7 +35270,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -35276,7 +35384,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -35385,7 +35493,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -35499,7 +35607,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -35617,7 +35725,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -35740,7 +35848,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -35859,7 +35967,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -35983,7 +36091,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -36102,7 +36210,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -36226,7 +36334,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -36335,7 +36443,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -36449,7 +36557,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 410, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -36561,7 +36669,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -36681,7 +36789,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -36793,7 +36901,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -36913,7 +37021,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -37025,7 +37133,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -37145,7 +37253,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -37279,7 +37387,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -37399,7 +37507,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -37518,7 +37626,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -37627,7 +37735,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -37772,7 +37880,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -37846,7 +37954,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -37929,7 +38037,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 417, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -38040,7 +38148,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -38125,7 +38233,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -38257,7 +38365,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -38331,7 +38439,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -38414,7 +38522,7 @@ "x-appwrite": { "method": "listTableLogs", "group": "tables", - "weight": 391, + "weight": 392, "cookies": false, "type": "", "demo": "tablesdb\/list-table-logs.md", @@ -38500,7 +38608,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 434, + "weight": 435, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -38598,7 +38706,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -38774,7 +38882,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -38903,7 +39011,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -39005,7 +39113,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -39104,7 +39212,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -39212,7 +39320,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -39357,7 +39465,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -39464,7 +39572,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -39567,7 +39675,7 @@ "x-appwrite": { "method": "listRowLogs", "group": "logs", - "weight": 435, + "weight": 436, "cookies": false, "type": "", "demo": "tablesdb\/list-row-logs.md", @@ -39663,7 +39771,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -39786,7 +39894,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -39909,7 +40017,7 @@ "x-appwrite": { "method": "getTableUsage", "group": null, - "weight": 392, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/get-table-usage.md", @@ -40004,7 +40112,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 384, + "weight": 385, "cookies": false, "type": "", "demo": "tablesdb\/get-usage.md", @@ -41216,7 +41324,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 520, + "weight": 521, "cookies": false, "type": "", "demo": "tokens\/list.md", @@ -41299,7 +41407,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 518, + "weight": 519, "cookies": false, "type": "", "demo": "tokens\/create-file-token.md", @@ -41388,7 +41496,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 519, + "weight": 520, "cookies": false, "type": "", "demo": "tokens\/get.md", @@ -41448,7 +41556,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 521, + "weight": 522, "cookies": false, "type": "", "demo": "tokens\/update.md", @@ -41518,7 +41626,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 522, + "weight": 523, "cookies": false, "type": "", "demo": "tokens\/delete.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 bb8ca910ca..5c589b38b8 100644 --- a/app/config/specs/open-api3-1.8.x-server.json +++ b/app/config/specs/open-api3-1.8.x-server.json @@ -4653,7 +4653,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 317, + "weight": 318, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -4759,7 +4759,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 313, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -4875,7 +4875,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -4942,7 +4942,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5012,7 +5012,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5076,7 +5076,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5154,7 +5154,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5220,7 +5220,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5305,7 +5305,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 314, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5398,7 +5398,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 315, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -5511,7 +5511,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 316, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -5605,7 +5605,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -5693,7 +5693,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 321, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -5802,7 +5802,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 322, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -5876,7 +5876,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -5980,7 +5980,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6056,7 +6056,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6145,7 +6145,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6256,7 +6256,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -6372,7 +6372,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -6483,7 +6483,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -6599,7 +6599,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -6710,7 +6710,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -6826,7 +6826,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -6946,7 +6946,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7071,7 +7071,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7192,7 +7192,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7318,7 +7318,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7439,7 +7439,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -7565,7 +7565,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -7676,7 +7676,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -7792,7 +7792,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -7906,7 +7906,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8028,7 +8028,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8142,7 +8142,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8264,7 +8264,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8378,7 +8378,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -8500,7 +8500,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -8636,7 +8636,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -8758,7 +8758,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -8879,7 +8879,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -8990,7 +8990,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9137,7 +9137,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9213,7 +9213,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9298,7 +9298,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9411,7 +9411,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -9512,7 +9512,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -9701,7 +9701,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -9837,7 +9837,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -9941,7 +9941,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10042,7 +10042,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10153,7 +10153,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10310,7 +10310,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10420,7 +10420,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -10526,7 +10526,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -10652,7 +10652,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -10778,7 +10778,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -10865,7 +10865,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -10999,7 +10999,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11075,7 +11075,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11160,7 +11160,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 453, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -11234,7 +11234,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 450, + "weight": 451, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -11468,7 +11468,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 455, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -11518,7 +11518,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 456, + "weight": 457, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -11569,7 +11569,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 451, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -11629,7 +11629,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 452, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -11860,7 +11860,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 454, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -11922,7 +11922,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 459, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -12003,7 +12003,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 460, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -12087,7 +12087,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 457, + "weight": 458, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -12184,7 +12184,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 465, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -12270,7 +12270,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 462, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -12374,7 +12374,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 463, + "weight": 464, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -12472,7 +12472,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 458, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -12535,7 +12535,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 461, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -12600,7 +12600,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 464, + "weight": 465, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -12691,7 +12691,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -12763,7 +12763,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -12840,7 +12840,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -12958,7 +12958,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -13025,7 +13025,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 470, + "weight": 471, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -13097,7 +13097,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 475, + "weight": 476, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -13157,7 +13157,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 473, + "weight": 474, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -13249,7 +13249,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 474, + "weight": 475, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -13319,7 +13319,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 476, + "weight": 477, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -13411,7 +13411,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 477, + "weight": 478, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -15340,7 +15340,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 305, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -15417,7 +15417,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 302, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -15562,7 +15562,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -15709,7 +15709,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 304, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -15884,7 +15884,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 311, + "weight": 312, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -16063,7 +16063,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 303, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -16243,7 +16243,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 310, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -16424,7 +16424,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -16478,7 +16478,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 312, + "weight": 313, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -16541,7 +16541,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 306, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -16617,7 +16617,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 307, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -16948,7 +16948,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 289, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -17277,7 +17277,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 288, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -17759,7 +17759,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 283, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -17940,6 +17940,115 @@ } } }, + "\/messaging\/providers\/resend\/{providerId}": { + "patch": { + "summary": "Update Resend provider", + "operationId": "messagingUpdateResendProvider", + "tags": [ + "messaging" + ], + "description": "Update a Resend provider by its unique ID.", + "responses": { + "200": { + "description": "Provider", + "content": { + "application\/json": { + "schema": { + "$ref": "#\/components\/schemas\/provider" + } + } + } + } + }, + "deprecated": false, + "x-appwrite": { + "method": "updateResendProvider", + "group": "providers", + "weight": 282, + "cookies": false, + "type": "", + "demo": "messaging\/update-resend-provider.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/update-resend-provider.md", + "rate-limit": 0, + "rate-time": 3600, + "rate-key": "url:{url},ip:{ip}", + "scope": "providers.write", + "platforms": [ + "console", + "server" + ], + "packaging": false, + "auth": { + "Project": [], + "Key": [] + } + }, + "security": [ + { + "Project": [], + "Key": [] + } + ], + "parameters": [ + { + "name": "providerId", + "description": "Provider ID.", + "required": true, + "schema": { + "type": "string", + "x-example": "" + }, + "in": "path" + } + ], + "requestBody": { + "content": { + "application\/json": { + "schema": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Provider name.", + "x-example": "" + }, + "enabled": { + "type": "boolean", + "description": "Set as enabled.", + "x-example": false + }, + "apiKey": { + "type": "string", + "description": "Resend API key.", + "x-example": "" + }, + "fromName": { + "type": "string", + "description": "Sender Name.", + "x-example": "" + }, + "fromEmail": { + "type": "string", + "description": "Sender email address.", + "x-example": "email@example.com" + }, + "replyToName": { + "type": "string", + "description": "Name set in the Reply To field for the mail. Default value is Sender Name.", + "x-example": "" + }, + "replyToEmail": { + "type": "string", + "description": "Email set in the Reply To field for the mail. Default value is Sender Email.", + "x-example": "" + } + } + } + } + } + } + } + }, "\/messaging\/providers\/sendgrid": { "post": { "summary": "Create Sendgrid provider", @@ -18409,7 +18518,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 282, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -18733,7 +18842,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 284, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -18928,7 +19037,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 285, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -19123,7 +19232,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 286, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -19318,7 +19427,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 287, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -19471,7 +19580,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 290, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -19610,7 +19719,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 299, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -19686,7 +19795,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 292, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -19761,7 +19870,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 291, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -19845,7 +19954,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 294, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -19906,7 +20015,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 295, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -19984,7 +20093,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -20047,7 +20156,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 293, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -20123,7 +20232,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 298, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -20208,7 +20317,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -20300,7 +20409,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -20364,7 +20473,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -20441,7 +20550,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 482, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -20515,7 +20624,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 480, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -20765,7 +20874,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 485, + "weight": 486, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -20815,7 +20924,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 508, + "weight": 509, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -20866,7 +20975,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 481, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -20926,7 +21035,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 483, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -21172,7 +21281,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 484, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -21234,7 +21343,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 491, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -21315,7 +21424,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 490, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -21399,7 +21508,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 486, + "weight": 487, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -21501,7 +21610,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 494, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -21582,7 +21691,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 487, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -21686,7 +21795,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 488, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -21785,7 +21894,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 489, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -21848,7 +21957,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 492, + "weight": 493, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -21913,7 +22022,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 493, + "weight": 494, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -22004,7 +22113,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 495, + "weight": 496, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -22076,7 +22185,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 497, + "weight": 498, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -22151,7 +22260,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 496, + "weight": 497, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -22214,7 +22323,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 498, + "weight": 499, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -22286,7 +22395,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 501, + "weight": 502, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -22346,7 +22455,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 499, + "weight": 500, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -22438,7 +22547,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 500, + "weight": 501, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -22508,7 +22617,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 502, + "weight": 503, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -22600,7 +22709,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 503, + "weight": 504, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -23940,7 +24049,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 383, + "weight": 384, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -24014,7 +24123,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -24094,7 +24203,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -24164,7 +24273,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -24237,7 +24346,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -24304,7 +24413,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -24385,7 +24494,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -24454,7 +24563,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 443, + "weight": 444, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -24542,7 +24651,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -24602,7 +24711,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 381, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -24679,7 +24788,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -24741,7 +24850,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -24828,7 +24937,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -24936,7 +25045,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -25009,7 +25118,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 388, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -25112,7 +25221,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -25187,7 +25296,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 395, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -25275,7 +25384,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 396, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -25385,7 +25494,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -25500,7 +25609,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -25610,7 +25719,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -25725,7 +25834,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -25835,7 +25944,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -25950,7 +26059,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -26069,7 +26178,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -26193,7 +26302,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -26313,7 +26422,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -26438,7 +26547,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -26558,7 +26667,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -26683,7 +26792,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -26793,7 +26902,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -26908,7 +27017,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 410, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -27021,7 +27130,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -27142,7 +27251,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -27255,7 +27364,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -27376,7 +27485,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -27489,7 +27598,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -27610,7 +27719,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -27745,7 +27854,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -27866,7 +27975,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -27986,7 +28095,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -28096,7 +28205,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -28242,7 +28351,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -28317,7 +28426,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -28401,7 +28510,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 417, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -28513,7 +28622,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -28599,7 +28708,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -28732,7 +28841,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -28807,7 +28916,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -28891,7 +29000,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 434, + "weight": 435, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -28991,7 +29100,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -29171,7 +29280,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -29302,7 +29411,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -29405,7 +29514,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -29505,7 +29614,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -29615,7 +29724,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -29763,7 +29872,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -29872,7 +29981,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -29977,7 +30086,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -30102,7 +30211,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -31282,7 +31391,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 520, + "weight": 521, "cookies": false, "type": "", "demo": "tokens\/list.md", @@ -31366,7 +31475,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 518, + "weight": 519, "cookies": false, "type": "", "demo": "tokens\/create-file-token.md", @@ -31456,7 +31565,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 519, + "weight": 520, "cookies": false, "type": "", "demo": "tokens\/get.md", @@ -31517,7 +31626,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 521, + "weight": 522, "cookies": false, "type": "", "demo": "tokens\/update.md", @@ -31588,7 +31697,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 522, + "weight": 523, "cookies": false, "type": "", "demo": "tokens\/delete.md", diff --git a/app/config/specs/open-api3-latest-client.json b/app/config/specs/open-api3-latest-client.json index 8a0aecb2a3..404b71db09 100644 --- a/app/config/specs/open-api3-latest-client.json +++ b/app/config/specs/open-api3-latest-client.json @@ -4934,7 +4934,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -4999,7 +4999,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5067,7 +5067,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5129,7 +5129,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5205,7 +5205,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5269,7 +5269,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5352,7 +5352,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -5451,7 +5451,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -5607,7 +5607,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -5716,7 +5716,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -5870,7 +5870,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -5978,7 +5978,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -6082,7 +6082,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -6206,7 +6206,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -6330,7 +6330,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -6405,7 +6405,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -6521,7 +6521,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -7115,7 +7115,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -7198,7 +7198,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -8076,7 +8076,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -8144,7 +8144,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -8215,7 +8215,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -8280,7 +8280,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -8359,7 +8359,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -8426,7 +8426,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 443, + "weight": 444, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -8512,7 +8512,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 434, + "weight": 435, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -8610,7 +8610,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -8761,7 +8761,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -8869,7 +8869,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -9014,7 +9014,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -9121,7 +9121,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -9224,7 +9224,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -9347,7 +9347,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "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 78d35cf199..c0d35b48fb 100644 --- a/app/config/specs/open-api3-latest-console.json +++ b/app/config/specs/open-api3-latest-console.json @@ -4992,7 +4992,7 @@ "x-appwrite": { "method": "getResource", "group": null, - "weight": 509, + "weight": 510, "cookies": false, "type": "", "demo": "console\/get-resource.md", @@ -5115,7 +5115,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 317, + "weight": 318, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -5219,7 +5219,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 313, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -5333,7 +5333,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -5398,7 +5398,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5466,7 +5466,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5528,7 +5528,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5604,7 +5604,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5668,7 +5668,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5751,7 +5751,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 320, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/list-usage.md", @@ -5853,7 +5853,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 314, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5944,7 +5944,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 315, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -6055,7 +6055,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 316, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -6147,7 +6147,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -6234,7 +6234,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 321, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -6342,7 +6342,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 322, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -6415,7 +6415,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -6518,7 +6518,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6593,7 +6593,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6681,7 +6681,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6791,7 +6791,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -6906,7 +6906,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -7016,7 +7016,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -7131,7 +7131,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -7241,7 +7241,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -7356,7 +7356,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -7475,7 +7475,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7599,7 +7599,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7719,7 +7719,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7844,7 +7844,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7964,7 +7964,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -8089,7 +8089,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -8199,7 +8199,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -8314,7 +8314,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -8427,7 +8427,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8548,7 +8548,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8661,7 +8661,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8782,7 +8782,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8895,7 +8895,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -9016,7 +9016,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -9151,7 +9151,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -9272,7 +9272,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -9392,7 +9392,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -9502,7 +9502,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9648,7 +9648,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9723,7 +9723,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9807,7 +9807,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9919,7 +9919,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -10018,7 +10018,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -10203,7 +10203,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -10337,7 +10337,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -10440,7 +10440,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10540,7 +10540,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10649,7 +10649,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10803,7 +10803,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10911,7 +10911,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -11015,7 +11015,7 @@ "x-appwrite": { "method": "listDocumentLogs", "group": "logs", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/list-document-logs.md", @@ -11112,7 +11112,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -11236,7 +11236,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -11360,7 +11360,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -11446,7 +11446,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -11579,7 +11579,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11654,7 +11654,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11738,7 +11738,7 @@ "x-appwrite": { "method": "listCollectionLogs", "group": "collections", - "weight": 326, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/list-collection-logs.md", @@ -11825,7 +11825,7 @@ "x-appwrite": { "method": "getCollectionUsage", "group": null, - "weight": 327, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/get-collection-usage.md", @@ -11921,7 +11921,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 318, + "weight": 319, "cookies": false, "type": "", "demo": "databases\/list-logs.md", @@ -12027,7 +12027,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 319, + "weight": 320, "cookies": false, "type": "", "demo": "databases\/get-usage.md", @@ -12142,7 +12142,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 453, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -12215,7 +12215,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 450, + "weight": 451, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -12448,7 +12448,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 455, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -12497,7 +12497,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 456, + "weight": 457, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -12547,7 +12547,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 479, + "weight": 480, "cookies": false, "type": "", "demo": "functions\/list-templates.md", @@ -12647,7 +12647,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 478, + "weight": 479, "cookies": false, "type": "", "demo": "functions\/get-template.md", @@ -12707,7 +12707,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 472, + "weight": 473, "cookies": false, "type": "", "demo": "functions\/list-usage.md", @@ -12779,7 +12779,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 451, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -12838,7 +12838,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 452, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -13068,7 +13068,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 454, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -13129,7 +13129,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 459, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -13209,7 +13209,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 460, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -13292,7 +13292,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 457, + "weight": 458, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -13388,7 +13388,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 465, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -13473,7 +13473,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 462, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -13576,7 +13576,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 463, + "weight": 464, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -13673,7 +13673,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 458, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -13735,7 +13735,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 461, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -13799,7 +13799,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 464, + "weight": 465, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -13889,7 +13889,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -13960,7 +13960,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -14035,7 +14035,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -14151,7 +14151,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -14216,7 +14216,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 470, + "weight": 471, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -14287,7 +14287,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 471, + "weight": 472, "cookies": false, "type": "", "demo": "functions\/get-usage.md", @@ -14369,7 +14369,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 475, + "weight": 476, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -14428,7 +14428,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 473, + "weight": 474, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -14519,7 +14519,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 474, + "weight": 475, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -14588,7 +14588,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 476, + "weight": 477, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -14679,7 +14679,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 477, + "weight": 478, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -16565,7 +16565,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 305, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -16641,7 +16641,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 302, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -16785,7 +16785,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -16931,7 +16931,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 304, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -17105,7 +17105,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 311, + "weight": 312, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -17283,7 +17283,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 303, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -17460,7 +17460,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 310, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -17638,7 +17638,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -17691,7 +17691,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 312, + "weight": 313, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -17753,7 +17753,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 306, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -17828,7 +17828,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 307, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -18154,7 +18154,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 289, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -18477,7 +18477,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 288, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -18953,7 +18953,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 283, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -19132,6 +19132,114 @@ } } }, + "\/messaging\/providers\/resend\/{providerId}": { + "patch": { + "summary": "Update Resend provider", + "operationId": "messagingUpdateResendProvider", + "tags": [ + "messaging" + ], + "description": "Update a Resend provider by its unique ID.", + "responses": { + "200": { + "description": "Provider", + "content": { + "application\/json": { + "schema": { + "$ref": "#\/components\/schemas\/provider" + } + } + } + } + }, + "deprecated": false, + "x-appwrite": { + "method": "updateResendProvider", + "group": "providers", + "weight": 282, + "cookies": false, + "type": "", + "demo": "messaging\/update-resend-provider.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/update-resend-provider.md", + "rate-limit": 0, + "rate-time": 3600, + "rate-key": "url:{url},ip:{ip}", + "scope": "providers.write", + "platforms": [ + "console", + "server" + ], + "packaging": false, + "auth": { + "Project": [] + } + }, + "security": [ + { + "Project": [], + "Key": [] + } + ], + "parameters": [ + { + "name": "providerId", + "description": "Provider ID.", + "required": true, + "schema": { + "type": "string", + "x-example": "" + }, + "in": "path" + } + ], + "requestBody": { + "content": { + "application\/json": { + "schema": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Provider name.", + "x-example": "" + }, + "enabled": { + "type": "boolean", + "description": "Set as enabled.", + "x-example": false + }, + "apiKey": { + "type": "string", + "description": "Resend API key.", + "x-example": "" + }, + "fromName": { + "type": "string", + "description": "Sender Name.", + "x-example": "" + }, + "fromEmail": { + "type": "string", + "description": "Sender email address.", + "x-example": "email@example.com" + }, + "replyToName": { + "type": "string", + "description": "Name set in the Reply To field for the mail. Default value is Sender Name.", + "x-example": "" + }, + "replyToEmail": { + "type": "string", + "description": "Email set in the Reply To field for the mail. Default value is Sender Email.", + "x-example": "" + } + } + } + } + } + } + } + }, "\/messaging\/providers\/sendgrid": { "post": { "summary": "Create Sendgrid provider", @@ -19596,7 +19704,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 282, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -19916,7 +20024,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 284, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -20109,7 +20217,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 285, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -20302,7 +20410,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 286, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -20495,7 +20603,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 287, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -20646,7 +20754,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 290, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -20783,7 +20891,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 299, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -20858,7 +20966,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 292, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -20932,7 +21040,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 291, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -21015,7 +21123,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 294, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -21075,7 +21183,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 295, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -21152,7 +21260,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -21214,7 +21322,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 293, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -21289,7 +21397,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 298, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -21373,7 +21481,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -21463,7 +21571,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -21526,7 +21634,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -23140,7 +23248,7 @@ "x-appwrite": { "method": "list", "group": "projects", - "weight": 449, + "weight": 450, "cookies": false, "type": "", "demo": "projects\/list.md", @@ -24775,7 +24883,7 @@ "x-appwrite": { "method": "listDevKeys", "group": "devKeys", - "weight": 447, + "weight": 448, "cookies": false, "type": "", "demo": "projects\/list-dev-keys.md", @@ -24846,7 +24954,7 @@ "x-appwrite": { "method": "createDevKey", "group": "devKeys", - "weight": 444, + "weight": 445, "cookies": false, "type": "", "demo": "projects\/create-dev-key.md", @@ -24931,7 +25039,7 @@ "x-appwrite": { "method": "getDevKey", "group": "devKeys", - "weight": 446, + "weight": 447, "cookies": false, "type": "", "demo": "projects\/get-dev-key.md", @@ -24999,7 +25107,7 @@ "x-appwrite": { "method": "updateDevKey", "group": "devKeys", - "weight": 445, + "weight": 446, "cookies": false, "type": "", "demo": "projects\/update-dev-key.md", @@ -25085,7 +25193,7 @@ "x-appwrite": { "method": "deleteDevKey", "group": "devKeys", - "weight": 448, + "weight": 449, "cookies": false, "type": "", "demo": "projects\/delete-dev-key.md", @@ -28919,7 +29027,7 @@ "x-appwrite": { "method": "listRules", "group": null, - "weight": 515, + "weight": 516, "cookies": false, "type": "", "demo": "proxy\/list-rules.md", @@ -28993,7 +29101,7 @@ "x-appwrite": { "method": "createAPIRule", "group": null, - "weight": 510, + "weight": 511, "cookies": false, "type": "", "demo": "proxy\/create-api-rule.md", @@ -29060,7 +29168,7 @@ "x-appwrite": { "method": "createFunctionRule", "group": null, - "weight": 512, + "weight": 513, "cookies": false, "type": "", "demo": "proxy\/create-function-rule.md", @@ -29138,7 +29246,7 @@ "x-appwrite": { "method": "createRedirectRule", "group": null, - "weight": 513, + "weight": 514, "cookies": false, "type": "", "demo": "proxy\/create-redirect-rule.md", @@ -29251,7 +29359,7 @@ "x-appwrite": { "method": "createSiteRule", "group": null, - "weight": 511, + "weight": 512, "cookies": false, "type": "", "demo": "proxy\/create-site-rule.md", @@ -29329,7 +29437,7 @@ "x-appwrite": { "method": "getRule", "group": null, - "weight": 514, + "weight": 515, "cookies": false, "type": "", "demo": "proxy\/get-rule.md", @@ -29380,7 +29488,7 @@ "x-appwrite": { "method": "deleteRule", "group": null, - "weight": 516, + "weight": 517, "cookies": false, "type": "", "demo": "proxy\/delete-rule.md", @@ -29440,7 +29548,7 @@ "x-appwrite": { "method": "updateRuleVerification", "group": null, - "weight": 517, + "weight": 518, "cookies": false, "type": "", "demo": "proxy\/update-rule-verification.md", @@ -29500,7 +29608,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 482, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -29573,7 +29681,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 480, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -29822,7 +29930,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 485, + "weight": 486, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -29871,7 +29979,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 508, + "weight": 509, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -29921,7 +30029,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 504, + "weight": 505, "cookies": false, "type": "", "demo": "sites\/list-templates.md", @@ -30021,7 +30129,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 505, + "weight": 506, "cookies": false, "type": "", "demo": "sites\/get-template.md", @@ -30081,7 +30189,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 506, + "weight": 507, "cookies": false, "type": "", "demo": "sites\/list-usage.md", @@ -30153,7 +30261,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 481, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -30212,7 +30320,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 483, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -30457,7 +30565,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 484, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -30518,7 +30626,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 491, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -30598,7 +30706,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 490, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -30681,7 +30789,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 486, + "weight": 487, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -30782,7 +30890,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 494, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -30862,7 +30970,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 487, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -30965,7 +31073,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 488, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -31063,7 +31171,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 489, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -31125,7 +31233,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 492, + "weight": 493, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -31189,7 +31297,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 493, + "weight": 494, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -31279,7 +31387,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 495, + "weight": 496, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -31350,7 +31458,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 497, + "weight": 498, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -31424,7 +31532,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 496, + "weight": 497, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -31486,7 +31594,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 498, + "weight": 499, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -31557,7 +31665,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 507, + "weight": 508, "cookies": false, "type": "", "demo": "sites\/get-usage.md", @@ -31639,7 +31747,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 501, + "weight": 502, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -31698,7 +31806,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 499, + "weight": 500, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -31789,7 +31897,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 500, + "weight": 501, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -31858,7 +31966,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 502, + "weight": 503, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -31949,7 +32057,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 503, + "weight": 504, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -33421,7 +33529,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 383, + "weight": 384, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -33494,7 +33602,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -33573,7 +33681,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -33641,7 +33749,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -33712,7 +33820,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -33777,7 +33885,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -33856,7 +33964,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -33923,7 +34031,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 443, + "weight": 444, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -34009,7 +34117,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 385, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/list-usage.md", @@ -34106,7 +34214,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -34165,7 +34273,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 381, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -34241,7 +34349,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -34302,7 +34410,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -34388,7 +34496,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -34495,7 +34603,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -34567,7 +34675,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 388, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -34669,7 +34777,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -34743,7 +34851,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 395, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -34830,7 +34938,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 396, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -34939,7 +35047,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -35053,7 +35161,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -35162,7 +35270,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -35276,7 +35384,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -35385,7 +35493,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -35499,7 +35607,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -35617,7 +35725,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -35740,7 +35848,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -35859,7 +35967,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -35983,7 +36091,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -36102,7 +36210,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -36226,7 +36334,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -36335,7 +36443,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -36449,7 +36557,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 410, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -36561,7 +36669,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -36681,7 +36789,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -36793,7 +36901,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -36913,7 +37021,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -37025,7 +37133,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -37145,7 +37253,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -37279,7 +37387,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -37399,7 +37507,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -37518,7 +37626,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -37627,7 +37735,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -37772,7 +37880,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -37846,7 +37954,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -37929,7 +38037,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 417, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -38040,7 +38148,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -38125,7 +38233,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -38257,7 +38365,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -38331,7 +38439,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -38414,7 +38522,7 @@ "x-appwrite": { "method": "listTableLogs", "group": "tables", - "weight": 391, + "weight": 392, "cookies": false, "type": "", "demo": "tablesdb\/list-table-logs.md", @@ -38500,7 +38608,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 434, + "weight": 435, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -38598,7 +38706,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -38774,7 +38882,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -38903,7 +39011,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -39005,7 +39113,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -39104,7 +39212,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -39212,7 +39320,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -39357,7 +39465,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -39464,7 +39572,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -39567,7 +39675,7 @@ "x-appwrite": { "method": "listRowLogs", "group": "logs", - "weight": 435, + "weight": 436, "cookies": false, "type": "", "demo": "tablesdb\/list-row-logs.md", @@ -39663,7 +39771,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -39786,7 +39894,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -39909,7 +40017,7 @@ "x-appwrite": { "method": "getTableUsage", "group": null, - "weight": 392, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/get-table-usage.md", @@ -40004,7 +40112,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 384, + "weight": 385, "cookies": false, "type": "", "demo": "tablesdb\/get-usage.md", @@ -41216,7 +41324,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 520, + "weight": 521, "cookies": false, "type": "", "demo": "tokens\/list.md", @@ -41299,7 +41407,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 518, + "weight": 519, "cookies": false, "type": "", "demo": "tokens\/create-file-token.md", @@ -41388,7 +41496,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 519, + "weight": 520, "cookies": false, "type": "", "demo": "tokens\/get.md", @@ -41448,7 +41556,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 521, + "weight": 522, "cookies": false, "type": "", "demo": "tokens\/update.md", @@ -41518,7 +41626,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 522, + "weight": 523, "cookies": false, "type": "", "demo": "tokens\/delete.md", diff --git a/app/config/specs/open-api3-latest-server.json b/app/config/specs/open-api3-latest-server.json index bb8ca910ca..5c589b38b8 100644 --- a/app/config/specs/open-api3-latest-server.json +++ b/app/config/specs/open-api3-latest-server.json @@ -4653,7 +4653,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 317, + "weight": 318, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -4759,7 +4759,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 313, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -4875,7 +4875,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -4942,7 +4942,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5012,7 +5012,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5076,7 +5076,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5154,7 +5154,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5220,7 +5220,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5305,7 +5305,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 314, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5398,7 +5398,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 315, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -5511,7 +5511,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 316, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -5605,7 +5605,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -5693,7 +5693,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 321, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -5802,7 +5802,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 322, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -5876,7 +5876,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -5980,7 +5980,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6056,7 +6056,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6145,7 +6145,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6256,7 +6256,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -6372,7 +6372,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -6483,7 +6483,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -6599,7 +6599,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -6710,7 +6710,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -6826,7 +6826,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -6946,7 +6946,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7071,7 +7071,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7192,7 +7192,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7318,7 +7318,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7439,7 +7439,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -7565,7 +7565,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -7676,7 +7676,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -7792,7 +7792,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -7906,7 +7906,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8028,7 +8028,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8142,7 +8142,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8264,7 +8264,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8378,7 +8378,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -8500,7 +8500,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -8636,7 +8636,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -8758,7 +8758,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -8879,7 +8879,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -8990,7 +8990,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9137,7 +9137,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9213,7 +9213,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9298,7 +9298,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9411,7 +9411,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -9512,7 +9512,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -9701,7 +9701,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -9837,7 +9837,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -9941,7 +9941,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10042,7 +10042,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10153,7 +10153,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10310,7 +10310,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10420,7 +10420,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -10526,7 +10526,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -10652,7 +10652,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -10778,7 +10778,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -10865,7 +10865,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -10999,7 +10999,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11075,7 +11075,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11160,7 +11160,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 453, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -11234,7 +11234,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 450, + "weight": 451, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -11468,7 +11468,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 455, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -11518,7 +11518,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 456, + "weight": 457, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -11569,7 +11569,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 451, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -11629,7 +11629,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 452, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -11860,7 +11860,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 454, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -11922,7 +11922,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 459, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -12003,7 +12003,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 460, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -12087,7 +12087,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 457, + "weight": 458, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -12184,7 +12184,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 465, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -12270,7 +12270,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 462, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -12374,7 +12374,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 463, + "weight": 464, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -12472,7 +12472,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 458, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -12535,7 +12535,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 461, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -12600,7 +12600,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 464, + "weight": 465, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -12691,7 +12691,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -12763,7 +12763,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -12840,7 +12840,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -12958,7 +12958,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -13025,7 +13025,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 470, + "weight": 471, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -13097,7 +13097,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 475, + "weight": 476, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -13157,7 +13157,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 473, + "weight": 474, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -13249,7 +13249,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 474, + "weight": 475, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -13319,7 +13319,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 476, + "weight": 477, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -13411,7 +13411,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 477, + "weight": 478, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -15340,7 +15340,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 305, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -15417,7 +15417,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 302, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -15562,7 +15562,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -15709,7 +15709,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 304, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -15884,7 +15884,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 311, + "weight": 312, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -16063,7 +16063,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 303, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -16243,7 +16243,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 310, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -16424,7 +16424,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -16478,7 +16478,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 312, + "weight": 313, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -16541,7 +16541,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 306, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -16617,7 +16617,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 307, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -16948,7 +16948,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 289, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -17277,7 +17277,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 288, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -17759,7 +17759,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 283, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -17940,6 +17940,115 @@ } } }, + "\/messaging\/providers\/resend\/{providerId}": { + "patch": { + "summary": "Update Resend provider", + "operationId": "messagingUpdateResendProvider", + "tags": [ + "messaging" + ], + "description": "Update a Resend provider by its unique ID.", + "responses": { + "200": { + "description": "Provider", + "content": { + "application\/json": { + "schema": { + "$ref": "#\/components\/schemas\/provider" + } + } + } + } + }, + "deprecated": false, + "x-appwrite": { + "method": "updateResendProvider", + "group": "providers", + "weight": 282, + "cookies": false, + "type": "", + "demo": "messaging\/update-resend-provider.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/update-resend-provider.md", + "rate-limit": 0, + "rate-time": 3600, + "rate-key": "url:{url},ip:{ip}", + "scope": "providers.write", + "platforms": [ + "console", + "server" + ], + "packaging": false, + "auth": { + "Project": [], + "Key": [] + } + }, + "security": [ + { + "Project": [], + "Key": [] + } + ], + "parameters": [ + { + "name": "providerId", + "description": "Provider ID.", + "required": true, + "schema": { + "type": "string", + "x-example": "" + }, + "in": "path" + } + ], + "requestBody": { + "content": { + "application\/json": { + "schema": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Provider name.", + "x-example": "" + }, + "enabled": { + "type": "boolean", + "description": "Set as enabled.", + "x-example": false + }, + "apiKey": { + "type": "string", + "description": "Resend API key.", + "x-example": "" + }, + "fromName": { + "type": "string", + "description": "Sender Name.", + "x-example": "" + }, + "fromEmail": { + "type": "string", + "description": "Sender email address.", + "x-example": "email@example.com" + }, + "replyToName": { + "type": "string", + "description": "Name set in the Reply To field for the mail. Default value is Sender Name.", + "x-example": "" + }, + "replyToEmail": { + "type": "string", + "description": "Email set in the Reply To field for the mail. Default value is Sender Email.", + "x-example": "" + } + } + } + } + } + } + } + }, "\/messaging\/providers\/sendgrid": { "post": { "summary": "Create Sendgrid provider", @@ -18409,7 +18518,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 282, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -18733,7 +18842,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 284, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -18928,7 +19037,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 285, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -19123,7 +19232,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 286, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -19318,7 +19427,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 287, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -19471,7 +19580,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 290, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -19610,7 +19719,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 299, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -19686,7 +19795,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 292, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -19761,7 +19870,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 291, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -19845,7 +19954,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 294, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -19906,7 +20015,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 295, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -19984,7 +20093,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -20047,7 +20156,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 293, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -20123,7 +20232,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 298, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -20208,7 +20317,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -20300,7 +20409,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -20364,7 +20473,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -20441,7 +20550,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 482, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -20515,7 +20624,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 480, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -20765,7 +20874,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 485, + "weight": 486, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -20815,7 +20924,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 508, + "weight": 509, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -20866,7 +20975,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 481, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -20926,7 +21035,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 483, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -21172,7 +21281,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 484, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -21234,7 +21343,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 491, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -21315,7 +21424,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 490, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -21399,7 +21508,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 486, + "weight": 487, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -21501,7 +21610,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 494, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -21582,7 +21691,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 487, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -21686,7 +21795,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 488, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -21785,7 +21894,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 489, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -21848,7 +21957,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 492, + "weight": 493, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -21913,7 +22022,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 493, + "weight": 494, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -22004,7 +22113,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 495, + "weight": 496, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -22076,7 +22185,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 497, + "weight": 498, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -22151,7 +22260,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 496, + "weight": 497, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -22214,7 +22323,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 498, + "weight": 499, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -22286,7 +22395,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 501, + "weight": 502, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -22346,7 +22455,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 499, + "weight": 500, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -22438,7 +22547,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 500, + "weight": 501, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -22508,7 +22617,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 502, + "weight": 503, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -22600,7 +22709,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 503, + "weight": 504, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -23940,7 +24049,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 383, + "weight": 384, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -24014,7 +24123,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -24094,7 +24203,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -24164,7 +24273,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -24237,7 +24346,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -24304,7 +24413,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -24385,7 +24494,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -24454,7 +24563,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 443, + "weight": 444, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -24542,7 +24651,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -24602,7 +24711,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 381, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -24679,7 +24788,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -24741,7 +24850,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -24828,7 +24937,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -24936,7 +25045,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -25009,7 +25118,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 388, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -25112,7 +25221,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -25187,7 +25296,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 395, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -25275,7 +25384,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 396, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -25385,7 +25494,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -25500,7 +25609,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -25610,7 +25719,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -25725,7 +25834,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -25835,7 +25944,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -25950,7 +26059,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -26069,7 +26178,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -26193,7 +26302,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -26313,7 +26422,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -26438,7 +26547,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -26558,7 +26667,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -26683,7 +26792,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -26793,7 +26902,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -26908,7 +27017,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 410, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -27021,7 +27130,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -27142,7 +27251,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -27255,7 +27364,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -27376,7 +27485,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -27489,7 +27598,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -27610,7 +27719,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -27745,7 +27854,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -27866,7 +27975,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -27986,7 +28095,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -28096,7 +28205,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -28242,7 +28351,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -28317,7 +28426,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -28401,7 +28510,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 417, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -28513,7 +28622,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -28599,7 +28708,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -28732,7 +28841,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -28807,7 +28916,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -28891,7 +29000,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 434, + "weight": 435, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -28991,7 +29100,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -29171,7 +29280,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -29302,7 +29411,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -29405,7 +29514,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -29505,7 +29614,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -29615,7 +29724,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -29763,7 +29872,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -29872,7 +29981,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -29977,7 +30086,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -30102,7 +30211,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -31282,7 +31391,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 520, + "weight": 521, "cookies": false, "type": "", "demo": "tokens\/list.md", @@ -31366,7 +31475,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 518, + "weight": 519, "cookies": false, "type": "", "demo": "tokens\/create-file-token.md", @@ -31456,7 +31565,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 519, + "weight": 520, "cookies": false, "type": "", "demo": "tokens\/get.md", @@ -31517,7 +31626,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 521, + "weight": 522, "cookies": false, "type": "", "demo": "tokens\/update.md", @@ -31588,7 +31697,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 522, + "weight": 523, "cookies": false, "type": "", "demo": "tokens\/delete.md", diff --git a/app/config/specs/swagger2-1.8.x-client.json b/app/config/specs/swagger2-1.8.x-client.json index 7d4cb22dd4..78b332a5c3 100644 --- a/app/config/specs/swagger2-1.8.x-client.json +++ b/app/config/specs/swagger2-1.8.x-client.json @@ -5076,7 +5076,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -5141,7 +5141,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5209,7 +5209,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5270,7 +5270,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5347,7 +5347,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5410,7 +5410,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5489,7 +5489,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -5582,7 +5582,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -5736,7 +5736,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -5837,7 +5837,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -5987,7 +5987,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -6093,7 +6093,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -6191,7 +6191,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -6309,7 +6309,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -6425,7 +6425,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -6498,7 +6498,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -6615,7 +6615,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -7240,7 +7240,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -7324,7 +7324,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -8153,7 +8153,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -8221,7 +8221,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -8292,7 +8292,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -8356,7 +8356,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -8436,7 +8436,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -8502,7 +8502,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 443, + "weight": 444, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -8584,7 +8584,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 434, + "weight": 435, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -8676,7 +8676,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -8825,7 +8825,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -8925,7 +8925,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -9066,7 +9066,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -9171,7 +9171,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -9268,7 +9268,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -9385,7 +9385,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "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 0ba9622f94..9f2081aaf9 100644 --- a/app/config/specs/swagger2-1.8.x-console.json +++ b/app/config/specs/swagger2-1.8.x-console.json @@ -5156,7 +5156,7 @@ "x-appwrite": { "method": "getResource", "group": null, - "weight": 509, + "weight": 510, "cookies": false, "type": "", "demo": "console\/get-resource.md", @@ -5275,7 +5275,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 317, + "weight": 318, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -5378,7 +5378,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 313, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -5495,7 +5495,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -5560,7 +5560,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5628,7 +5628,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5689,7 +5689,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5766,7 +5766,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5829,7 +5829,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5908,7 +5908,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 320, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/list-usage.md", @@ -6008,7 +6008,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 314, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -6099,7 +6099,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 315, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -6212,7 +6212,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 316, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -6302,7 +6302,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -6386,7 +6386,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 321, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -6495,7 +6495,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 322, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -6566,7 +6566,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -6671,7 +6671,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6742,7 +6742,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6827,7 +6827,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6937,7 +6937,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -7049,7 +7049,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -7159,7 +7159,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -7271,7 +7271,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -7381,7 +7381,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -7493,7 +7493,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -7613,7 +7613,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7735,7 +7735,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7857,7 +7857,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7981,7 +7981,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -8103,7 +8103,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -8227,7 +8227,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -8337,7 +8337,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -8449,7 +8449,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -8554,7 +8554,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8665,7 +8665,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8770,7 +8770,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8881,7 +8881,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8986,7 +8986,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -9097,7 +9097,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -9234,7 +9234,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -9357,7 +9357,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -9475,7 +9475,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -9585,7 +9585,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9726,7 +9726,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9799,7 +9799,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9879,7 +9879,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9985,7 +9985,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -10078,7 +10078,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -10263,7 +10263,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -10395,7 +10395,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -10497,7 +10497,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10593,7 +10593,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10694,7 +10694,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10844,7 +10844,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10950,7 +10950,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -11046,7 +11046,7 @@ "x-appwrite": { "method": "listDocumentLogs", "group": "logs", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/list-document-logs.md", @@ -11138,7 +11138,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -11256,7 +11256,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -11372,7 +11372,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -11455,7 +11455,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -11587,7 +11587,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11660,7 +11660,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11738,7 +11738,7 @@ "x-appwrite": { "method": "listCollectionLogs", "group": "collections", - "weight": 326, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/list-collection-logs.md", @@ -11820,7 +11820,7 @@ "x-appwrite": { "method": "getCollectionUsage", "group": null, - "weight": 327, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/get-collection-usage.md", @@ -11910,7 +11910,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 318, + "weight": 319, "cookies": false, "type": "", "demo": "databases\/list-logs.md", @@ -12013,7 +12013,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 319, + "weight": 320, "cookies": false, "type": "", "demo": "databases\/get-usage.md", @@ -12124,7 +12124,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 453, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -12196,7 +12196,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 450, + "weight": 451, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -12447,7 +12447,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 455, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -12496,7 +12496,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 456, + "weight": 457, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -12546,7 +12546,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 479, + "weight": 480, "cookies": false, "type": "", "demo": "functions\/list-templates.md", @@ -12640,7 +12640,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 478, + "weight": 479, "cookies": false, "type": "", "demo": "functions\/get-template.md", @@ -12698,7 +12698,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 472, + "weight": 473, "cookies": false, "type": "", "demo": "functions\/list-usage.md", @@ -12768,7 +12768,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 451, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -12827,7 +12827,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 452, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -13074,7 +13074,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 454, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -13135,7 +13135,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 459, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -13212,7 +13212,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 460, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -13292,7 +13292,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 457, + "weight": 458, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -13384,7 +13384,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 465, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -13469,7 +13469,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 462, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -13575,7 +13575,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 463, + "weight": 464, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -13671,7 +13671,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 458, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -13733,7 +13733,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 461, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -13800,7 +13800,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 464, + "weight": 465, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -13885,7 +13885,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -13952,7 +13952,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -14025,7 +14025,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -14142,7 +14142,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -14206,7 +14206,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 470, + "weight": 471, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -14273,7 +14273,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 471, + "weight": 472, "cookies": false, "type": "", "demo": "functions\/get-usage.md", @@ -14351,7 +14351,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 475, + "weight": 476, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -14410,7 +14410,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 473, + "weight": 474, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -14500,7 +14500,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 474, + "weight": 475, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -14567,7 +14567,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 476, + "weight": 477, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -14659,7 +14659,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 477, + "weight": 478, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -16543,7 +16543,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 305, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -16618,7 +16618,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 302, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -16776,7 +16776,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -16931,7 +16931,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 304, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -17126,7 +17126,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 311, + "weight": 312, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -17320,7 +17320,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 303, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -17506,7 +17506,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 310, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -17686,7 +17686,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -17741,7 +17741,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 312, + "weight": 313, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -17801,7 +17801,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 306, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -17873,7 +17873,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 307, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -18205,7 +18205,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 289, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -18539,7 +18539,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 288, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -19043,7 +19043,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 283, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -19233,6 +19233,119 @@ ] } }, + "\/messaging\/providers\/resend\/{providerId}": { + "patch": { + "summary": "Update Resend provider", + "operationId": "messagingUpdateResendProvider", + "consumes": [ + "application\/json" + ], + "produces": [ + "application\/json" + ], + "tags": [ + "messaging" + ], + "description": "Update a Resend provider by its unique ID.", + "responses": { + "200": { + "description": "Provider", + "schema": { + "$ref": "#\/definitions\/provider" + } + } + }, + "deprecated": false, + "x-appwrite": { + "method": "updateResendProvider", + "group": "providers", + "weight": 282, + "cookies": false, + "type": "", + "demo": "messaging\/update-resend-provider.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/update-resend-provider.md", + "rate-limit": 0, + "rate-time": 3600, + "rate-key": "url:{url},ip:{ip}", + "scope": "providers.write", + "platforms": [ + "console", + "server" + ], + "packaging": false, + "auth": { + "Project": [] + } + }, + "security": [ + { + "Project": [], + "Key": [] + } + ], + "parameters": [ + { + "name": "providerId", + "description": "Provider ID.", + "required": true, + "type": "string", + "x-example": "", + "in": "path" + }, + { + "name": "payload", + "in": "body", + "schema": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Provider name.", + "default": "", + "x-example": "" + }, + "enabled": { + "type": "boolean", + "description": "Set as enabled.", + "default": null, + "x-example": false + }, + "apiKey": { + "type": "string", + "description": "Resend API key.", + "default": "", + "x-example": "" + }, + "fromName": { + "type": "string", + "description": "Sender Name.", + "default": "", + "x-example": "" + }, + "fromEmail": { + "type": "string", + "description": "Sender email address.", + "default": "", + "x-example": "email@example.com" + }, + "replyToName": { + "type": "string", + "description": "Name set in the Reply To field for the mail. Default value is Sender Name.", + "default": "", + "x-example": "" + }, + "replyToEmail": { + "type": "string", + "description": "Email set in the Reply To field for the mail. Default value is Sender Email.", + "default": "", + "x-example": "" + } + } + } + } + ] + } + }, "\/messaging\/providers\/sendgrid": { "post": { "summary": "Create Sendgrid provider", @@ -19730,7 +19843,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 282, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -20069,7 +20182,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 284, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -20273,7 +20386,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 285, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -20477,7 +20590,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 286, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -20681,7 +20794,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 287, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -20835,7 +20948,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 290, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -20967,7 +21080,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 299, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -21039,7 +21152,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 292, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -21112,7 +21225,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 291, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -21200,7 +21313,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 294, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -21260,7 +21373,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 295, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -21339,7 +21452,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -21399,7 +21512,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 293, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -21471,7 +21584,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 298, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -21552,7 +21665,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -21639,7 +21752,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -21702,7 +21815,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -23305,7 +23418,7 @@ "x-appwrite": { "method": "list", "group": "projects", - "weight": 449, + "weight": 450, "cookies": false, "type": "", "demo": "projects\/list.md", @@ -24948,7 +25061,7 @@ "x-appwrite": { "method": "listDevKeys", "group": "devKeys", - "weight": 447, + "weight": 448, "cookies": false, "type": "", "demo": "projects\/list-dev-keys.md", @@ -25018,7 +25131,7 @@ "x-appwrite": { "method": "createDevKey", "group": "devKeys", - "weight": 444, + "weight": 445, "cookies": false, "type": "", "demo": "projects\/create-dev-key.md", @@ -25101,7 +25214,7 @@ "x-appwrite": { "method": "getDevKey", "group": "devKeys", - "weight": 446, + "weight": 447, "cookies": false, "type": "", "demo": "projects\/get-dev-key.md", @@ -25167,7 +25280,7 @@ "x-appwrite": { "method": "updateDevKey", "group": "devKeys", - "weight": 445, + "weight": 446, "cookies": false, "type": "", "demo": "projects\/update-dev-key.md", @@ -25253,7 +25366,7 @@ "x-appwrite": { "method": "deleteDevKey", "group": "devKeys", - "weight": 448, + "weight": 449, "cookies": false, "type": "", "demo": "projects\/delete-dev-key.md", @@ -29066,7 +29179,7 @@ "x-appwrite": { "method": "listRules", "group": null, - "weight": 515, + "weight": 516, "cookies": false, "type": "", "demo": "proxy\/list-rules.md", @@ -29139,7 +29252,7 @@ "x-appwrite": { "method": "createAPIRule", "group": null, - "weight": 510, + "weight": 511, "cookies": false, "type": "", "demo": "proxy\/create-api-rule.md", @@ -29209,7 +29322,7 @@ "x-appwrite": { "method": "createFunctionRule", "group": null, - "weight": 512, + "weight": 513, "cookies": false, "type": "", "demo": "proxy\/create-function-rule.md", @@ -29292,7 +29405,7 @@ "x-appwrite": { "method": "createRedirectRule", "group": null, - "weight": 513, + "weight": 514, "cookies": false, "type": "", "demo": "proxy\/create-redirect-rule.md", @@ -29412,7 +29525,7 @@ "x-appwrite": { "method": "createSiteRule", "group": null, - "weight": 511, + "weight": 512, "cookies": false, "type": "", "demo": "proxy\/create-site-rule.md", @@ -29493,7 +29606,7 @@ "x-appwrite": { "method": "getRule", "group": null, - "weight": 514, + "weight": 515, "cookies": false, "type": "", "demo": "proxy\/get-rule.md", @@ -29546,7 +29659,7 @@ "x-appwrite": { "method": "deleteRule", "group": null, - "weight": 516, + "weight": 517, "cookies": false, "type": "", "demo": "proxy\/delete-rule.md", @@ -29606,7 +29719,7 @@ "x-appwrite": { "method": "updateRuleVerification", "group": null, - "weight": 517, + "weight": 518, "cookies": false, "type": "", "demo": "proxy\/update-rule-verification.md", @@ -29664,7 +29777,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 482, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -29736,7 +29849,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 480, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -30003,7 +30116,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 485, + "weight": 486, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -30052,7 +30165,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 508, + "weight": 509, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -30102,7 +30215,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 504, + "weight": 505, "cookies": false, "type": "", "demo": "sites\/list-templates.md", @@ -30196,7 +30309,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 505, + "weight": 506, "cookies": false, "type": "", "demo": "sites\/get-template.md", @@ -30254,7 +30367,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 506, + "weight": 507, "cookies": false, "type": "", "demo": "sites\/list-usage.md", @@ -30324,7 +30437,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 481, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -30383,7 +30496,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 483, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -30645,7 +30758,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 484, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -30706,7 +30819,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 491, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -30783,7 +30896,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 490, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -30863,7 +30976,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 486, + "weight": 487, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -30963,7 +31076,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 494, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -31042,7 +31155,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 487, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -31148,7 +31261,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 488, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -31245,7 +31358,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 489, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -31307,7 +31420,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 492, + "weight": 493, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -31374,7 +31487,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 493, + "weight": 494, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -31459,7 +31572,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 495, + "weight": 496, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -31526,7 +31639,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 497, + "weight": 498, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -31597,7 +31710,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 496, + "weight": 497, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -31661,7 +31774,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 498, + "weight": 499, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -31728,7 +31841,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 507, + "weight": 508, "cookies": false, "type": "", "demo": "sites\/get-usage.md", @@ -31806,7 +31919,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 501, + "weight": 502, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -31865,7 +31978,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 499, + "weight": 500, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -31955,7 +32068,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 500, + "weight": 501, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -32022,7 +32135,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 502, + "weight": 503, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -32114,7 +32227,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 503, + "weight": 504, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -33548,7 +33661,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 383, + "weight": 384, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -33620,7 +33733,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -33702,7 +33815,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -33770,7 +33883,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -33841,7 +33954,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -33905,7 +34018,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -33985,7 +34098,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -34051,7 +34164,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 443, + "weight": 444, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -34133,7 +34246,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 385, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/list-usage.md", @@ -34228,7 +34341,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -34287,7 +34400,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 381, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -34365,7 +34478,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -34424,7 +34537,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -34507,7 +34620,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -34615,7 +34728,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -34685,7 +34798,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 388, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -34789,7 +34902,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -34859,7 +34972,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 395, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -34943,7 +35056,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 396, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -35052,7 +35165,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -35163,7 +35276,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -35272,7 +35385,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -35383,7 +35496,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -35492,7 +35605,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -35603,7 +35716,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -35722,7 +35835,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -35843,7 +35956,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -35964,7 +36077,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -36087,7 +36200,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -36208,7 +36321,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -36331,7 +36444,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -36440,7 +36553,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -36551,7 +36664,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 410, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -36655,7 +36768,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -36765,7 +36878,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -36869,7 +36982,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -36979,7 +37092,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -37083,7 +37196,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -37193,7 +37306,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -37329,7 +37442,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -37451,7 +37564,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -37568,7 +37681,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -37677,7 +37790,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -37817,7 +37930,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -37889,7 +38002,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -37968,7 +38081,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 417, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -38073,7 +38186,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -38155,7 +38268,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -38286,7 +38399,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -38358,7 +38471,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -38435,7 +38548,7 @@ "x-appwrite": { "method": "listTableLogs", "group": "tables", - "weight": 391, + "weight": 392, "cookies": false, "type": "", "demo": "tablesdb\/list-table-logs.md", @@ -38516,7 +38629,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 434, + "weight": 435, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -38608,7 +38721,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -38784,7 +38897,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -38911,7 +39024,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -39012,7 +39125,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -39107,7 +39220,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -39207,7 +39320,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -39348,7 +39461,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -39453,7 +39566,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -39548,7 +39661,7 @@ "x-appwrite": { "method": "listRowLogs", "group": "logs", - "weight": 435, + "weight": 436, "cookies": false, "type": "", "demo": "tablesdb\/list-row-logs.md", @@ -39639,7 +39752,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -39756,7 +39869,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -39871,7 +39984,7 @@ "x-appwrite": { "method": "getTableUsage", "group": null, - "weight": 392, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/get-table-usage.md", @@ -39960,7 +40073,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 384, + "weight": 385, "cookies": false, "type": "", "demo": "tablesdb\/get-usage.md", @@ -41145,7 +41258,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 520, + "weight": 521, "cookies": false, "type": "", "demo": "tokens\/list.md", @@ -41225,7 +41338,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 518, + "weight": 519, "cookies": false, "type": "", "demo": "tokens\/create-file-token.md", @@ -41309,7 +41422,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 519, + "weight": 520, "cookies": false, "type": "", "demo": "tokens\/get.md", @@ -41369,7 +41482,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 521, + "weight": 522, "cookies": false, "type": "", "demo": "tokens\/update.md", @@ -41440,7 +41553,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 522, + "weight": 523, "cookies": false, "type": "", "demo": "tokens\/delete.md", diff --git a/app/config/specs/swagger2-1.8.x-server.json b/app/config/specs/swagger2-1.8.x-server.json index 8be6aad04b..80999995c7 100644 --- a/app/config/specs/swagger2-1.8.x-server.json +++ b/app/config/specs/swagger2-1.8.x-server.json @@ -4801,7 +4801,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 317, + "weight": 318, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -4906,7 +4906,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 313, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -5025,7 +5025,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -5092,7 +5092,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5162,7 +5162,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5225,7 +5225,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5304,7 +5304,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5369,7 +5369,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5450,7 +5450,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 314, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5543,7 +5543,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 315, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -5658,7 +5658,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 316, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -5750,7 +5750,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -5835,7 +5835,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 321, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -5945,7 +5945,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 322, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -6017,7 +6017,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -6123,7 +6123,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6195,7 +6195,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6281,7 +6281,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6392,7 +6392,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -6505,7 +6505,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -6616,7 +6616,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -6729,7 +6729,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -6840,7 +6840,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -6953,7 +6953,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -7074,7 +7074,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7197,7 +7197,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7320,7 +7320,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7445,7 +7445,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7568,7 +7568,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -7693,7 +7693,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -7804,7 +7804,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -7917,7 +7917,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -8023,7 +8023,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8135,7 +8135,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8241,7 +8241,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8353,7 +8353,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8459,7 +8459,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -8571,7 +8571,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -8709,7 +8709,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -8833,7 +8833,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -8952,7 +8952,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -9063,7 +9063,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9205,7 +9205,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9279,7 +9279,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9360,7 +9360,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9467,7 +9467,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -9562,7 +9562,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -9751,7 +9751,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -9885,7 +9885,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -9988,7 +9988,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10085,7 +10085,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10188,7 +10188,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10341,7 +10341,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10449,7 +10449,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -10549,7 +10549,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -10669,7 +10669,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -10787,7 +10787,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -10871,7 +10871,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -11004,7 +11004,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11078,7 +11078,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11157,7 +11157,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 453, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -11230,7 +11230,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 450, + "weight": 451, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -11482,7 +11482,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 455, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -11532,7 +11532,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 456, + "weight": 457, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -11583,7 +11583,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 451, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -11643,7 +11643,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 452, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -11891,7 +11891,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 454, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -11953,7 +11953,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 459, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -12031,7 +12031,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 460, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -12112,7 +12112,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 457, + "weight": 458, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -12205,7 +12205,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 465, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -12291,7 +12291,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 462, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -12398,7 +12398,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 463, + "weight": 464, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -12495,7 +12495,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 458, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -12558,7 +12558,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 461, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -12626,7 +12626,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 464, + "weight": 465, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -12712,7 +12712,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -12780,7 +12780,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -12855,7 +12855,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -12974,7 +12974,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -13040,7 +13040,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 470, + "weight": 471, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -13108,7 +13108,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 475, + "weight": 476, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -13168,7 +13168,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 473, + "weight": 474, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -13259,7 +13259,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 474, + "weight": 475, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -13327,7 +13327,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 476, + "weight": 477, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -13420,7 +13420,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 477, + "weight": 478, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -15347,7 +15347,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 305, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -15423,7 +15423,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 302, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -15582,7 +15582,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -15738,7 +15738,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 304, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -15934,7 +15934,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 311, + "weight": 312, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -16129,7 +16129,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 303, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -16318,7 +16318,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 310, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -16501,7 +16501,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -16557,7 +16557,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 312, + "weight": 313, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -16618,7 +16618,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 306, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -16691,7 +16691,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 307, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -17028,7 +17028,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 289, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -17368,7 +17368,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 288, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -17878,7 +17878,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 283, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -18070,6 +18070,120 @@ ] } }, + "\/messaging\/providers\/resend\/{providerId}": { + "patch": { + "summary": "Update Resend provider", + "operationId": "messagingUpdateResendProvider", + "consumes": [ + "application\/json" + ], + "produces": [ + "application\/json" + ], + "tags": [ + "messaging" + ], + "description": "Update a Resend provider by its unique ID.", + "responses": { + "200": { + "description": "Provider", + "schema": { + "$ref": "#\/definitions\/provider" + } + } + }, + "deprecated": false, + "x-appwrite": { + "method": "updateResendProvider", + "group": "providers", + "weight": 282, + "cookies": false, + "type": "", + "demo": "messaging\/update-resend-provider.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/update-resend-provider.md", + "rate-limit": 0, + "rate-time": 3600, + "rate-key": "url:{url},ip:{ip}", + "scope": "providers.write", + "platforms": [ + "console", + "server" + ], + "packaging": false, + "auth": { + "Project": [], + "Key": [] + } + }, + "security": [ + { + "Project": [], + "Key": [] + } + ], + "parameters": [ + { + "name": "providerId", + "description": "Provider ID.", + "required": true, + "type": "string", + "x-example": "", + "in": "path" + }, + { + "name": "payload", + "in": "body", + "schema": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Provider name.", + "default": "", + "x-example": "" + }, + "enabled": { + "type": "boolean", + "description": "Set as enabled.", + "default": null, + "x-example": false + }, + "apiKey": { + "type": "string", + "description": "Resend API key.", + "default": "", + "x-example": "" + }, + "fromName": { + "type": "string", + "description": "Sender Name.", + "default": "", + "x-example": "" + }, + "fromEmail": { + "type": "string", + "description": "Sender email address.", + "default": "", + "x-example": "email@example.com" + }, + "replyToName": { + "type": "string", + "description": "Name set in the Reply To field for the mail. Default value is Sender Name.", + "default": "", + "x-example": "" + }, + "replyToEmail": { + "type": "string", + "description": "Email set in the Reply To field for the mail. Default value is Sender Email.", + "default": "", + "x-example": "" + } + } + } + } + ] + } + }, "\/messaging\/providers\/sendgrid": { "post": { "summary": "Create Sendgrid provider", @@ -18572,7 +18686,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 282, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -18915,7 +19029,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 284, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -19121,7 +19235,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 285, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -19327,7 +19441,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 286, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -19533,7 +19647,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 287, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -19689,7 +19803,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 290, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -19823,7 +19937,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 299, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -19896,7 +20010,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 292, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -19970,7 +20084,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 291, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -20059,7 +20173,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 294, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -20120,7 +20234,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 295, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -20200,7 +20314,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -20261,7 +20375,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 293, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -20334,7 +20448,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 298, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -20416,7 +20530,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -20505,7 +20619,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -20569,7 +20683,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -20641,7 +20755,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 482, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -20714,7 +20828,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 480, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -20982,7 +21096,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 485, + "weight": 486, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -21032,7 +21146,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 508, + "weight": 509, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -21083,7 +21197,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 481, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -21143,7 +21257,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 483, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -21406,7 +21520,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 484, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -21468,7 +21582,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 491, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -21546,7 +21660,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 490, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -21627,7 +21741,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 486, + "weight": 487, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -21728,7 +21842,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 494, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -21808,7 +21922,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 487, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -21915,7 +22029,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 488, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -22013,7 +22127,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 489, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -22076,7 +22190,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 492, + "weight": 493, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -22144,7 +22258,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 493, + "weight": 494, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -22230,7 +22344,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 495, + "weight": 496, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -22298,7 +22412,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 497, + "weight": 498, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -22370,7 +22484,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 496, + "weight": 497, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -22435,7 +22549,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 498, + "weight": 499, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -22503,7 +22617,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 501, + "weight": 502, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -22563,7 +22677,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 499, + "weight": 500, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -22654,7 +22768,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 500, + "weight": 501, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -22722,7 +22836,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 502, + "weight": 503, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -22815,7 +22929,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 503, + "weight": 504, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -24123,7 +24237,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 383, + "weight": 384, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -24196,7 +24310,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -24279,7 +24393,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -24349,7 +24463,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -24422,7 +24536,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -24488,7 +24602,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -24570,7 +24684,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -24638,7 +24752,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 443, + "weight": 444, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -24722,7 +24836,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -24782,7 +24896,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 381, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -24861,7 +24975,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -24921,7 +25035,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -25005,7 +25119,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -25114,7 +25228,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -25185,7 +25299,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 388, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -25290,7 +25404,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -25361,7 +25475,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 395, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -25446,7 +25560,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 396, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -25556,7 +25670,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -25668,7 +25782,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -25778,7 +25892,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -25890,7 +26004,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -26000,7 +26114,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -26112,7 +26226,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -26232,7 +26346,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -26354,7 +26468,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -26476,7 +26590,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -26600,7 +26714,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -26722,7 +26836,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -26846,7 +26960,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -26956,7 +27070,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -27068,7 +27182,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 410, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -27173,7 +27287,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -27284,7 +27398,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -27389,7 +27503,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -27500,7 +27614,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -27605,7 +27719,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -27716,7 +27830,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -27853,7 +27967,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -27976,7 +28090,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -28094,7 +28208,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -28204,7 +28318,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -28345,7 +28459,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -28418,7 +28532,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -28498,7 +28612,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 417, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -28604,7 +28718,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -28687,7 +28801,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -28819,7 +28933,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -28892,7 +29006,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -28970,7 +29084,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 434, + "weight": 435, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -29064,7 +29178,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -29244,7 +29358,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -29373,7 +29487,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -29475,7 +29589,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -29571,7 +29685,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -29673,7 +29787,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -29817,7 +29931,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -29924,7 +30038,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -30023,7 +30137,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -30142,7 +30256,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -31294,7 +31408,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 520, + "weight": 521, "cookies": false, "type": "", "demo": "tokens\/list.md", @@ -31375,7 +31489,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 518, + "weight": 519, "cookies": false, "type": "", "demo": "tokens\/create-file-token.md", @@ -31460,7 +31574,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 519, + "weight": 520, "cookies": false, "type": "", "demo": "tokens\/get.md", @@ -31521,7 +31635,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 521, + "weight": 522, "cookies": false, "type": "", "demo": "tokens\/update.md", @@ -31593,7 +31707,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 522, + "weight": 523, "cookies": false, "type": "", "demo": "tokens\/delete.md", diff --git a/app/config/specs/swagger2-latest-client.json b/app/config/specs/swagger2-latest-client.json index 7d4cb22dd4..78b332a5c3 100644 --- a/app/config/specs/swagger2-latest-client.json +++ b/app/config/specs/swagger2-latest-client.json @@ -5076,7 +5076,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -5141,7 +5141,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5209,7 +5209,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5270,7 +5270,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5347,7 +5347,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5410,7 +5410,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5489,7 +5489,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -5582,7 +5582,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -5736,7 +5736,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -5837,7 +5837,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -5987,7 +5987,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -6093,7 +6093,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -6191,7 +6191,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -6309,7 +6309,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -6425,7 +6425,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -6498,7 +6498,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -6615,7 +6615,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -7240,7 +7240,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -7324,7 +7324,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -8153,7 +8153,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -8221,7 +8221,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -8292,7 +8292,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -8356,7 +8356,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -8436,7 +8436,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -8502,7 +8502,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 443, + "weight": 444, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -8584,7 +8584,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 434, + "weight": 435, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -8676,7 +8676,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -8825,7 +8825,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -8925,7 +8925,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -9066,7 +9066,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -9171,7 +9171,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -9268,7 +9268,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -9385,7 +9385,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "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 0ba9622f94..9f2081aaf9 100644 --- a/app/config/specs/swagger2-latest-console.json +++ b/app/config/specs/swagger2-latest-console.json @@ -5156,7 +5156,7 @@ "x-appwrite": { "method": "getResource", "group": null, - "weight": 509, + "weight": 510, "cookies": false, "type": "", "demo": "console\/get-resource.md", @@ -5275,7 +5275,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 317, + "weight": 318, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -5378,7 +5378,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 313, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -5495,7 +5495,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -5560,7 +5560,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5628,7 +5628,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5689,7 +5689,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5766,7 +5766,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5829,7 +5829,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5908,7 +5908,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 320, + "weight": 321, "cookies": false, "type": "", "demo": "databases\/list-usage.md", @@ -6008,7 +6008,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 314, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -6099,7 +6099,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 315, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -6212,7 +6212,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 316, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -6302,7 +6302,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -6386,7 +6386,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 321, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -6495,7 +6495,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 322, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -6566,7 +6566,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -6671,7 +6671,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6742,7 +6742,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6827,7 +6827,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6937,7 +6937,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -7049,7 +7049,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -7159,7 +7159,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -7271,7 +7271,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -7381,7 +7381,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -7493,7 +7493,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -7613,7 +7613,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7735,7 +7735,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7857,7 +7857,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7981,7 +7981,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -8103,7 +8103,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -8227,7 +8227,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -8337,7 +8337,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -8449,7 +8449,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -8554,7 +8554,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8665,7 +8665,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8770,7 +8770,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8881,7 +8881,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8986,7 +8986,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -9097,7 +9097,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -9234,7 +9234,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -9357,7 +9357,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -9475,7 +9475,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -9585,7 +9585,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9726,7 +9726,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9799,7 +9799,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9879,7 +9879,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9985,7 +9985,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -10078,7 +10078,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -10263,7 +10263,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -10395,7 +10395,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -10497,7 +10497,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10593,7 +10593,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10694,7 +10694,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10844,7 +10844,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10950,7 +10950,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -11046,7 +11046,7 @@ "x-appwrite": { "method": "listDocumentLogs", "group": "logs", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "demo": "databases\/list-document-logs.md", @@ -11138,7 +11138,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -11256,7 +11256,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -11372,7 +11372,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -11455,7 +11455,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -11587,7 +11587,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11660,7 +11660,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11738,7 +11738,7 @@ "x-appwrite": { "method": "listCollectionLogs", "group": "collections", - "weight": 326, + "weight": 327, "cookies": false, "type": "", "demo": "databases\/list-collection-logs.md", @@ -11820,7 +11820,7 @@ "x-appwrite": { "method": "getCollectionUsage", "group": null, - "weight": 327, + "weight": 328, "cookies": false, "type": "", "demo": "databases\/get-collection-usage.md", @@ -11910,7 +11910,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 318, + "weight": 319, "cookies": false, "type": "", "demo": "databases\/list-logs.md", @@ -12013,7 +12013,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 319, + "weight": 320, "cookies": false, "type": "", "demo": "databases\/get-usage.md", @@ -12124,7 +12124,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 453, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -12196,7 +12196,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 450, + "weight": 451, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -12447,7 +12447,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 455, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -12496,7 +12496,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 456, + "weight": 457, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -12546,7 +12546,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 479, + "weight": 480, "cookies": false, "type": "", "demo": "functions\/list-templates.md", @@ -12640,7 +12640,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 478, + "weight": 479, "cookies": false, "type": "", "demo": "functions\/get-template.md", @@ -12698,7 +12698,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 472, + "weight": 473, "cookies": false, "type": "", "demo": "functions\/list-usage.md", @@ -12768,7 +12768,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 451, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -12827,7 +12827,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 452, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -13074,7 +13074,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 454, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -13135,7 +13135,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 459, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -13212,7 +13212,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 460, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -13292,7 +13292,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 457, + "weight": 458, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -13384,7 +13384,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 465, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -13469,7 +13469,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 462, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -13575,7 +13575,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 463, + "weight": 464, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -13671,7 +13671,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 458, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -13733,7 +13733,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 461, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -13800,7 +13800,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 464, + "weight": 465, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -13885,7 +13885,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -13952,7 +13952,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -14025,7 +14025,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -14142,7 +14142,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -14206,7 +14206,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 470, + "weight": 471, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -14273,7 +14273,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 471, + "weight": 472, "cookies": false, "type": "", "demo": "functions\/get-usage.md", @@ -14351,7 +14351,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 475, + "weight": 476, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -14410,7 +14410,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 473, + "weight": 474, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -14500,7 +14500,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 474, + "weight": 475, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -14567,7 +14567,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 476, + "weight": 477, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -14659,7 +14659,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 477, + "weight": 478, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -16543,7 +16543,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 305, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -16618,7 +16618,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 302, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -16776,7 +16776,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -16931,7 +16931,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 304, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -17126,7 +17126,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 311, + "weight": 312, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -17320,7 +17320,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 303, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -17506,7 +17506,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 310, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -17686,7 +17686,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -17741,7 +17741,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 312, + "weight": 313, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -17801,7 +17801,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 306, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -17873,7 +17873,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 307, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -18205,7 +18205,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 289, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -18539,7 +18539,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 288, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -19043,7 +19043,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 283, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -19233,6 +19233,119 @@ ] } }, + "\/messaging\/providers\/resend\/{providerId}": { + "patch": { + "summary": "Update Resend provider", + "operationId": "messagingUpdateResendProvider", + "consumes": [ + "application\/json" + ], + "produces": [ + "application\/json" + ], + "tags": [ + "messaging" + ], + "description": "Update a Resend provider by its unique ID.", + "responses": { + "200": { + "description": "Provider", + "schema": { + "$ref": "#\/definitions\/provider" + } + } + }, + "deprecated": false, + "x-appwrite": { + "method": "updateResendProvider", + "group": "providers", + "weight": 282, + "cookies": false, + "type": "", + "demo": "messaging\/update-resend-provider.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/update-resend-provider.md", + "rate-limit": 0, + "rate-time": 3600, + "rate-key": "url:{url},ip:{ip}", + "scope": "providers.write", + "platforms": [ + "console", + "server" + ], + "packaging": false, + "auth": { + "Project": [] + } + }, + "security": [ + { + "Project": [], + "Key": [] + } + ], + "parameters": [ + { + "name": "providerId", + "description": "Provider ID.", + "required": true, + "type": "string", + "x-example": "", + "in": "path" + }, + { + "name": "payload", + "in": "body", + "schema": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Provider name.", + "default": "", + "x-example": "" + }, + "enabled": { + "type": "boolean", + "description": "Set as enabled.", + "default": null, + "x-example": false + }, + "apiKey": { + "type": "string", + "description": "Resend API key.", + "default": "", + "x-example": "" + }, + "fromName": { + "type": "string", + "description": "Sender Name.", + "default": "", + "x-example": "" + }, + "fromEmail": { + "type": "string", + "description": "Sender email address.", + "default": "", + "x-example": "email@example.com" + }, + "replyToName": { + "type": "string", + "description": "Name set in the Reply To field for the mail. Default value is Sender Name.", + "default": "", + "x-example": "" + }, + "replyToEmail": { + "type": "string", + "description": "Email set in the Reply To field for the mail. Default value is Sender Email.", + "default": "", + "x-example": "" + } + } + } + } + ] + } + }, "\/messaging\/providers\/sendgrid": { "post": { "summary": "Create Sendgrid provider", @@ -19730,7 +19843,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 282, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -20069,7 +20182,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 284, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -20273,7 +20386,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 285, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -20477,7 +20590,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 286, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -20681,7 +20794,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 287, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -20835,7 +20948,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 290, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -20967,7 +21080,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 299, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -21039,7 +21152,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 292, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -21112,7 +21225,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 291, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -21200,7 +21313,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 294, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -21260,7 +21373,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 295, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -21339,7 +21452,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -21399,7 +21512,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 293, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -21471,7 +21584,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 298, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -21552,7 +21665,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -21639,7 +21752,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -21702,7 +21815,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -23305,7 +23418,7 @@ "x-appwrite": { "method": "list", "group": "projects", - "weight": 449, + "weight": 450, "cookies": false, "type": "", "demo": "projects\/list.md", @@ -24948,7 +25061,7 @@ "x-appwrite": { "method": "listDevKeys", "group": "devKeys", - "weight": 447, + "weight": 448, "cookies": false, "type": "", "demo": "projects\/list-dev-keys.md", @@ -25018,7 +25131,7 @@ "x-appwrite": { "method": "createDevKey", "group": "devKeys", - "weight": 444, + "weight": 445, "cookies": false, "type": "", "demo": "projects\/create-dev-key.md", @@ -25101,7 +25214,7 @@ "x-appwrite": { "method": "getDevKey", "group": "devKeys", - "weight": 446, + "weight": 447, "cookies": false, "type": "", "demo": "projects\/get-dev-key.md", @@ -25167,7 +25280,7 @@ "x-appwrite": { "method": "updateDevKey", "group": "devKeys", - "weight": 445, + "weight": 446, "cookies": false, "type": "", "demo": "projects\/update-dev-key.md", @@ -25253,7 +25366,7 @@ "x-appwrite": { "method": "deleteDevKey", "group": "devKeys", - "weight": 448, + "weight": 449, "cookies": false, "type": "", "demo": "projects\/delete-dev-key.md", @@ -29066,7 +29179,7 @@ "x-appwrite": { "method": "listRules", "group": null, - "weight": 515, + "weight": 516, "cookies": false, "type": "", "demo": "proxy\/list-rules.md", @@ -29139,7 +29252,7 @@ "x-appwrite": { "method": "createAPIRule", "group": null, - "weight": 510, + "weight": 511, "cookies": false, "type": "", "demo": "proxy\/create-api-rule.md", @@ -29209,7 +29322,7 @@ "x-appwrite": { "method": "createFunctionRule", "group": null, - "weight": 512, + "weight": 513, "cookies": false, "type": "", "demo": "proxy\/create-function-rule.md", @@ -29292,7 +29405,7 @@ "x-appwrite": { "method": "createRedirectRule", "group": null, - "weight": 513, + "weight": 514, "cookies": false, "type": "", "demo": "proxy\/create-redirect-rule.md", @@ -29412,7 +29525,7 @@ "x-appwrite": { "method": "createSiteRule", "group": null, - "weight": 511, + "weight": 512, "cookies": false, "type": "", "demo": "proxy\/create-site-rule.md", @@ -29493,7 +29606,7 @@ "x-appwrite": { "method": "getRule", "group": null, - "weight": 514, + "weight": 515, "cookies": false, "type": "", "demo": "proxy\/get-rule.md", @@ -29546,7 +29659,7 @@ "x-appwrite": { "method": "deleteRule", "group": null, - "weight": 516, + "weight": 517, "cookies": false, "type": "", "demo": "proxy\/delete-rule.md", @@ -29606,7 +29719,7 @@ "x-appwrite": { "method": "updateRuleVerification", "group": null, - "weight": 517, + "weight": 518, "cookies": false, "type": "", "demo": "proxy\/update-rule-verification.md", @@ -29664,7 +29777,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 482, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -29736,7 +29849,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 480, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -30003,7 +30116,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 485, + "weight": 486, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -30052,7 +30165,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 508, + "weight": 509, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -30102,7 +30215,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 504, + "weight": 505, "cookies": false, "type": "", "demo": "sites\/list-templates.md", @@ -30196,7 +30309,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 505, + "weight": 506, "cookies": false, "type": "", "demo": "sites\/get-template.md", @@ -30254,7 +30367,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 506, + "weight": 507, "cookies": false, "type": "", "demo": "sites\/list-usage.md", @@ -30324,7 +30437,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 481, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -30383,7 +30496,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 483, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -30645,7 +30758,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 484, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -30706,7 +30819,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 491, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -30783,7 +30896,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 490, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -30863,7 +30976,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 486, + "weight": 487, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -30963,7 +31076,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 494, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -31042,7 +31155,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 487, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -31148,7 +31261,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 488, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -31245,7 +31358,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 489, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -31307,7 +31420,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 492, + "weight": 493, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -31374,7 +31487,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 493, + "weight": 494, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -31459,7 +31572,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 495, + "weight": 496, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -31526,7 +31639,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 497, + "weight": 498, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -31597,7 +31710,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 496, + "weight": 497, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -31661,7 +31774,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 498, + "weight": 499, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -31728,7 +31841,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 507, + "weight": 508, "cookies": false, "type": "", "demo": "sites\/get-usage.md", @@ -31806,7 +31919,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 501, + "weight": 502, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -31865,7 +31978,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 499, + "weight": 500, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -31955,7 +32068,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 500, + "weight": 501, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -32022,7 +32135,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 502, + "weight": 503, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -32114,7 +32227,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 503, + "weight": 504, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -33548,7 +33661,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 383, + "weight": 384, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -33620,7 +33733,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -33702,7 +33815,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -33770,7 +33883,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -33841,7 +33954,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -33905,7 +34018,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -33985,7 +34098,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -34051,7 +34164,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 443, + "weight": 444, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -34133,7 +34246,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 385, + "weight": 386, "cookies": false, "type": "", "demo": "tablesdb\/list-usage.md", @@ -34228,7 +34341,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -34287,7 +34400,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 381, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -34365,7 +34478,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -34424,7 +34537,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -34507,7 +34620,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -34615,7 +34728,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -34685,7 +34798,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 388, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -34789,7 +34902,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -34859,7 +34972,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 395, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -34943,7 +35056,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 396, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -35052,7 +35165,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -35163,7 +35276,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -35272,7 +35385,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -35383,7 +35496,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -35492,7 +35605,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -35603,7 +35716,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -35722,7 +35835,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -35843,7 +35956,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -35964,7 +36077,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -36087,7 +36200,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -36208,7 +36321,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -36331,7 +36444,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -36440,7 +36553,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -36551,7 +36664,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 410, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -36655,7 +36768,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -36765,7 +36878,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -36869,7 +36982,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -36979,7 +37092,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -37083,7 +37196,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -37193,7 +37306,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -37329,7 +37442,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -37451,7 +37564,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -37568,7 +37681,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -37677,7 +37790,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -37817,7 +37930,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -37889,7 +38002,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -37968,7 +38081,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 417, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -38073,7 +38186,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -38155,7 +38268,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -38286,7 +38399,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -38358,7 +38471,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -38435,7 +38548,7 @@ "x-appwrite": { "method": "listTableLogs", "group": "tables", - "weight": 391, + "weight": 392, "cookies": false, "type": "", "demo": "tablesdb\/list-table-logs.md", @@ -38516,7 +38629,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 434, + "weight": 435, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -38608,7 +38721,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -38784,7 +38897,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -38911,7 +39024,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -39012,7 +39125,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -39107,7 +39220,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -39207,7 +39320,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -39348,7 +39461,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -39453,7 +39566,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -39548,7 +39661,7 @@ "x-appwrite": { "method": "listRowLogs", "group": "logs", - "weight": 435, + "weight": 436, "cookies": false, "type": "", "demo": "tablesdb\/list-row-logs.md", @@ -39639,7 +39752,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -39756,7 +39869,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -39871,7 +39984,7 @@ "x-appwrite": { "method": "getTableUsage", "group": null, - "weight": 392, + "weight": 393, "cookies": false, "type": "", "demo": "tablesdb\/get-table-usage.md", @@ -39960,7 +40073,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 384, + "weight": 385, "cookies": false, "type": "", "demo": "tablesdb\/get-usage.md", @@ -41145,7 +41258,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 520, + "weight": 521, "cookies": false, "type": "", "demo": "tokens\/list.md", @@ -41225,7 +41338,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 518, + "weight": 519, "cookies": false, "type": "", "demo": "tokens\/create-file-token.md", @@ -41309,7 +41422,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 519, + "weight": 520, "cookies": false, "type": "", "demo": "tokens\/get.md", @@ -41369,7 +41482,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 521, + "weight": 522, "cookies": false, "type": "", "demo": "tokens\/update.md", @@ -41440,7 +41553,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 522, + "weight": 523, "cookies": false, "type": "", "demo": "tokens\/delete.md", diff --git a/app/config/specs/swagger2-latest-server.json b/app/config/specs/swagger2-latest-server.json index 8be6aad04b..80999995c7 100644 --- a/app/config/specs/swagger2-latest-server.json +++ b/app/config/specs/swagger2-latest-server.json @@ -4801,7 +4801,7 @@ "x-appwrite": { "method": "list", "group": "databases", - "weight": 317, + "weight": 318, "cookies": false, "type": "", "demo": "databases\/list.md", @@ -4906,7 +4906,7 @@ "x-appwrite": { "method": "create", "group": "databases", - "weight": 313, + "weight": 314, "cookies": false, "type": "", "demo": "databases\/create.md", @@ -5025,7 +5025,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "demo": "databases\/list-transactions.md", @@ -5092,7 +5092,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "demo": "databases\/create-transaction.md", @@ -5162,7 +5162,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "demo": "databases\/get-transaction.md", @@ -5225,7 +5225,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "demo": "databases\/update-transaction.md", @@ -5304,7 +5304,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "demo": "databases\/delete-transaction.md", @@ -5369,7 +5369,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "demo": "databases\/create-operations.md", @@ -5450,7 +5450,7 @@ "x-appwrite": { "method": "get", "group": "databases", - "weight": 314, + "weight": 315, "cookies": false, "type": "", "demo": "databases\/get.md", @@ -5543,7 +5543,7 @@ "x-appwrite": { "method": "update", "group": "databases", - "weight": 315, + "weight": 316, "cookies": false, "type": "", "demo": "databases\/update.md", @@ -5658,7 +5658,7 @@ "x-appwrite": { "method": "delete", "group": "databases", - "weight": 316, + "weight": 317, "cookies": false, "type": "", "demo": "databases\/delete.md", @@ -5750,7 +5750,7 @@ "x-appwrite": { "method": "listCollections", "group": "collections", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "demo": "databases\/list-collections.md", @@ -5835,7 +5835,7 @@ "x-appwrite": { "method": "createCollection", "group": "collections", - "weight": 321, + "weight": 322, "cookies": false, "type": "", "demo": "databases\/create-collection.md", @@ -5945,7 +5945,7 @@ "x-appwrite": { "method": "getCollection", "group": "collections", - "weight": 322, + "weight": 323, "cookies": false, "type": "", "demo": "databases\/get-collection.md", @@ -6017,7 +6017,7 @@ "x-appwrite": { "method": "updateCollection", "group": "collections", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "demo": "databases\/update-collection.md", @@ -6123,7 +6123,7 @@ "x-appwrite": { "method": "deleteCollection", "group": "collections", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "demo": "databases\/delete-collection.md", @@ -6195,7 +6195,7 @@ "x-appwrite": { "method": "listAttributes", "group": "attributes", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "demo": "databases\/list-attributes.md", @@ -6281,7 +6281,7 @@ "x-appwrite": { "method": "createBooleanAttribute", "group": "attributes", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "demo": "databases\/create-boolean-attribute.md", @@ -6392,7 +6392,7 @@ "x-appwrite": { "method": "updateBooleanAttribute", "group": "attributes", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "demo": "databases\/update-boolean-attribute.md", @@ -6505,7 +6505,7 @@ "x-appwrite": { "method": "createDatetimeAttribute", "group": "attributes", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "demo": "databases\/create-datetime-attribute.md", @@ -6616,7 +6616,7 @@ "x-appwrite": { "method": "updateDatetimeAttribute", "group": "attributes", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "demo": "databases\/update-datetime-attribute.md", @@ -6729,7 +6729,7 @@ "x-appwrite": { "method": "createEmailAttribute", "group": "attributes", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "demo": "databases\/create-email-attribute.md", @@ -6840,7 +6840,7 @@ "x-appwrite": { "method": "updateEmailAttribute", "group": "attributes", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "demo": "databases\/update-email-attribute.md", @@ -6953,7 +6953,7 @@ "x-appwrite": { "method": "createEnumAttribute", "group": "attributes", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "demo": "databases\/create-enum-attribute.md", @@ -7074,7 +7074,7 @@ "x-appwrite": { "method": "updateEnumAttribute", "group": "attributes", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "demo": "databases\/update-enum-attribute.md", @@ -7197,7 +7197,7 @@ "x-appwrite": { "method": "createFloatAttribute", "group": "attributes", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "demo": "databases\/create-float-attribute.md", @@ -7320,7 +7320,7 @@ "x-appwrite": { "method": "updateFloatAttribute", "group": "attributes", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "demo": "databases\/update-float-attribute.md", @@ -7445,7 +7445,7 @@ "x-appwrite": { "method": "createIntegerAttribute", "group": "attributes", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "demo": "databases\/create-integer-attribute.md", @@ -7568,7 +7568,7 @@ "x-appwrite": { "method": "updateIntegerAttribute", "group": "attributes", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "demo": "databases\/update-integer-attribute.md", @@ -7693,7 +7693,7 @@ "x-appwrite": { "method": "createIpAttribute", "group": "attributes", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "demo": "databases\/create-ip-attribute.md", @@ -7804,7 +7804,7 @@ "x-appwrite": { "method": "updateIpAttribute", "group": "attributes", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "demo": "databases\/update-ip-attribute.md", @@ -7917,7 +7917,7 @@ "x-appwrite": { "method": "createLineAttribute", "group": "attributes", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "demo": "databases\/create-line-attribute.md", @@ -8023,7 +8023,7 @@ "x-appwrite": { "method": "updateLineAttribute", "group": "attributes", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "demo": "databases\/update-line-attribute.md", @@ -8135,7 +8135,7 @@ "x-appwrite": { "method": "createPointAttribute", "group": "attributes", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "demo": "databases\/create-point-attribute.md", @@ -8241,7 +8241,7 @@ "x-appwrite": { "method": "updatePointAttribute", "group": "attributes", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "demo": "databases\/update-point-attribute.md", @@ -8353,7 +8353,7 @@ "x-appwrite": { "method": "createPolygonAttribute", "group": "attributes", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "demo": "databases\/create-polygon-attribute.md", @@ -8459,7 +8459,7 @@ "x-appwrite": { "method": "updatePolygonAttribute", "group": "attributes", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "demo": "databases\/update-polygon-attribute.md", @@ -8571,7 +8571,7 @@ "x-appwrite": { "method": "createRelationshipAttribute", "group": "attributes", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "demo": "databases\/create-relationship-attribute.md", @@ -8709,7 +8709,7 @@ "x-appwrite": { "method": "createStringAttribute", "group": "attributes", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "demo": "databases\/create-string-attribute.md", @@ -8833,7 +8833,7 @@ "x-appwrite": { "method": "updateStringAttribute", "group": "attributes", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "demo": "databases\/update-string-attribute.md", @@ -8952,7 +8952,7 @@ "x-appwrite": { "method": "createUrlAttribute", "group": "attributes", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "demo": "databases\/create-url-attribute.md", @@ -9063,7 +9063,7 @@ "x-appwrite": { "method": "updateUrlAttribute", "group": "attributes", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "demo": "databases\/update-url-attribute.md", @@ -9205,7 +9205,7 @@ "x-appwrite": { "method": "getAttribute", "group": "attributes", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "demo": "databases\/get-attribute.md", @@ -9279,7 +9279,7 @@ "x-appwrite": { "method": "deleteAttribute", "group": "attributes", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "demo": "databases\/delete-attribute.md", @@ -9360,7 +9360,7 @@ "x-appwrite": { "method": "updateRelationshipAttribute", "group": "attributes", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "demo": "databases\/update-relationship-attribute.md", @@ -9467,7 +9467,7 @@ "x-appwrite": { "method": "listDocuments", "group": "documents", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "demo": "databases\/list-documents.md", @@ -9562,7 +9562,7 @@ "x-appwrite": { "method": "createDocument", "group": "documents", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "demo": "databases\/create-document.md", @@ -9751,7 +9751,7 @@ "x-appwrite": { "method": "upsertDocuments", "group": "documents", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "demo": "databases\/upsert-documents.md", @@ -9885,7 +9885,7 @@ "x-appwrite": { "method": "updateDocuments", "group": "documents", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "demo": "databases\/update-documents.md", @@ -9988,7 +9988,7 @@ "x-appwrite": { "method": "deleteDocuments", "group": "documents", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "demo": "databases\/delete-documents.md", @@ -10085,7 +10085,7 @@ "x-appwrite": { "method": "getDocument", "group": "documents", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "demo": "databases\/get-document.md", @@ -10188,7 +10188,7 @@ "x-appwrite": { "method": "upsertDocument", "group": "documents", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "demo": "databases\/upsert-document.md", @@ -10341,7 +10341,7 @@ "x-appwrite": { "method": "updateDocument", "group": "documents", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "demo": "databases\/update-document.md", @@ -10449,7 +10449,7 @@ "x-appwrite": { "method": "deleteDocument", "group": "documents", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "demo": "databases\/delete-document.md", @@ -10549,7 +10549,7 @@ "x-appwrite": { "method": "decrementDocumentAttribute", "group": "documents", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "demo": "databases\/decrement-document-attribute.md", @@ -10669,7 +10669,7 @@ "x-appwrite": { "method": "incrementDocumentAttribute", "group": "documents", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "demo": "databases\/increment-document-attribute.md", @@ -10787,7 +10787,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "demo": "databases\/list-indexes.md", @@ -10871,7 +10871,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "demo": "databases\/create-index.md", @@ -11004,7 +11004,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "demo": "databases\/get-index.md", @@ -11078,7 +11078,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "demo": "databases\/delete-index.md", @@ -11157,7 +11157,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 453, + "weight": 454, "cookies": false, "type": "", "demo": "functions\/list.md", @@ -11230,7 +11230,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 450, + "weight": 451, "cookies": false, "type": "", "demo": "functions\/create.md", @@ -11482,7 +11482,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 455, + "weight": 456, "cookies": false, "type": "", "demo": "functions\/list-runtimes.md", @@ -11532,7 +11532,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 456, + "weight": 457, "cookies": false, "type": "", "demo": "functions\/list-specifications.md", @@ -11583,7 +11583,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 451, + "weight": 452, "cookies": false, "type": "", "demo": "functions\/get.md", @@ -11643,7 +11643,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 452, + "weight": 453, "cookies": false, "type": "", "demo": "functions\/update.md", @@ -11891,7 +11891,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 454, + "weight": 455, "cookies": false, "type": "", "demo": "functions\/delete.md", @@ -11953,7 +11953,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 459, + "weight": 460, "cookies": false, "type": "", "demo": "functions\/update-function-deployment.md", @@ -12031,7 +12031,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 460, + "weight": 461, "cookies": false, "type": "", "demo": "functions\/list-deployments.md", @@ -12112,7 +12112,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 457, + "weight": 458, "cookies": false, "type": "upload", "demo": "functions\/create-deployment.md", @@ -12205,7 +12205,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 465, + "weight": 466, "cookies": false, "type": "", "demo": "functions\/create-duplicate-deployment.md", @@ -12291,7 +12291,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 462, + "weight": 463, "cookies": false, "type": "", "demo": "functions\/create-template-deployment.md", @@ -12398,7 +12398,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 463, + "weight": 464, "cookies": false, "type": "", "demo": "functions\/create-vcs-deployment.md", @@ -12495,7 +12495,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 458, + "weight": 459, "cookies": false, "type": "", "demo": "functions\/get-deployment.md", @@ -12558,7 +12558,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 461, + "weight": 462, "cookies": false, "type": "", "demo": "functions\/delete-deployment.md", @@ -12626,7 +12626,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 464, + "weight": 465, "cookies": false, "type": "location", "demo": "functions\/get-deployment-download.md", @@ -12712,7 +12712,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 466, + "weight": 467, "cookies": false, "type": "", "demo": "functions\/update-deployment-status.md", @@ -12780,7 +12780,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 469, + "weight": 470, "cookies": false, "type": "", "demo": "functions\/list-executions.md", @@ -12855,7 +12855,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 467, + "weight": 468, "cookies": false, "type": "", "demo": "functions\/create-execution.md", @@ -12974,7 +12974,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 468, + "weight": 469, "cookies": false, "type": "", "demo": "functions\/get-execution.md", @@ -13040,7 +13040,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 470, + "weight": 471, "cookies": false, "type": "", "demo": "functions\/delete-execution.md", @@ -13108,7 +13108,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 475, + "weight": 476, "cookies": false, "type": "", "demo": "functions\/list-variables.md", @@ -13168,7 +13168,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 473, + "weight": 474, "cookies": false, "type": "", "demo": "functions\/create-variable.md", @@ -13259,7 +13259,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 474, + "weight": 475, "cookies": false, "type": "", "demo": "functions\/get-variable.md", @@ -13327,7 +13327,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 476, + "weight": 477, "cookies": false, "type": "", "demo": "functions\/update-variable.md", @@ -13420,7 +13420,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 477, + "weight": 478, "cookies": false, "type": "", "demo": "functions\/delete-variable.md", @@ -15347,7 +15347,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 305, + "weight": 306, "cookies": false, "type": "", "demo": "messaging\/list-messages.md", @@ -15423,7 +15423,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 302, + "weight": 303, "cookies": false, "type": "", "demo": "messaging\/create-email.md", @@ -15582,7 +15582,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "demo": "messaging\/update-email.md", @@ -15738,7 +15738,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 304, + "weight": 305, "cookies": false, "type": "", "demo": "messaging\/create-push.md", @@ -15934,7 +15934,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 311, + "weight": 312, "cookies": false, "type": "", "demo": "messaging\/update-push.md", @@ -16129,7 +16129,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 303, + "weight": 304, "cookies": false, "type": "", "demo": "messaging\/create-sms.md", @@ -16318,7 +16318,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 310, + "weight": 311, "cookies": false, "type": "", "demo": "messaging\/update-sms.md", @@ -16501,7 +16501,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "demo": "messaging\/get-message.md", @@ -16557,7 +16557,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 312, + "weight": 313, "cookies": false, "type": "", "demo": "messaging\/delete.md", @@ -16618,7 +16618,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 306, + "weight": 307, "cookies": false, "type": "", "demo": "messaging\/list-message-logs.md", @@ -16691,7 +16691,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 307, + "weight": 308, "cookies": false, "type": "", "demo": "messaging\/list-targets.md", @@ -17028,7 +17028,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 289, + "weight": 290, "cookies": false, "type": "", "demo": "messaging\/update-apns-provider.md", @@ -17368,7 +17368,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 288, + "weight": 289, "cookies": false, "type": "", "demo": "messaging\/update-fcm-provider.md", @@ -17878,7 +17878,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 283, + "weight": 284, "cookies": false, "type": "", "demo": "messaging\/update-msg-91-provider.md", @@ -18070,6 +18070,120 @@ ] } }, + "\/messaging\/providers\/resend\/{providerId}": { + "patch": { + "summary": "Update Resend provider", + "operationId": "messagingUpdateResendProvider", + "consumes": [ + "application\/json" + ], + "produces": [ + "application\/json" + ], + "tags": [ + "messaging" + ], + "description": "Update a Resend provider by its unique ID.", + "responses": { + "200": { + "description": "Provider", + "schema": { + "$ref": "#\/definitions\/provider" + } + } + }, + "deprecated": false, + "x-appwrite": { + "method": "updateResendProvider", + "group": "providers", + "weight": 282, + "cookies": false, + "type": "", + "demo": "messaging\/update-resend-provider.md", + "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/update-resend-provider.md", + "rate-limit": 0, + "rate-time": 3600, + "rate-key": "url:{url},ip:{ip}", + "scope": "providers.write", + "platforms": [ + "console", + "server" + ], + "packaging": false, + "auth": { + "Project": [], + "Key": [] + } + }, + "security": [ + { + "Project": [], + "Key": [] + } + ], + "parameters": [ + { + "name": "providerId", + "description": "Provider ID.", + "required": true, + "type": "string", + "x-example": "", + "in": "path" + }, + { + "name": "payload", + "in": "body", + "schema": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Provider name.", + "default": "", + "x-example": "" + }, + "enabled": { + "type": "boolean", + "description": "Set as enabled.", + "default": null, + "x-example": false + }, + "apiKey": { + "type": "string", + "description": "Resend API key.", + "default": "", + "x-example": "" + }, + "fromName": { + "type": "string", + "description": "Sender Name.", + "default": "", + "x-example": "" + }, + "fromEmail": { + "type": "string", + "description": "Sender email address.", + "default": "", + "x-example": "email@example.com" + }, + "replyToName": { + "type": "string", + "description": "Name set in the Reply To field for the mail. Default value is Sender Name.", + "default": "", + "x-example": "" + }, + "replyToEmail": { + "type": "string", + "description": "Email set in the Reply To field for the mail. Default value is Sender Email.", + "default": "", + "x-example": "" + } + } + } + } + ] + } + }, "\/messaging\/providers\/sendgrid": { "post": { "summary": "Create Sendgrid provider", @@ -18572,7 +18686,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 282, + "weight": 283, "cookies": false, "type": "", "demo": "messaging\/update-smtp-provider.md", @@ -18915,7 +19029,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 284, + "weight": 285, "cookies": false, "type": "", "demo": "messaging\/update-telesign-provider.md", @@ -19121,7 +19235,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 285, + "weight": 286, "cookies": false, "type": "", "demo": "messaging\/update-textmagic-provider.md", @@ -19327,7 +19441,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 286, + "weight": 287, "cookies": false, "type": "", "demo": "messaging\/update-twilio-provider.md", @@ -19533,7 +19647,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 287, + "weight": 288, "cookies": false, "type": "", "demo": "messaging\/update-vonage-provider.md", @@ -19689,7 +19803,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 290, + "weight": 291, "cookies": false, "type": "", "demo": "messaging\/delete-provider.md", @@ -19823,7 +19937,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 299, + "weight": 300, "cookies": false, "type": "", "demo": "messaging\/list-subscriber-logs.md", @@ -19896,7 +20010,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 292, + "weight": 293, "cookies": false, "type": "", "demo": "messaging\/list-topics.md", @@ -19970,7 +20084,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 291, + "weight": 292, "cookies": false, "type": "", "demo": "messaging\/create-topic.md", @@ -20059,7 +20173,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 294, + "weight": 295, "cookies": false, "type": "", "demo": "messaging\/get-topic.md", @@ -20120,7 +20234,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 295, + "weight": 296, "cookies": false, "type": "", "demo": "messaging\/update-topic.md", @@ -20200,7 +20314,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 296, + "weight": 297, "cookies": false, "type": "", "demo": "messaging\/delete-topic.md", @@ -20261,7 +20375,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 293, + "weight": 294, "cookies": false, "type": "", "demo": "messaging\/list-topic-logs.md", @@ -20334,7 +20448,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 298, + "weight": 299, "cookies": false, "type": "", "demo": "messaging\/list-subscribers.md", @@ -20416,7 +20530,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 297, + "weight": 298, "cookies": false, "type": "", "demo": "messaging\/create-subscriber.md", @@ -20505,7 +20619,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 300, + "weight": 301, "cookies": false, "type": "", "demo": "messaging\/get-subscriber.md", @@ -20569,7 +20683,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 301, + "weight": 302, "cookies": false, "type": "", "demo": "messaging\/delete-subscriber.md", @@ -20641,7 +20755,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 482, + "weight": 483, "cookies": false, "type": "", "demo": "sites\/list.md", @@ -20714,7 +20828,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 480, + "weight": 481, "cookies": false, "type": "", "demo": "sites\/create.md", @@ -20982,7 +21096,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 485, + "weight": 486, "cookies": false, "type": "", "demo": "sites\/list-frameworks.md", @@ -21032,7 +21146,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 508, + "weight": 509, "cookies": false, "type": "", "demo": "sites\/list-specifications.md", @@ -21083,7 +21197,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 481, + "weight": 482, "cookies": false, "type": "", "demo": "sites\/get.md", @@ -21143,7 +21257,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 483, + "weight": 484, "cookies": false, "type": "", "demo": "sites\/update.md", @@ -21406,7 +21520,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 484, + "weight": 485, "cookies": false, "type": "", "demo": "sites\/delete.md", @@ -21468,7 +21582,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 491, + "weight": 492, "cookies": false, "type": "", "demo": "sites\/update-site-deployment.md", @@ -21546,7 +21660,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 490, + "weight": 491, "cookies": false, "type": "", "demo": "sites\/list-deployments.md", @@ -21627,7 +21741,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 486, + "weight": 487, "cookies": false, "type": "upload", "demo": "sites\/create-deployment.md", @@ -21728,7 +21842,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 494, + "weight": 495, "cookies": false, "type": "", "demo": "sites\/create-duplicate-deployment.md", @@ -21808,7 +21922,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 487, + "weight": 488, "cookies": false, "type": "", "demo": "sites\/create-template-deployment.md", @@ -21915,7 +22029,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 488, + "weight": 489, "cookies": false, "type": "", "demo": "sites\/create-vcs-deployment.md", @@ -22013,7 +22127,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 489, + "weight": 490, "cookies": false, "type": "", "demo": "sites\/get-deployment.md", @@ -22076,7 +22190,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 492, + "weight": 493, "cookies": false, "type": "", "demo": "sites\/delete-deployment.md", @@ -22144,7 +22258,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 493, + "weight": 494, "cookies": false, "type": "location", "demo": "sites\/get-deployment-download.md", @@ -22230,7 +22344,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 495, + "weight": 496, "cookies": false, "type": "", "demo": "sites\/update-deployment-status.md", @@ -22298,7 +22412,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 497, + "weight": 498, "cookies": false, "type": "", "demo": "sites\/list-logs.md", @@ -22370,7 +22484,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 496, + "weight": 497, "cookies": false, "type": "", "demo": "sites\/get-log.md", @@ -22435,7 +22549,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 498, + "weight": 499, "cookies": false, "type": "", "demo": "sites\/delete-log.md", @@ -22503,7 +22617,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 501, + "weight": 502, "cookies": false, "type": "", "demo": "sites\/list-variables.md", @@ -22563,7 +22677,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 499, + "weight": 500, "cookies": false, "type": "", "demo": "sites\/create-variable.md", @@ -22654,7 +22768,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 500, + "weight": 501, "cookies": false, "type": "", "demo": "sites\/get-variable.md", @@ -22722,7 +22836,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 502, + "weight": 503, "cookies": false, "type": "", "demo": "sites\/update-variable.md", @@ -22815,7 +22929,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 503, + "weight": 504, "cookies": false, "type": "", "demo": "sites\/delete-variable.md", @@ -24123,7 +24237,7 @@ "x-appwrite": { "method": "list", "group": "tablesdb", - "weight": 383, + "weight": 384, "cookies": false, "type": "", "demo": "tablesdb\/list.md", @@ -24196,7 +24310,7 @@ "x-appwrite": { "method": "create", "group": "tablesdb", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "demo": "tablesdb\/create.md", @@ -24279,7 +24393,7 @@ "x-appwrite": { "method": "listTransactions", "group": "transactions", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "demo": "tablesdb\/list-transactions.md", @@ -24349,7 +24463,7 @@ "x-appwrite": { "method": "createTransaction", "group": "transactions", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "demo": "tablesdb\/create-transaction.md", @@ -24422,7 +24536,7 @@ "x-appwrite": { "method": "getTransaction", "group": "transactions", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "demo": "tablesdb\/get-transaction.md", @@ -24488,7 +24602,7 @@ "x-appwrite": { "method": "updateTransaction", "group": "transactions", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "demo": "tablesdb\/update-transaction.md", @@ -24570,7 +24684,7 @@ "x-appwrite": { "method": "deleteTransaction", "group": "transactions", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "demo": "tablesdb\/delete-transaction.md", @@ -24638,7 +24752,7 @@ "x-appwrite": { "method": "createOperations", "group": "transactions", - "weight": 443, + "weight": 444, "cookies": false, "type": "", "demo": "tablesdb\/create-operations.md", @@ -24722,7 +24836,7 @@ "x-appwrite": { "method": "get", "group": "tablesdb", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "demo": "tablesdb\/get.md", @@ -24782,7 +24896,7 @@ "x-appwrite": { "method": "update", "group": "tablesdb", - "weight": 381, + "weight": 382, "cookies": false, "type": "", "demo": "tablesdb\/update.md", @@ -24861,7 +24975,7 @@ "x-appwrite": { "method": "delete", "group": "tablesdb", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "demo": "tablesdb\/delete.md", @@ -24921,7 +25035,7 @@ "x-appwrite": { "method": "listTables", "group": "tables", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "demo": "tablesdb\/list-tables.md", @@ -25005,7 +25119,7 @@ "x-appwrite": { "method": "createTable", "group": "tables", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "demo": "tablesdb\/create-table.md", @@ -25114,7 +25228,7 @@ "x-appwrite": { "method": "getTable", "group": "tables", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "demo": "tablesdb\/get-table.md", @@ -25185,7 +25299,7 @@ "x-appwrite": { "method": "updateTable", "group": "tables", - "weight": 388, + "weight": 389, "cookies": false, "type": "", "demo": "tablesdb\/update-table.md", @@ -25290,7 +25404,7 @@ "x-appwrite": { "method": "deleteTable", "group": "tables", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "demo": "tablesdb\/delete-table.md", @@ -25361,7 +25475,7 @@ "x-appwrite": { "method": "listColumns", "group": "columns", - "weight": 395, + "weight": 396, "cookies": false, "type": "", "demo": "tablesdb\/list-columns.md", @@ -25446,7 +25560,7 @@ "x-appwrite": { "method": "createBooleanColumn", "group": "columns", - "weight": 396, + "weight": 397, "cookies": false, "type": "", "demo": "tablesdb\/create-boolean-column.md", @@ -25556,7 +25670,7 @@ "x-appwrite": { "method": "updateBooleanColumn", "group": "columns", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "demo": "tablesdb\/update-boolean-column.md", @@ -25668,7 +25782,7 @@ "x-appwrite": { "method": "createDatetimeColumn", "group": "columns", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "demo": "tablesdb\/create-datetime-column.md", @@ -25778,7 +25892,7 @@ "x-appwrite": { "method": "updateDatetimeColumn", "group": "columns", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "demo": "tablesdb\/update-datetime-column.md", @@ -25890,7 +26004,7 @@ "x-appwrite": { "method": "createEmailColumn", "group": "columns", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "demo": "tablesdb\/create-email-column.md", @@ -26000,7 +26114,7 @@ "x-appwrite": { "method": "updateEmailColumn", "group": "columns", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "demo": "tablesdb\/update-email-column.md", @@ -26112,7 +26226,7 @@ "x-appwrite": { "method": "createEnumColumn", "group": "columns", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "demo": "tablesdb\/create-enum-column.md", @@ -26232,7 +26346,7 @@ "x-appwrite": { "method": "updateEnumColumn", "group": "columns", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "demo": "tablesdb\/update-enum-column.md", @@ -26354,7 +26468,7 @@ "x-appwrite": { "method": "createFloatColumn", "group": "columns", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "demo": "tablesdb\/create-float-column.md", @@ -26476,7 +26590,7 @@ "x-appwrite": { "method": "updateFloatColumn", "group": "columns", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "demo": "tablesdb\/update-float-column.md", @@ -26600,7 +26714,7 @@ "x-appwrite": { "method": "createIntegerColumn", "group": "columns", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "demo": "tablesdb\/create-integer-column.md", @@ -26722,7 +26836,7 @@ "x-appwrite": { "method": "updateIntegerColumn", "group": "columns", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "demo": "tablesdb\/update-integer-column.md", @@ -26846,7 +26960,7 @@ "x-appwrite": { "method": "createIpColumn", "group": "columns", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "demo": "tablesdb\/create-ip-column.md", @@ -26956,7 +27070,7 @@ "x-appwrite": { "method": "updateIpColumn", "group": "columns", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "demo": "tablesdb\/update-ip-column.md", @@ -27068,7 +27182,7 @@ "x-appwrite": { "method": "createLineColumn", "group": "columns", - "weight": 410, + "weight": 411, "cookies": false, "type": "", "demo": "tablesdb\/create-line-column.md", @@ -27173,7 +27287,7 @@ "x-appwrite": { "method": "updateLineColumn", "group": "columns", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "demo": "tablesdb\/update-line-column.md", @@ -27284,7 +27398,7 @@ "x-appwrite": { "method": "createPointColumn", "group": "columns", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "demo": "tablesdb\/create-point-column.md", @@ -27389,7 +27503,7 @@ "x-appwrite": { "method": "updatePointColumn", "group": "columns", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "demo": "tablesdb\/update-point-column.md", @@ -27500,7 +27614,7 @@ "x-appwrite": { "method": "createPolygonColumn", "group": "columns", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "demo": "tablesdb\/create-polygon-column.md", @@ -27605,7 +27719,7 @@ "x-appwrite": { "method": "updatePolygonColumn", "group": "columns", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "demo": "tablesdb\/update-polygon-column.md", @@ -27716,7 +27830,7 @@ "x-appwrite": { "method": "createRelationshipColumn", "group": "columns", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "demo": "tablesdb\/create-relationship-column.md", @@ -27853,7 +27967,7 @@ "x-appwrite": { "method": "createStringColumn", "group": "columns", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "demo": "tablesdb\/create-string-column.md", @@ -27976,7 +28090,7 @@ "x-appwrite": { "method": "updateStringColumn", "group": "columns", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "demo": "tablesdb\/update-string-column.md", @@ -28094,7 +28208,7 @@ "x-appwrite": { "method": "createUrlColumn", "group": "columns", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "demo": "tablesdb\/create-url-column.md", @@ -28204,7 +28318,7 @@ "x-appwrite": { "method": "updateUrlColumn", "group": "columns", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "demo": "tablesdb\/update-url-column.md", @@ -28345,7 +28459,7 @@ "x-appwrite": { "method": "getColumn", "group": "columns", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "demo": "tablesdb\/get-column.md", @@ -28418,7 +28532,7 @@ "x-appwrite": { "method": "deleteColumn", "group": "columns", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "demo": "tablesdb\/delete-column.md", @@ -28498,7 +28612,7 @@ "x-appwrite": { "method": "updateRelationshipColumn", "group": "columns", - "weight": 417, + "weight": 418, "cookies": false, "type": "", "demo": "tablesdb\/update-relationship-column.md", @@ -28604,7 +28718,7 @@ "x-appwrite": { "method": "listIndexes", "group": "indexes", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "demo": "tablesdb\/list-indexes.md", @@ -28687,7 +28801,7 @@ "x-appwrite": { "method": "createIndex", "group": "indexes", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "demo": "tablesdb\/create-index.md", @@ -28819,7 +28933,7 @@ "x-appwrite": { "method": "getIndex", "group": "indexes", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "demo": "tablesdb\/get-index.md", @@ -28892,7 +29006,7 @@ "x-appwrite": { "method": "deleteIndex", "group": "indexes", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "demo": "tablesdb\/delete-index.md", @@ -28970,7 +29084,7 @@ "x-appwrite": { "method": "listRows", "group": "rows", - "weight": 434, + "weight": 435, "cookies": false, "type": "", "demo": "tablesdb\/list-rows.md", @@ -29064,7 +29178,7 @@ "x-appwrite": { "method": "createRow", "group": "rows", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "demo": "tablesdb\/create-row.md", @@ -29244,7 +29358,7 @@ "x-appwrite": { "method": "upsertRows", "group": "rows", - "weight": 431, + "weight": 432, "cookies": false, "type": "", "demo": "tablesdb\/upsert-rows.md", @@ -29373,7 +29487,7 @@ "x-appwrite": { "method": "updateRows", "group": "rows", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "demo": "tablesdb\/update-rows.md", @@ -29475,7 +29589,7 @@ "x-appwrite": { "method": "deleteRows", "group": "rows", - "weight": 433, + "weight": 434, "cookies": false, "type": "", "demo": "tablesdb\/delete-rows.md", @@ -29571,7 +29685,7 @@ "x-appwrite": { "method": "getRow", "group": "rows", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "demo": "tablesdb\/get-row.md", @@ -29673,7 +29787,7 @@ "x-appwrite": { "method": "upsertRow", "group": "rows", - "weight": 430, + "weight": 431, "cookies": false, "type": "", "demo": "tablesdb\/upsert-row.md", @@ -29817,7 +29931,7 @@ "x-appwrite": { "method": "updateRow", "group": "rows", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "demo": "tablesdb\/update-row.md", @@ -29924,7 +30038,7 @@ "x-appwrite": { "method": "deleteRow", "group": "rows", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "demo": "tablesdb\/delete-row.md", @@ -30023,7 +30137,7 @@ "x-appwrite": { "method": "decrementRowColumn", "group": "rows", - "weight": 437, + "weight": 438, "cookies": false, "type": "", "demo": "tablesdb\/decrement-row-column.md", @@ -30142,7 +30256,7 @@ "x-appwrite": { "method": "incrementRowColumn", "group": "rows", - "weight": 436, + "weight": 437, "cookies": false, "type": "", "demo": "tablesdb\/increment-row-column.md", @@ -31294,7 +31408,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 520, + "weight": 521, "cookies": false, "type": "", "demo": "tokens\/list.md", @@ -31375,7 +31489,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 518, + "weight": 519, "cookies": false, "type": "", "demo": "tokens\/create-file-token.md", @@ -31460,7 +31574,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 519, + "weight": 520, "cookies": false, "type": "", "demo": "tokens\/get.md", @@ -31521,7 +31635,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 521, + "weight": 522, "cookies": false, "type": "", "demo": "tokens\/update.md", @@ -31593,7 +31707,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 522, + "weight": 523, "cookies": false, "type": "", "demo": "tokens\/delete.md", diff --git a/app/controllers/api/messaging.php b/app/controllers/api/messaging.php index 6fbcd2383d..4301678ea3 100644 --- a/app/controllers/api/messaging.php +++ b/app/controllers/api/messaging.php @@ -1454,6 +1454,104 @@ App::patch('/v1/messaging/providers/sendgrid/:providerId') ->dynamic($provider, Response::MODEL_PROVIDER); }); +App::patch('/v1/messaging/providers/resend/:providerId') + ->desc('Update Resend provider') + ->groups(['api', 'messaging']) + ->label('audits.event', 'provider.update') + ->label('audits.resource', 'provider/{response.$id}') + ->label('event', 'providers.[providerId].update') + ->label('scope', 'providers.write') + ->label('resourceType', RESOURCE_TYPE_PROVIDERS) + ->label('sdk', new Method( + namespace: 'messaging', + group: 'providers', + name: 'updateResendProvider', + description: '/docs/references/messaging/update-resend-provider.md', + auth: [AuthType::ADMIN, AuthType::KEY], + responses: [ + new SDKResponse( + code: Response::STATUS_CODE_OK, + model: Response::MODEL_PROVIDER, + ) + ] + )) + ->param('providerId', '', new UID(), 'Provider ID.') + ->param('name', '', new Text(128), 'Provider name.', true) + ->param('enabled', null, new Boolean(), 'Set as enabled.', true) + ->param('apiKey', '', new Text(0), 'Resend API key.', true) + ->param('fromName', '', new Text(128), 'Sender Name.', true) + ->param('fromEmail', '', new Email(), 'Sender email address.', true) + ->param('replyToName', '', new Text(128), 'Name set in the Reply To field for the mail. Default value is Sender Name.', true) + ->param('replyToEmail', '', new Text(128), 'Email set in the Reply To field for the mail. Default value is Sender Email.', true) + ->inject('queueForEvents') + ->inject('dbForProject') + ->inject('response') + ->action(function (string $providerId, string $name, ?bool $enabled, string $apiKey, string $fromName, string $fromEmail, string $replyToName, string $replyToEmail, Event $queueForEvents, Database $dbForProject, Response $response) { + $provider = $dbForProject->getDocument('providers', $providerId); + + if ($provider->isEmpty()) { + throw new Exception(Exception::PROVIDER_NOT_FOUND); + } + $providerAttr = $provider->getAttribute('provider'); + + if ($providerAttr !== 'resend') { + throw new Exception(Exception::PROVIDER_INCORRECT_TYPE); + } + + if (!empty($name)) { + $provider->setAttribute('name', $name); + } + + $options = $provider->getAttribute('options'); + + if (!empty($fromName)) { + $options['fromName'] = $fromName; + } + + if (!empty($fromEmail)) { + $options['fromEmail'] = $fromEmail; + } + + if (!empty($replyToName)) { + $options['replyToName'] = $replyToName; + } + + if (!empty($replyToEmail)) { + $options['replyToEmail'] = $replyToEmail; + } + + $provider->setAttribute('options', $options); + + if (!empty($apiKey)) { + $provider->setAttribute('credentials', [ + 'apiKey' => $apiKey, + ]); + } + + if (!\is_null($enabled)) { + if ($enabled) { + if ( + \array_key_exists('apiKey', $provider->getAttribute('credentials')) && + \array_key_exists('fromEmail', $provider->getAttribute('options')) + ) { + $provider->setAttribute('enabled', true); + } else { + throw new Exception(Exception::PROVIDER_MISSING_CREDENTIALS); + } + } else { + $provider->setAttribute('enabled', false); + } + } + + $provider = $dbForProject->updateDocument('providers', $provider->getId(), $provider); + + $queueForEvents + ->setParam('providerId', $provider->getId()); + + $response + ->dynamic($provider, Response::MODEL_PROVIDER); + }); + App::patch('/v1/messaging/providers/smtp/:providerId') ->desc('Update SMTP provider') ->groups(['api', 'messaging']) diff --git a/docs/references/messaging/update-resend-provider.md b/docs/references/messaging/update-resend-provider.md new file mode 100644 index 0000000000..d299ccfb9b --- /dev/null +++ b/docs/references/messaging/update-resend-provider.md @@ -0,0 +1 @@ +Update a Resend provider by its unique ID. \ No newline at end of file From 9c0772f1257ee76785e211c0d636570f6a2bfd48 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Fri, 24 Oct 2025 14:19:59 +0530 Subject: [PATCH 3/3] add tests --- tests/e2e/Services/GraphQL/Base.php | 22 +++++++++++++ tests/e2e/Services/GraphQL/MessagingTest.php | 32 +++++++++++++------ .../e2e/Services/Messaging/MessagingBase.php | 17 ++++++++-- 3 files changed, 58 insertions(+), 13 deletions(-) diff --git a/tests/e2e/Services/GraphQL/Base.php b/tests/e2e/Services/GraphQL/Base.php index 9f5a93dd00..8cfef92cf1 100644 --- a/tests/e2e/Services/GraphQL/Base.php +++ b/tests/e2e/Services/GraphQL/Base.php @@ -292,6 +292,7 @@ trait Base // Providers public const string CREATE_MAILGUN_PROVIDER = 'create_mailgun_provider'; public const string CREATE_SENDGRID_PROVIDER = 'create_sendgrid_provider'; + public const string CREATE_RESEND_PROVIDER = 'create_resend_provider'; public const string CREATE_SMTP_PROVIDER = 'create_smtp_provider'; public const string CREATE_TWILIO_PROVIDER = 'create_twilio_provider'; public const string CREATE_TELESIGN_PROVIDER = 'create_telesign_provider'; @@ -304,6 +305,7 @@ trait Base public const string GET_PROVIDER = 'get_provider'; public const string UPDATE_MAILGUN_PROVIDER = 'update_mailgun_provider'; public const string UPDATE_SENDGRID_PROVIDER = 'update_sendgrid_provider'; + public const string UPDATE_RESEND_PROVIDER = 'update_resend_provider'; public const string UPDATE_SMTP_PROVIDER = 'update_smtp_provider'; public const string UPDATE_TWILIO_PROVIDER = 'update_twilio_provider'; public const string UPDATE_TELESIGN_PROVIDER = 'update_telesign_provider'; @@ -2494,6 +2496,16 @@ trait Base enabled } }'; + case self::CREATE_RESEND_PROVIDER: + return 'mutation createResendProvider($providerId: String!, $name: String!, $apiKey: String!, $fromName: String!, $fromEmail: String!, $replyToName: String, $replyToEmail: String) { + messagingCreateResendProvider(providerId: $providerId, name: $name, apiKey: $apiKey, fromName: $fromName, fromEmail: $fromEmail, replyToName: $replyToName, replyToEmail: $replyToEmail) { + _id + name + provider + type + enabled + } + }'; case self::CREATE_SMTP_PROVIDER: return 'mutation createSmtpProvider($providerId: String!, $name: String!, $host: String!, $port: Int!, $username: String!, $password: String!, $encryption: String!, $autoTLS: Boolean! $fromName: String!, $fromEmail: String!, $replyToName: String, $replyToEmail: String) { messagingCreateSmtpProvider(providerId: $providerId, name: $name, host: $host, port: $port, username: $username, password: $password, encryption: $encryption, autoTLS: $autoTLS, fromName: $fromName, fromEmail: $fromEmail, replyToName: $replyToName, replyToEmail: $replyToEmail) { @@ -2618,6 +2630,16 @@ trait Base enabled } }'; + case self::UPDATE_RESEND_PROVIDER: + return 'mutation messagingUpdateResendProvider($providerId: String!, $name: String!, $apiKey: String!, $enabled: Boolean, $fromName: String, $fromEmail: String, $replyToName: String, $replyToEmail: String) { + messagingUpdateResendProvider(providerId: $providerId, name: $name, apiKey: $apiKey, enabled: $enabled, fromName: $fromName, fromEmail: $fromEmail, replyToName: $replyToName, replyToEmail: $replyToEmail) { + _id + name + provider + type + enabled + } + }'; case self::UPDATE_SMTP_PROVIDER: return 'mutation updateSmtpProvider($providerId: String!, $name: String!, $host: String!, $port: Int!, $username: String!, $password: String!, $encryption: String!, $autoTLS: Boolean!, $fromName: String, $fromEmail: String, $enabled: Boolean) { messagingUpdateSmtpProvider(providerId: $providerId, name: $name, host: $host, port: $port, username: $username, password: $password, encryption: $encryption, autoTLS: $autoTLS, fromName: $fromName, fromEmail: $fromEmail, enabled: $enabled) { diff --git a/tests/e2e/Services/GraphQL/MessagingTest.php b/tests/e2e/Services/GraphQL/MessagingTest.php index 4fb3dac84f..125ff479fb 100644 --- a/tests/e2e/Services/GraphQL/MessagingTest.php +++ b/tests/e2e/Services/GraphQL/MessagingTest.php @@ -26,6 +26,13 @@ class MessagingTest extends Scope 'fromName' => 'Sender Name', 'fromEmail' => 'sender-email@my-domain.com', ], + 'Resend' => [ + 'providerId' => ID::unique(), + 'name' => 'Resend1', + 'apiKey' => 'my-apikey', + 'fromName' => 'Sender Name', + 'fromEmail' => 'sender-email@my-domain.com', + ], 'Mailgun' => [ 'providerId' => ID::unique(), 'name' => 'Mailgun1', @@ -123,45 +130,50 @@ class MessagingTest extends Scope 'name' => 'Sengrid2', 'apiKey' => 'my-apikey', ], - 'Mailgun' => [ + 'Resend' => [ 'providerId' => $providers[1]['_id'], + 'name' => 'Resend2', + 'apiKey' => 'my-apikey', + ], + 'Mailgun' => [ + 'providerId' => $providers[2]['_id'], 'name' => 'Mailgun2', 'apiKey' => 'my-apikey', 'domain' => 'my-domain', ], 'Twilio' => [ - 'providerId' => $providers[2]['_id'], + 'providerId' => $providers[3]['_id'], 'name' => 'Twilio2', 'accountSid' => 'my-accountSid', 'authToken' => 'my-authToken', ], 'Telesign' => [ - 'providerId' => $providers[3]['_id'], + 'providerId' => $providers[4]['_id'], 'name' => 'Telesign2', 'customerId' => 'my-username', 'apiKey' => 'my-password', ], 'Textmagic' => [ - 'providerId' => $providers[4]['_id'], + 'providerId' => $providers[5]['_id'], 'name' => 'Textmagic2', 'username' => 'my-username', 'apiKey' => 'my-apikey', ], 'Msg91' => [ - 'providerId' => $providers[5]['_id'], + 'providerId' => $providers[6]['_id'], 'name' => 'Ms91-2', 'senderId' => 'my-senderid', 'authKey' => 'my-authkey', 'templateId' => '123456', ], 'Vonage' => [ - 'providerId' => $providers[6]['_id'], + 'providerId' => $providers[7]['_id'], 'name' => 'Vonage2', 'apiKey' => 'my-apikey', 'apiSecret' => 'my-apisecret', ], 'Fcm' => [ - 'providerId' => $providers[7]['_id'], + 'providerId' => $providers[8]['_id'], 'name' => 'FCM2', 'serviceAccountJSON' => [ 'type' => 'service_account', @@ -171,7 +183,7 @@ class MessagingTest extends Scope ] ], 'Apns' => [ - 'providerId' => $providers[8]['_id'], + 'providerId' => $providers[9]['_id'], 'name' => 'APNS2', 'authKey' => 'my-authkey', 'authKeyId' => 'my-authkeyid', @@ -205,7 +217,7 @@ class MessagingTest extends Scope ], [ 'query' => $this->getQuery('update_mailgun_provider'), 'variables' => [ - 'providerId' => $providers[1]['_id'], + 'providerId' => $providers[2]['_id'], 'name' => 'Mailgun2', 'apiKey' => 'my-apikey', 'domain' => 'my-domain', @@ -213,7 +225,7 @@ class MessagingTest extends Scope 'enabled' => false, ] ]); - $providers[1] = $response['body']['data']['messagingUpdateMailgunProvider']; + $providers[2] = $response['body']['data']['messagingUpdateMailgunProvider']; $this->assertEquals(200, $response['headers']['status-code']); $this->assertEquals('Mailgun2', $response['body']['data']['messagingUpdateMailgunProvider']['name']); $this->assertEquals(false, $response['body']['data']['messagingUpdateMailgunProvider']['enabled']); diff --git a/tests/e2e/Services/Messaging/MessagingBase.php b/tests/e2e/Services/Messaging/MessagingBase.php index dc5ddb9d70..60f6a006fe 100644 --- a/tests/e2e/Services/Messaging/MessagingBase.php +++ b/tests/e2e/Services/Messaging/MessagingBase.php @@ -25,6 +25,13 @@ trait MessagingBase 'apiKey' => 'my-apikey', 'from' => 'sender-email@my-domain.com', ], + 'resend' => [ + 'providerId' => ID::unique(), + 'name' => 'Resend1', + 'apiKey' => 'my-apikey', + 'fromName' => 'Sender Name', + 'fromEmail' => 'sender-email@my-domain.com', + ], 'mailgun' => [ 'providerId' => ID::unique(), 'name' => 'Mailgun1', @@ -132,6 +139,10 @@ trait MessagingBase 'name' => 'Sengrid2', 'apiKey' => 'my-apikey', ], + 'resend' => [ + 'name' => 'Resend2', + 'apiKey' => 'my-apikey', + ], 'mailgun' => [ 'name' => 'Mailgun2', 'apiKey' => 'my-apikey', @@ -210,7 +221,7 @@ trait MessagingBase $providers[$index] = $response['body']; } - $response = $this->client->call(Client::METHOD_PATCH, '/messaging/providers/mailgun/' . $providers[1]['$id'], [ + $response = $this->client->call(Client::METHOD_PATCH, '/messaging/providers/mailgun/' . $providers[2]['$id'], [ 'content-type' => 'application/json', 'x-appwrite-project' => $this->getProject()['$id'], 'x-appwrite-key' => $this->getProject()['apiKey'], @@ -226,7 +237,7 @@ trait MessagingBase $this->assertEquals('Mailgun2', $response['body']['name']); $this->assertEquals(false, $response['body']['enabled']); - $providers[1] = $response['body']; + $providers[2] = $response['body']; return $providers; } @@ -269,7 +280,7 @@ trait MessagingBase ]); $this->assertEquals(200, $response['headers']['status-code']); - $this->assertEquals(11, \count($response['body']['providers'])); + $this->assertEquals(12, \count($response['body']['providers'])); return $providers; }