diff --git a/app/config/specs/open-api3-1.7.x-client.json b/app/config/specs/open-api3-1.7.x-client.json index dc16932fd4..0bf589cb5a 100644 --- a/app/config/specs/open-api3-1.7.x-client.json +++ b/app/config/specs/open-api3-1.7.x-client.json @@ -4466,6 +4466,7 @@ "methods": [ { "name": "createDocument", + "desc": "Create document", "auth": { "Project": [] }, @@ -4488,7 +4489,8 @@ "model": "#\/components\/schemas\/document" } ], - "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." + "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "demo": "databases\/create-document.md" } ], "auth": { @@ -4665,7 +4667,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "description": "Create or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", "responses": { "200": { "description": "Document", @@ -5203,7 +5205,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "deprecated": false, @@ -5278,7 +5280,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 391, + "weight": 392, "cookies": false, "type": "", "deprecated": false, @@ -5393,7 +5395,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "deprecated": false, @@ -5467,7 +5469,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 307, + "weight": 308, "cookies": false, "type": "graphql", "deprecated": false, @@ -5519,7 +5521,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 306, + "weight": 307, "cookies": false, "type": "graphql", "deprecated": false, @@ -5987,7 +5989,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "deprecated": false, @@ -6070,7 +6072,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "deprecated": false, diff --git a/app/config/specs/open-api3-1.7.x-console.json b/app/config/specs/open-api3-1.7.x-console.json index 0063b8b557..5c6880a396 100644 --- a/app/config/specs/open-api3-1.7.x-console.json +++ b/app/config/specs/open-api3-1.7.x-console.json @@ -4359,7 +4359,7 @@ "x-appwrite": { "method": "chat", "group": "console", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "deprecated": false, @@ -4419,7 +4419,7 @@ "x-appwrite": { "method": "getResource", "group": null, - "weight": 433, + "weight": 434, "cookies": false, "type": "", "deprecated": false, @@ -4494,7 +4494,7 @@ "x-appwrite": { "method": "variables", "group": "console", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "deprecated": false, @@ -8025,6 +8025,7 @@ "methods": [ { "name": "createDocument", + "desc": "Create document", "auth": { "Project": [] }, @@ -8047,10 +8048,12 @@ "model": "#\/components\/schemas\/document" } ], - "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." + "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "demo": "databases\/create-document.md" }, { "name": "createDocuments", + "desc": "Create documents", "auth": { "Project": [] }, @@ -8070,7 +8073,8 @@ "model": "#\/components\/schemas\/documentList" } ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." + "description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "demo": "databases\/create-documents.md" } ], "auth": { @@ -8150,7 +8154,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n", + "description": "Create or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n", "responses": { "200": { "description": "Documents List", @@ -8242,7 +8246,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nUpdate all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated.", + "description": "Update all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated.", "responses": { "200": { "description": "Documents List", @@ -8336,7 +8340,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nBulk delete documents using queries, if no queries are passed then all documents are deleted.", + "description": "Bulk delete documents using queries, if no queries are passed then all documents are deleted.", "responses": { "200": { "description": "Documents List", @@ -8522,7 +8526,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "description": "Create or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", "responses": { "200": { "description": "Document", @@ -9844,7 +9848,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "deprecated": false, @@ -9917,7 +9921,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "deprecated": false, @@ -10150,7 +10154,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "deprecated": false, @@ -10199,7 +10203,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "deprecated": false, @@ -10249,7 +10253,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "deprecated": false, @@ -10349,7 +10353,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "deprecated": false, @@ -10409,7 +10413,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 396, + "weight": 397, "cookies": false, "type": "", "deprecated": false, @@ -10481,7 +10485,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "deprecated": false, @@ -10540,7 +10544,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "deprecated": false, @@ -10770,7 +10774,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "deprecated": false, @@ -10831,7 +10835,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 383, + "weight": 384, "cookies": false, "type": "", "deprecated": false, @@ -10911,7 +10915,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 384, + "weight": 385, "cookies": false, "type": "", "deprecated": false, @@ -10994,7 +10998,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 381, + "weight": 382, "cookies": false, "type": "upload", "deprecated": false, @@ -11090,7 +11094,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "deprecated": false, @@ -11175,7 +11179,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "deprecated": false, @@ -11278,7 +11282,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "deprecated": false, @@ -11375,7 +11379,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "deprecated": false, @@ -11437,7 +11441,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 385, + "weight": 386, "cookies": false, "type": "", "deprecated": false, @@ -11501,7 +11505,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 388, + "weight": 389, "cookies": false, "type": "location", "deprecated": false, @@ -11591,7 +11595,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "deprecated": false, @@ -11662,7 +11666,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "deprecated": false, @@ -11737,7 +11741,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 391, + "weight": 392, "cookies": false, "type": "", "deprecated": false, @@ -11852,7 +11856,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "deprecated": false, @@ -11917,7 +11921,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "deprecated": false, @@ -11988,7 +11992,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 395, + "weight": 396, "cookies": false, "type": "", "deprecated": false, @@ -12070,7 +12074,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "deprecated": false, @@ -12129,7 +12133,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "deprecated": false, @@ -12220,7 +12224,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "deprecated": false, @@ -12289,7 +12293,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "deprecated": false, @@ -12380,7 +12384,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "deprecated": false, @@ -12451,7 +12455,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 307, + "weight": 308, "cookies": false, "type": "graphql", "deprecated": false, @@ -12503,7 +12507,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 306, + "weight": 307, "cookies": false, "type": "graphql", "deprecated": false, @@ -14266,7 +14270,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "deprecated": false, @@ -14342,7 +14346,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "deprecated": false, @@ -14486,7 +14490,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "deprecated": false, @@ -14632,7 +14636,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "deprecated": false, @@ -14806,7 +14810,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "deprecated": false, @@ -14984,7 +14988,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "deprecated": false, @@ -15093,7 +15097,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "deprecated": false, @@ -15205,7 +15209,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "deprecated": false, @@ -15258,7 +15262,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "deprecated": false, @@ -15320,7 +15324,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "deprecated": false, @@ -15395,7 +15399,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "deprecated": false, @@ -15470,7 +15474,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "deprecated": false, @@ -15546,7 +15550,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "deprecated": false, @@ -15651,7 +15655,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "deprecated": false, @@ -15759,7 +15763,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "deprecated": false, @@ -15844,7 +15848,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "deprecated": false, @@ -15932,7 +15936,7 @@ "x-appwrite": { "method": "createMailgunProvider", "group": "providers", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "deprecated": false, @@ -16047,7 +16051,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "deprecated": false, @@ -16165,7 +16169,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 326, + "weight": 327, "cookies": false, "type": "", "deprecated": false, @@ -16260,7 +16264,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "deprecated": false, @@ -16358,7 +16362,7 @@ "x-appwrite": { "method": "createSendgridProvider", "group": "providers", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "deprecated": false, @@ -16463,7 +16467,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "deprecated": false, @@ -16571,7 +16575,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "deprecated": false, @@ -16714,7 +16718,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "deprecated": false, @@ -16859,7 +16863,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "deprecated": false, @@ -16954,7 +16958,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "deprecated": false, @@ -17052,7 +17056,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "deprecated": false, @@ -17147,7 +17151,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "deprecated": false, @@ -17245,7 +17249,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "deprecated": false, @@ -17340,7 +17344,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "deprecated": false, @@ -17438,7 +17442,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "deprecated": false, @@ -17533,7 +17537,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "deprecated": false, @@ -17631,7 +17635,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "deprecated": false, @@ -17684,7 +17688,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "deprecated": false, @@ -17746,7 +17750,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "deprecated": false, @@ -17821,7 +17825,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "deprecated": false, @@ -17896,7 +17900,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "deprecated": false, @@ -17970,7 +17974,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "deprecated": false, @@ -18053,7 +18057,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "deprecated": false, @@ -18113,7 +18117,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "deprecated": false, @@ -18190,7 +18194,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "deprecated": false, @@ -18252,7 +18256,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "deprecated": false, @@ -18327,7 +18331,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "deprecated": false, @@ -18411,7 +18415,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "deprecated": false, @@ -18501,7 +18505,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "deprecated": false, @@ -18564,7 +18568,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "deprecated": false, @@ -18639,7 +18643,7 @@ "x-appwrite": { "method": "list", "group": null, - "weight": 315, + "weight": 316, "cookies": false, "type": "", "deprecated": false, @@ -18713,7 +18717,7 @@ "x-appwrite": { "method": "createAppwriteMigration", "group": null, - "weight": 310, + "weight": 311, "cookies": false, "type": "", "deprecated": false, @@ -18801,7 +18805,7 @@ "x-appwrite": { "method": "getAppwriteReport", "group": null, - "weight": 317, + "weight": 318, "cookies": false, "type": "", "deprecated": false, @@ -18894,7 +18898,7 @@ "x-appwrite": { "method": "createCsvMigration", "group": null, - "weight": 314, + "weight": 315, "cookies": false, "type": "", "deprecated": false, @@ -18973,7 +18977,7 @@ "x-appwrite": { "method": "createFirebaseMigration", "group": null, - "weight": 311, + "weight": 312, "cookies": false, "type": "", "deprecated": false, @@ -19049,7 +19053,7 @@ "x-appwrite": { "method": "getFirebaseReport", "group": null, - "weight": 318, + "weight": 319, "cookies": false, "type": "", "deprecated": false, @@ -19121,7 +19125,7 @@ "x-appwrite": { "method": "createNHostMigration", "group": null, - "weight": 313, + "weight": 314, "cookies": false, "type": "", "deprecated": false, @@ -19232,7 +19236,7 @@ "x-appwrite": { "method": "getNHostReport", "group": null, - "weight": 320, + "weight": 321, "cookies": false, "type": "", "deprecated": false, @@ -19365,7 +19369,7 @@ "x-appwrite": { "method": "createSupabaseMigration", "group": null, - "weight": 312, + "weight": 313, "cookies": false, "type": "", "deprecated": false, @@ -19470,7 +19474,7 @@ "x-appwrite": { "method": "getSupabaseReport", "group": null, - "weight": 319, + "weight": 320, "cookies": false, "type": "", "deprecated": false, @@ -19594,7 +19598,7 @@ "x-appwrite": { "method": "get", "group": null, - "weight": 316, + "weight": 317, "cookies": false, "type": "", "deprecated": false, @@ -19652,7 +19656,7 @@ "x-appwrite": { "method": "retry", "group": null, - "weight": 321, + "weight": 322, "cookies": false, "type": "", "deprecated": false, @@ -19703,7 +19707,7 @@ "x-appwrite": { "method": "delete", "group": null, - "weight": 322, + "weight": 323, "cookies": false, "type": "", "deprecated": false, @@ -21609,7 +21613,7 @@ "x-appwrite": { "method": "listDevKeys", "group": "devKeys", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "deprecated": false, @@ -21677,7 +21681,7 @@ "x-appwrite": { "method": "createDevKey", "group": "devKeys", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "deprecated": false, @@ -21762,7 +21766,7 @@ "x-appwrite": { "method": "getDevKey", "group": "devKeys", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "deprecated": false, @@ -21830,7 +21834,7 @@ "x-appwrite": { "method": "updateDevKey", "group": "devKeys", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "deprecated": false, @@ -21916,7 +21920,7 @@ "x-appwrite": { "method": "deleteDevKey", "group": "devKeys", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "deprecated": false, @@ -25481,7 +25485,7 @@ "x-appwrite": { "method": "createAPIRule", "group": null, - "weight": 434, + "weight": 435, "cookies": false, "type": "", "deprecated": false, @@ -25548,7 +25552,7 @@ "x-appwrite": { "method": "createFunctionRule", "group": null, - "weight": 436, + "weight": 437, "cookies": false, "type": "", "deprecated": false, @@ -25626,7 +25630,7 @@ "x-appwrite": { "method": "createRedirectRule", "group": null, - "weight": 437, + "weight": 438, "cookies": false, "type": "", "deprecated": false, @@ -25739,7 +25743,7 @@ "x-appwrite": { "method": "createSiteRule", "group": null, - "weight": 435, + "weight": 436, "cookies": false, "type": "", "deprecated": false, @@ -25988,7 +25992,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "deprecated": false, @@ -26058,7 +26062,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "deprecated": false, @@ -26307,7 +26311,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "deprecated": false, @@ -26356,7 +26360,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "deprecated": false, @@ -26406,7 +26410,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "deprecated": false, @@ -26506,7 +26510,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "deprecated": false, @@ -26566,7 +26570,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 430, + "weight": 431, "cookies": false, "type": "", "deprecated": false, @@ -26638,7 +26642,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "deprecated": false, @@ -26697,7 +26701,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "deprecated": false, @@ -26942,7 +26946,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "deprecated": false, @@ -27003,7 +27007,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "deprecated": false, @@ -27083,7 +27087,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "deprecated": false, @@ -27166,7 +27170,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 410, + "weight": 411, "cookies": false, "type": "upload", "deprecated": false, @@ -27267,7 +27271,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "deprecated": false, @@ -27347,7 +27351,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "deprecated": false, @@ -27450,7 +27454,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "deprecated": false, @@ -27548,7 +27552,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "deprecated": false, @@ -27610,7 +27614,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "deprecated": false, @@ -27674,7 +27678,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 417, + "weight": 418, "cookies": false, "type": "location", "deprecated": false, @@ -27764,7 +27768,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "deprecated": false, @@ -27835,7 +27839,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "deprecated": false, @@ -27906,7 +27910,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "deprecated": false, @@ -27968,7 +27972,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "deprecated": false, @@ -28039,7 +28043,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 431, + "weight": 432, "cookies": false, "type": "", "deprecated": false, @@ -28121,7 +28125,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "deprecated": false, @@ -28180,7 +28184,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "deprecated": false, @@ -28271,7 +28275,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "deprecated": false, @@ -28340,7 +28344,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "deprecated": false, @@ -28431,7 +28435,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "deprecated": false, @@ -31005,7 +31009,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "deprecated": false, @@ -31085,7 +31089,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "deprecated": false, @@ -31174,7 +31178,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "deprecated": false, @@ -31234,7 +31238,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "deprecated": false, @@ -31304,7 +31308,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "deprecated": false, diff --git a/app/config/specs/open-api3-1.7.x-server.json b/app/config/specs/open-api3-1.7.x-server.json index b3917036f0..35e3f14595 100644 --- a/app/config/specs/open-api3-1.7.x-server.json +++ b/app/config/specs/open-api3-1.7.x-server.json @@ -7506,6 +7506,7 @@ "methods": [ { "name": "createDocument", + "desc": "Create document", "auth": { "Project": [], "Session": [] @@ -7529,10 +7530,12 @@ "model": "#\/components\/schemas\/document" } ], - "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." + "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "demo": "databases\/create-document.md" }, { "name": "createDocuments", + "desc": "Create documents", "auth": { "Project": [], "Key": [] @@ -7553,7 +7556,8 @@ "model": "#\/components\/schemas\/documentList" } ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." + "description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "demo": "databases\/create-documents.md" } ], "auth": { @@ -7635,7 +7639,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n", + "description": "Create or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n", "responses": { "200": { "description": "Documents List", @@ -7728,7 +7732,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nUpdate all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated.", + "description": "Update all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated.", "responses": { "200": { "description": "Documents List", @@ -7823,7 +7827,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nBulk delete documents using queries, if no queries are passed then all documents are deleted.", + "description": "Bulk delete documents using queries, if no queries are passed then all documents are deleted.", "responses": { "200": { "description": "Documents List", @@ -8012,7 +8016,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "description": "Create or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", "responses": { "200": { "description": "Document", @@ -8925,7 +8929,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "deprecated": false, @@ -8999,7 +9003,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "deprecated": false, @@ -9233,7 +9237,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "deprecated": false, @@ -9283,7 +9287,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "deprecated": false, @@ -9334,7 +9338,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "deprecated": false, @@ -9394,7 +9398,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "deprecated": false, @@ -9625,7 +9629,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "deprecated": false, @@ -9687,7 +9691,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 383, + "weight": 384, "cookies": false, "type": "", "deprecated": false, @@ -9768,7 +9772,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 384, + "weight": 385, "cookies": false, "type": "", "deprecated": false, @@ -9852,7 +9856,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 381, + "weight": 382, "cookies": false, "type": "upload", "deprecated": false, @@ -9949,7 +9953,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "deprecated": false, @@ -10035,7 +10039,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "deprecated": false, @@ -10139,7 +10143,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "deprecated": false, @@ -10237,7 +10241,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "deprecated": false, @@ -10300,7 +10304,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 385, + "weight": 386, "cookies": false, "type": "", "deprecated": false, @@ -10365,7 +10369,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 388, + "weight": 389, "cookies": false, "type": "location", "deprecated": false, @@ -10456,7 +10460,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "deprecated": false, @@ -10528,7 +10532,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "deprecated": false, @@ -10605,7 +10609,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 391, + "weight": 392, "cookies": false, "type": "", "deprecated": false, @@ -10722,7 +10726,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "deprecated": false, @@ -10789,7 +10793,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "deprecated": false, @@ -10861,7 +10865,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "deprecated": false, @@ -10921,7 +10925,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "deprecated": false, @@ -11013,7 +11017,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "deprecated": false, @@ -11083,7 +11087,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "deprecated": false, @@ -11175,7 +11179,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "deprecated": false, @@ -11247,7 +11251,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 307, + "weight": 308, "cookies": false, "type": "graphql", "deprecated": false, @@ -11301,7 +11305,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 306, + "weight": 307, "cookies": false, "type": "graphql", "deprecated": false, @@ -13104,7 +13108,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "deprecated": false, @@ -13181,7 +13185,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "deprecated": false, @@ -13326,7 +13330,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "deprecated": false, @@ -13473,7 +13477,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "deprecated": false, @@ -13648,7 +13652,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "deprecated": false, @@ -13827,7 +13831,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "deprecated": false, @@ -13937,7 +13941,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "deprecated": false, @@ -14050,7 +14054,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "deprecated": false, @@ -14104,7 +14108,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "deprecated": false, @@ -14167,7 +14171,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "deprecated": false, @@ -14243,7 +14247,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "deprecated": false, @@ -14319,7 +14323,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "deprecated": false, @@ -14396,7 +14400,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "deprecated": false, @@ -14502,7 +14506,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "deprecated": false, @@ -14611,7 +14615,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "deprecated": false, @@ -14697,7 +14701,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "deprecated": false, @@ -14786,7 +14790,7 @@ "x-appwrite": { "method": "createMailgunProvider", "group": "providers", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "deprecated": false, @@ -14902,7 +14906,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "deprecated": false, @@ -15021,7 +15025,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 326, + "weight": 327, "cookies": false, "type": "", "deprecated": false, @@ -15117,7 +15121,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "deprecated": false, @@ -15216,7 +15220,7 @@ "x-appwrite": { "method": "createSendgridProvider", "group": "providers", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "deprecated": false, @@ -15322,7 +15326,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "deprecated": false, @@ -15431,7 +15435,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "deprecated": false, @@ -15575,7 +15579,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "deprecated": false, @@ -15721,7 +15725,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "deprecated": false, @@ -15817,7 +15821,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "deprecated": false, @@ -15916,7 +15920,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "deprecated": false, @@ -16012,7 +16016,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "deprecated": false, @@ -16111,7 +16115,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "deprecated": false, @@ -16207,7 +16211,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "deprecated": false, @@ -16306,7 +16310,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "deprecated": false, @@ -16402,7 +16406,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "deprecated": false, @@ -16501,7 +16505,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "deprecated": false, @@ -16555,7 +16559,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "deprecated": false, @@ -16618,7 +16622,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "deprecated": false, @@ -16694,7 +16698,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "deprecated": false, @@ -16770,7 +16774,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "deprecated": false, @@ -16845,7 +16849,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "deprecated": false, @@ -16929,7 +16933,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "deprecated": false, @@ -16990,7 +16994,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "deprecated": false, @@ -17068,7 +17072,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "deprecated": false, @@ -17131,7 +17135,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "deprecated": false, @@ -17207,7 +17211,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "deprecated": false, @@ -17292,7 +17296,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "deprecated": false, @@ -17384,7 +17388,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "deprecated": false, @@ -17448,7 +17452,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "deprecated": false, @@ -17525,7 +17529,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "deprecated": false, @@ -17596,7 +17600,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "deprecated": false, @@ -17846,7 +17850,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "deprecated": false, @@ -17896,7 +17900,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "deprecated": false, @@ -17947,7 +17951,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "deprecated": false, @@ -18007,7 +18011,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "deprecated": false, @@ -18253,7 +18257,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "deprecated": false, @@ -18315,7 +18319,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "deprecated": false, @@ -18396,7 +18400,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "deprecated": false, @@ -18480,7 +18484,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 410, + "weight": 411, "cookies": false, "type": "upload", "deprecated": false, @@ -18582,7 +18586,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "deprecated": false, @@ -18663,7 +18667,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "deprecated": false, @@ -18767,7 +18771,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "deprecated": false, @@ -18866,7 +18870,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "deprecated": false, @@ -18929,7 +18933,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "deprecated": false, @@ -18994,7 +18998,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 417, + "weight": 418, "cookies": false, "type": "location", "deprecated": false, @@ -19085,7 +19089,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "deprecated": false, @@ -19157,7 +19161,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "deprecated": false, @@ -19229,7 +19233,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "deprecated": false, @@ -19292,7 +19296,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "deprecated": false, @@ -19364,7 +19368,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "deprecated": false, @@ -19424,7 +19428,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "deprecated": false, @@ -19516,7 +19520,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "deprecated": false, @@ -19586,7 +19590,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "deprecated": false, @@ -19678,7 +19682,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "deprecated": false, @@ -22073,7 +22077,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "deprecated": false, @@ -22154,7 +22158,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "deprecated": false, @@ -22244,7 +22248,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "deprecated": false, @@ -22305,7 +22309,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "deprecated": false, @@ -22376,7 +22380,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "deprecated": false, diff --git a/app/config/specs/open-api3-latest-client.json b/app/config/specs/open-api3-latest-client.json index dc16932fd4..0bf589cb5a 100644 --- a/app/config/specs/open-api3-latest-client.json +++ b/app/config/specs/open-api3-latest-client.json @@ -4466,6 +4466,7 @@ "methods": [ { "name": "createDocument", + "desc": "Create document", "auth": { "Project": [] }, @@ -4488,7 +4489,8 @@ "model": "#\/components\/schemas\/document" } ], - "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." + "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "demo": "databases\/create-document.md" } ], "auth": { @@ -4665,7 +4667,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "description": "Create or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", "responses": { "200": { "description": "Document", @@ -5203,7 +5205,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "deprecated": false, @@ -5278,7 +5280,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 391, + "weight": 392, "cookies": false, "type": "", "deprecated": false, @@ -5393,7 +5395,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "deprecated": false, @@ -5467,7 +5469,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 307, + "weight": 308, "cookies": false, "type": "graphql", "deprecated": false, @@ -5519,7 +5521,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 306, + "weight": 307, "cookies": false, "type": "graphql", "deprecated": false, @@ -5987,7 +5989,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "deprecated": false, @@ -6070,7 +6072,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "deprecated": false, diff --git a/app/config/specs/open-api3-latest-console.json b/app/config/specs/open-api3-latest-console.json index 0063b8b557..5c6880a396 100644 --- a/app/config/specs/open-api3-latest-console.json +++ b/app/config/specs/open-api3-latest-console.json @@ -4359,7 +4359,7 @@ "x-appwrite": { "method": "chat", "group": "console", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "deprecated": false, @@ -4419,7 +4419,7 @@ "x-appwrite": { "method": "getResource", "group": null, - "weight": 433, + "weight": 434, "cookies": false, "type": "", "deprecated": false, @@ -4494,7 +4494,7 @@ "x-appwrite": { "method": "variables", "group": "console", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "deprecated": false, @@ -8025,6 +8025,7 @@ "methods": [ { "name": "createDocument", + "desc": "Create document", "auth": { "Project": [] }, @@ -8047,10 +8048,12 @@ "model": "#\/components\/schemas\/document" } ], - "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." + "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "demo": "databases\/create-document.md" }, { "name": "createDocuments", + "desc": "Create documents", "auth": { "Project": [] }, @@ -8070,7 +8073,8 @@ "model": "#\/components\/schemas\/documentList" } ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." + "description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "demo": "databases\/create-documents.md" } ], "auth": { @@ -8150,7 +8154,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n", + "description": "Create or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n", "responses": { "200": { "description": "Documents List", @@ -8242,7 +8246,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nUpdate all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated.", + "description": "Update all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated.", "responses": { "200": { "description": "Documents List", @@ -8336,7 +8340,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nBulk delete documents using queries, if no queries are passed then all documents are deleted.", + "description": "Bulk delete documents using queries, if no queries are passed then all documents are deleted.", "responses": { "200": { "description": "Documents List", @@ -8522,7 +8526,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "description": "Create or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", "responses": { "200": { "description": "Document", @@ -9844,7 +9848,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "deprecated": false, @@ -9917,7 +9921,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "deprecated": false, @@ -10150,7 +10154,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "deprecated": false, @@ -10199,7 +10203,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "deprecated": false, @@ -10249,7 +10253,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "deprecated": false, @@ -10349,7 +10353,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "deprecated": false, @@ -10409,7 +10413,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 396, + "weight": 397, "cookies": false, "type": "", "deprecated": false, @@ -10481,7 +10485,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "deprecated": false, @@ -10540,7 +10544,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "deprecated": false, @@ -10770,7 +10774,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "deprecated": false, @@ -10831,7 +10835,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 383, + "weight": 384, "cookies": false, "type": "", "deprecated": false, @@ -10911,7 +10915,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 384, + "weight": 385, "cookies": false, "type": "", "deprecated": false, @@ -10994,7 +10998,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 381, + "weight": 382, "cookies": false, "type": "upload", "deprecated": false, @@ -11090,7 +11094,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "deprecated": false, @@ -11175,7 +11179,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "deprecated": false, @@ -11278,7 +11282,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "deprecated": false, @@ -11375,7 +11379,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "deprecated": false, @@ -11437,7 +11441,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 385, + "weight": 386, "cookies": false, "type": "", "deprecated": false, @@ -11501,7 +11505,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 388, + "weight": 389, "cookies": false, "type": "location", "deprecated": false, @@ -11591,7 +11595,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "deprecated": false, @@ -11662,7 +11666,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "deprecated": false, @@ -11737,7 +11741,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 391, + "weight": 392, "cookies": false, "type": "", "deprecated": false, @@ -11852,7 +11856,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "deprecated": false, @@ -11917,7 +11921,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "deprecated": false, @@ -11988,7 +11992,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 395, + "weight": 396, "cookies": false, "type": "", "deprecated": false, @@ -12070,7 +12074,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "deprecated": false, @@ -12129,7 +12133,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "deprecated": false, @@ -12220,7 +12224,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "deprecated": false, @@ -12289,7 +12293,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "deprecated": false, @@ -12380,7 +12384,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "deprecated": false, @@ -12451,7 +12455,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 307, + "weight": 308, "cookies": false, "type": "graphql", "deprecated": false, @@ -12503,7 +12507,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 306, + "weight": 307, "cookies": false, "type": "graphql", "deprecated": false, @@ -14266,7 +14270,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "deprecated": false, @@ -14342,7 +14346,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "deprecated": false, @@ -14486,7 +14490,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "deprecated": false, @@ -14632,7 +14636,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "deprecated": false, @@ -14806,7 +14810,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "deprecated": false, @@ -14984,7 +14988,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "deprecated": false, @@ -15093,7 +15097,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "deprecated": false, @@ -15205,7 +15209,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "deprecated": false, @@ -15258,7 +15262,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "deprecated": false, @@ -15320,7 +15324,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "deprecated": false, @@ -15395,7 +15399,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "deprecated": false, @@ -15470,7 +15474,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "deprecated": false, @@ -15546,7 +15550,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "deprecated": false, @@ -15651,7 +15655,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "deprecated": false, @@ -15759,7 +15763,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "deprecated": false, @@ -15844,7 +15848,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "deprecated": false, @@ -15932,7 +15936,7 @@ "x-appwrite": { "method": "createMailgunProvider", "group": "providers", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "deprecated": false, @@ -16047,7 +16051,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "deprecated": false, @@ -16165,7 +16169,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 326, + "weight": 327, "cookies": false, "type": "", "deprecated": false, @@ -16260,7 +16264,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "deprecated": false, @@ -16358,7 +16362,7 @@ "x-appwrite": { "method": "createSendgridProvider", "group": "providers", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "deprecated": false, @@ -16463,7 +16467,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "deprecated": false, @@ -16571,7 +16575,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "deprecated": false, @@ -16714,7 +16718,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "deprecated": false, @@ -16859,7 +16863,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "deprecated": false, @@ -16954,7 +16958,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "deprecated": false, @@ -17052,7 +17056,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "deprecated": false, @@ -17147,7 +17151,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "deprecated": false, @@ -17245,7 +17249,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "deprecated": false, @@ -17340,7 +17344,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "deprecated": false, @@ -17438,7 +17442,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "deprecated": false, @@ -17533,7 +17537,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "deprecated": false, @@ -17631,7 +17635,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "deprecated": false, @@ -17684,7 +17688,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "deprecated": false, @@ -17746,7 +17750,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "deprecated": false, @@ -17821,7 +17825,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "deprecated": false, @@ -17896,7 +17900,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "deprecated": false, @@ -17970,7 +17974,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "deprecated": false, @@ -18053,7 +18057,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "deprecated": false, @@ -18113,7 +18117,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "deprecated": false, @@ -18190,7 +18194,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "deprecated": false, @@ -18252,7 +18256,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "deprecated": false, @@ -18327,7 +18331,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "deprecated": false, @@ -18411,7 +18415,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "deprecated": false, @@ -18501,7 +18505,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "deprecated": false, @@ -18564,7 +18568,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "deprecated": false, @@ -18639,7 +18643,7 @@ "x-appwrite": { "method": "list", "group": null, - "weight": 315, + "weight": 316, "cookies": false, "type": "", "deprecated": false, @@ -18713,7 +18717,7 @@ "x-appwrite": { "method": "createAppwriteMigration", "group": null, - "weight": 310, + "weight": 311, "cookies": false, "type": "", "deprecated": false, @@ -18801,7 +18805,7 @@ "x-appwrite": { "method": "getAppwriteReport", "group": null, - "weight": 317, + "weight": 318, "cookies": false, "type": "", "deprecated": false, @@ -18894,7 +18898,7 @@ "x-appwrite": { "method": "createCsvMigration", "group": null, - "weight": 314, + "weight": 315, "cookies": false, "type": "", "deprecated": false, @@ -18973,7 +18977,7 @@ "x-appwrite": { "method": "createFirebaseMigration", "group": null, - "weight": 311, + "weight": 312, "cookies": false, "type": "", "deprecated": false, @@ -19049,7 +19053,7 @@ "x-appwrite": { "method": "getFirebaseReport", "group": null, - "weight": 318, + "weight": 319, "cookies": false, "type": "", "deprecated": false, @@ -19121,7 +19125,7 @@ "x-appwrite": { "method": "createNHostMigration", "group": null, - "weight": 313, + "weight": 314, "cookies": false, "type": "", "deprecated": false, @@ -19232,7 +19236,7 @@ "x-appwrite": { "method": "getNHostReport", "group": null, - "weight": 320, + "weight": 321, "cookies": false, "type": "", "deprecated": false, @@ -19365,7 +19369,7 @@ "x-appwrite": { "method": "createSupabaseMigration", "group": null, - "weight": 312, + "weight": 313, "cookies": false, "type": "", "deprecated": false, @@ -19470,7 +19474,7 @@ "x-appwrite": { "method": "getSupabaseReport", "group": null, - "weight": 319, + "weight": 320, "cookies": false, "type": "", "deprecated": false, @@ -19594,7 +19598,7 @@ "x-appwrite": { "method": "get", "group": null, - "weight": 316, + "weight": 317, "cookies": false, "type": "", "deprecated": false, @@ -19652,7 +19656,7 @@ "x-appwrite": { "method": "retry", "group": null, - "weight": 321, + "weight": 322, "cookies": false, "type": "", "deprecated": false, @@ -19703,7 +19707,7 @@ "x-appwrite": { "method": "delete", "group": null, - "weight": 322, + "weight": 323, "cookies": false, "type": "", "deprecated": false, @@ -21609,7 +21613,7 @@ "x-appwrite": { "method": "listDevKeys", "group": "devKeys", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "deprecated": false, @@ -21677,7 +21681,7 @@ "x-appwrite": { "method": "createDevKey", "group": "devKeys", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "deprecated": false, @@ -21762,7 +21766,7 @@ "x-appwrite": { "method": "getDevKey", "group": "devKeys", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "deprecated": false, @@ -21830,7 +21834,7 @@ "x-appwrite": { "method": "updateDevKey", "group": "devKeys", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "deprecated": false, @@ -21916,7 +21920,7 @@ "x-appwrite": { "method": "deleteDevKey", "group": "devKeys", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "deprecated": false, @@ -25481,7 +25485,7 @@ "x-appwrite": { "method": "createAPIRule", "group": null, - "weight": 434, + "weight": 435, "cookies": false, "type": "", "deprecated": false, @@ -25548,7 +25552,7 @@ "x-appwrite": { "method": "createFunctionRule", "group": null, - "weight": 436, + "weight": 437, "cookies": false, "type": "", "deprecated": false, @@ -25626,7 +25630,7 @@ "x-appwrite": { "method": "createRedirectRule", "group": null, - "weight": 437, + "weight": 438, "cookies": false, "type": "", "deprecated": false, @@ -25739,7 +25743,7 @@ "x-appwrite": { "method": "createSiteRule", "group": null, - "weight": 435, + "weight": 436, "cookies": false, "type": "", "deprecated": false, @@ -25988,7 +25992,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "deprecated": false, @@ -26058,7 +26062,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "deprecated": false, @@ -26307,7 +26311,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "deprecated": false, @@ -26356,7 +26360,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "deprecated": false, @@ -26406,7 +26410,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "deprecated": false, @@ -26506,7 +26510,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "deprecated": false, @@ -26566,7 +26570,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 430, + "weight": 431, "cookies": false, "type": "", "deprecated": false, @@ -26638,7 +26642,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "deprecated": false, @@ -26697,7 +26701,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "deprecated": false, @@ -26942,7 +26946,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "deprecated": false, @@ -27003,7 +27007,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "deprecated": false, @@ -27083,7 +27087,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "deprecated": false, @@ -27166,7 +27170,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 410, + "weight": 411, "cookies": false, "type": "upload", "deprecated": false, @@ -27267,7 +27271,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "deprecated": false, @@ -27347,7 +27351,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "deprecated": false, @@ -27450,7 +27454,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "deprecated": false, @@ -27548,7 +27552,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "deprecated": false, @@ -27610,7 +27614,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "deprecated": false, @@ -27674,7 +27678,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 417, + "weight": 418, "cookies": false, "type": "location", "deprecated": false, @@ -27764,7 +27768,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "deprecated": false, @@ -27835,7 +27839,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "deprecated": false, @@ -27906,7 +27910,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "deprecated": false, @@ -27968,7 +27972,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "deprecated": false, @@ -28039,7 +28043,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 431, + "weight": 432, "cookies": false, "type": "", "deprecated": false, @@ -28121,7 +28125,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "deprecated": false, @@ -28180,7 +28184,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "deprecated": false, @@ -28271,7 +28275,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "deprecated": false, @@ -28340,7 +28344,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "deprecated": false, @@ -28431,7 +28435,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "deprecated": false, @@ -31005,7 +31009,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "deprecated": false, @@ -31085,7 +31089,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "deprecated": false, @@ -31174,7 +31178,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "deprecated": false, @@ -31234,7 +31238,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "deprecated": false, @@ -31304,7 +31308,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "deprecated": false, diff --git a/app/config/specs/open-api3-latest-server.json b/app/config/specs/open-api3-latest-server.json index b3917036f0..35e3f14595 100644 --- a/app/config/specs/open-api3-latest-server.json +++ b/app/config/specs/open-api3-latest-server.json @@ -7506,6 +7506,7 @@ "methods": [ { "name": "createDocument", + "desc": "Create document", "auth": { "Project": [], "Session": [] @@ -7529,10 +7530,12 @@ "model": "#\/components\/schemas\/document" } ], - "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." + "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "demo": "databases\/create-document.md" }, { "name": "createDocuments", + "desc": "Create documents", "auth": { "Project": [], "Key": [] @@ -7553,7 +7556,8 @@ "model": "#\/components\/schemas\/documentList" } ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." + "description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "demo": "databases\/create-documents.md" } ], "auth": { @@ -7635,7 +7639,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n", + "description": "Create or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n", "responses": { "200": { "description": "Documents List", @@ -7728,7 +7732,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nUpdate all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated.", + "description": "Update all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated.", "responses": { "200": { "description": "Documents List", @@ -7823,7 +7827,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nBulk delete documents using queries, if no queries are passed then all documents are deleted.", + "description": "Bulk delete documents using queries, if no queries are passed then all documents are deleted.", "responses": { "200": { "description": "Documents List", @@ -8012,7 +8016,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "description": "Create or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", "responses": { "200": { "description": "Document", @@ -8925,7 +8929,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "deprecated": false, @@ -8999,7 +9003,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "deprecated": false, @@ -9233,7 +9237,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "deprecated": false, @@ -9283,7 +9287,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "deprecated": false, @@ -9334,7 +9338,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "deprecated": false, @@ -9394,7 +9398,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "deprecated": false, @@ -9625,7 +9629,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "deprecated": false, @@ -9687,7 +9691,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 383, + "weight": 384, "cookies": false, "type": "", "deprecated": false, @@ -9768,7 +9772,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 384, + "weight": 385, "cookies": false, "type": "", "deprecated": false, @@ -9852,7 +9856,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 381, + "weight": 382, "cookies": false, "type": "upload", "deprecated": false, @@ -9949,7 +9953,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "deprecated": false, @@ -10035,7 +10039,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "deprecated": false, @@ -10139,7 +10143,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "deprecated": false, @@ -10237,7 +10241,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "deprecated": false, @@ -10300,7 +10304,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 385, + "weight": 386, "cookies": false, "type": "", "deprecated": false, @@ -10365,7 +10369,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 388, + "weight": 389, "cookies": false, "type": "location", "deprecated": false, @@ -10456,7 +10460,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "deprecated": false, @@ -10528,7 +10532,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "deprecated": false, @@ -10605,7 +10609,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 391, + "weight": 392, "cookies": false, "type": "", "deprecated": false, @@ -10722,7 +10726,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "deprecated": false, @@ -10789,7 +10793,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "deprecated": false, @@ -10861,7 +10865,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "deprecated": false, @@ -10921,7 +10925,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "deprecated": false, @@ -11013,7 +11017,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "deprecated": false, @@ -11083,7 +11087,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "deprecated": false, @@ -11175,7 +11179,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "deprecated": false, @@ -11247,7 +11251,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 307, + "weight": 308, "cookies": false, "type": "graphql", "deprecated": false, @@ -11301,7 +11305,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 306, + "weight": 307, "cookies": false, "type": "graphql", "deprecated": false, @@ -13104,7 +13108,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "deprecated": false, @@ -13181,7 +13185,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "deprecated": false, @@ -13326,7 +13330,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "deprecated": false, @@ -13473,7 +13477,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "deprecated": false, @@ -13648,7 +13652,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "deprecated": false, @@ -13827,7 +13831,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "deprecated": false, @@ -13937,7 +13941,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "deprecated": false, @@ -14050,7 +14054,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "deprecated": false, @@ -14104,7 +14108,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "deprecated": false, @@ -14167,7 +14171,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "deprecated": false, @@ -14243,7 +14247,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "deprecated": false, @@ -14319,7 +14323,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "deprecated": false, @@ -14396,7 +14400,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "deprecated": false, @@ -14502,7 +14506,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "deprecated": false, @@ -14611,7 +14615,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "deprecated": false, @@ -14697,7 +14701,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "deprecated": false, @@ -14786,7 +14790,7 @@ "x-appwrite": { "method": "createMailgunProvider", "group": "providers", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "deprecated": false, @@ -14902,7 +14906,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "deprecated": false, @@ -15021,7 +15025,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 326, + "weight": 327, "cookies": false, "type": "", "deprecated": false, @@ -15117,7 +15121,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "deprecated": false, @@ -15216,7 +15220,7 @@ "x-appwrite": { "method": "createSendgridProvider", "group": "providers", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "deprecated": false, @@ -15322,7 +15326,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "deprecated": false, @@ -15431,7 +15435,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "deprecated": false, @@ -15575,7 +15579,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "deprecated": false, @@ -15721,7 +15725,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "deprecated": false, @@ -15817,7 +15821,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "deprecated": false, @@ -15916,7 +15920,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "deprecated": false, @@ -16012,7 +16016,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "deprecated": false, @@ -16111,7 +16115,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "deprecated": false, @@ -16207,7 +16211,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "deprecated": false, @@ -16306,7 +16310,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "deprecated": false, @@ -16402,7 +16406,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "deprecated": false, @@ -16501,7 +16505,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "deprecated": false, @@ -16555,7 +16559,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "deprecated": false, @@ -16618,7 +16622,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "deprecated": false, @@ -16694,7 +16698,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "deprecated": false, @@ -16770,7 +16774,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "deprecated": false, @@ -16845,7 +16849,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "deprecated": false, @@ -16929,7 +16933,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "deprecated": false, @@ -16990,7 +16994,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "deprecated": false, @@ -17068,7 +17072,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "deprecated": false, @@ -17131,7 +17135,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "deprecated": false, @@ -17207,7 +17211,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "deprecated": false, @@ -17292,7 +17296,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "deprecated": false, @@ -17384,7 +17388,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "deprecated": false, @@ -17448,7 +17452,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "deprecated": false, @@ -17525,7 +17529,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "deprecated": false, @@ -17596,7 +17600,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "deprecated": false, @@ -17846,7 +17850,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "deprecated": false, @@ -17896,7 +17900,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "deprecated": false, @@ -17947,7 +17951,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "deprecated": false, @@ -18007,7 +18011,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "deprecated": false, @@ -18253,7 +18257,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "deprecated": false, @@ -18315,7 +18319,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "deprecated": false, @@ -18396,7 +18400,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "deprecated": false, @@ -18480,7 +18484,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 410, + "weight": 411, "cookies": false, "type": "upload", "deprecated": false, @@ -18582,7 +18586,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "deprecated": false, @@ -18663,7 +18667,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "deprecated": false, @@ -18767,7 +18771,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "deprecated": false, @@ -18866,7 +18870,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "deprecated": false, @@ -18929,7 +18933,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "deprecated": false, @@ -18994,7 +18998,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 417, + "weight": 418, "cookies": false, "type": "location", "deprecated": false, @@ -19085,7 +19089,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "deprecated": false, @@ -19157,7 +19161,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "deprecated": false, @@ -19229,7 +19233,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "deprecated": false, @@ -19292,7 +19296,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "deprecated": false, @@ -19364,7 +19368,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "deprecated": false, @@ -19424,7 +19428,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "deprecated": false, @@ -19516,7 +19520,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "deprecated": false, @@ -19586,7 +19590,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "deprecated": false, @@ -19678,7 +19682,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "deprecated": false, @@ -22073,7 +22077,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "deprecated": false, @@ -22154,7 +22158,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "deprecated": false, @@ -22244,7 +22248,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "deprecated": false, @@ -22305,7 +22309,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "deprecated": false, @@ -22376,7 +22380,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "deprecated": false, diff --git a/app/config/specs/swagger2-1.7.x-client.json b/app/config/specs/swagger2-1.7.x-client.json index 9941e3db2c..386e5875f2 100644 --- a/app/config/specs/swagger2-1.7.x-client.json +++ b/app/config/specs/swagger2-1.7.x-client.json @@ -4798,7 +4798,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "description": "Create or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", "responses": { "200": { "description": "Document", @@ -5303,7 +5303,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "deprecated": false, @@ -5376,7 +5376,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 391, + "weight": 392, "cookies": false, "type": "", "deprecated": false, @@ -5492,7 +5492,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "deprecated": false, @@ -5563,7 +5563,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 307, + "weight": 308, "cookies": false, "type": "graphql", "deprecated": false, @@ -5636,7 +5636,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 306, + "weight": 307, "cookies": false, "type": "graphql", "deprecated": false, @@ -6117,7 +6117,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "deprecated": false, @@ -6201,7 +6201,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "deprecated": false, diff --git a/app/config/specs/swagger2-1.7.x-console.json b/app/config/specs/swagger2-1.7.x-console.json index 4b458c3a95..44bd326a43 100644 --- a/app/config/specs/swagger2-1.7.x-console.json +++ b/app/config/specs/swagger2-1.7.x-console.json @@ -4520,7 +4520,7 @@ "x-appwrite": { "method": "chat", "group": "console", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "deprecated": false, @@ -4583,7 +4583,7 @@ "x-appwrite": { "method": "getResource", "group": null, - "weight": 433, + "weight": 434, "cookies": false, "type": "", "deprecated": false, @@ -4654,7 +4654,7 @@ "x-appwrite": { "method": "variables", "group": "console", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "deprecated": false, @@ -8190,7 +8190,7 @@ "model": "#\/definitions\/documentList" } ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." + "description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." } ], "auth": { @@ -8274,7 +8274,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n", + "description": "Create or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n", "responses": { "200": { "description": "Documents List", @@ -8363,7 +8363,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nUpdate all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated.", + "description": "Update all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated.", "responses": { "200": { "description": "Documents List", @@ -8455,7 +8455,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nBulk delete documents using queries, if no queries are passed then all documents are deleted.", + "description": "Bulk delete documents using queries, if no queries are passed then all documents are deleted.", "responses": { "200": { "description": "Documents List", @@ -8630,7 +8630,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "description": "Create or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", "responses": { "200": { "description": "Document", @@ -9882,7 +9882,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "deprecated": false, @@ -9954,7 +9954,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "deprecated": false, @@ -10205,7 +10205,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "deprecated": false, @@ -10254,7 +10254,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "deprecated": false, @@ -10304,7 +10304,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "deprecated": false, @@ -10398,7 +10398,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "deprecated": false, @@ -10456,7 +10456,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 396, + "weight": 397, "cookies": false, "type": "", "deprecated": false, @@ -10526,7 +10526,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "deprecated": false, @@ -10585,7 +10585,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "deprecated": false, @@ -10832,7 +10832,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "deprecated": false, @@ -10893,7 +10893,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 383, + "weight": 384, "cookies": false, "type": "", "deprecated": false, @@ -10970,7 +10970,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 384, + "weight": 385, "cookies": false, "type": "", "deprecated": false, @@ -11050,7 +11050,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 381, + "weight": 382, "cookies": false, "type": "upload", "deprecated": false, @@ -11142,7 +11142,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "deprecated": false, @@ -11227,7 +11227,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "deprecated": false, @@ -11333,7 +11333,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "deprecated": false, @@ -11429,7 +11429,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "deprecated": false, @@ -11491,7 +11491,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 385, + "weight": 386, "cookies": false, "type": "", "deprecated": false, @@ -11558,7 +11558,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 388, + "weight": 389, "cookies": false, "type": "location", "deprecated": false, @@ -11643,7 +11643,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "deprecated": false, @@ -11710,7 +11710,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "deprecated": false, @@ -11783,7 +11783,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 391, + "weight": 392, "cookies": false, "type": "", "deprecated": false, @@ -11899,7 +11899,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "deprecated": false, @@ -11963,7 +11963,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "deprecated": false, @@ -12030,7 +12030,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 395, + "weight": 396, "cookies": false, "type": "", "deprecated": false, @@ -12108,7 +12108,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "deprecated": false, @@ -12167,7 +12167,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "deprecated": false, @@ -12257,7 +12257,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "deprecated": false, @@ -12324,7 +12324,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "deprecated": false, @@ -12416,7 +12416,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "deprecated": false, @@ -12485,7 +12485,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 307, + "weight": 308, "cookies": false, "type": "graphql", "deprecated": false, @@ -12558,7 +12558,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 306, + "weight": 307, "cookies": false, "type": "graphql", "deprecated": false, @@ -14300,7 +14300,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "deprecated": false, @@ -14375,7 +14375,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "deprecated": false, @@ -14533,7 +14533,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "deprecated": false, @@ -14688,7 +14688,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "deprecated": false, @@ -14883,7 +14883,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "deprecated": false, @@ -15077,7 +15077,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "deprecated": false, @@ -15195,7 +15195,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "deprecated": false, @@ -15309,7 +15309,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "deprecated": false, @@ -15364,7 +15364,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "deprecated": false, @@ -15424,7 +15424,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "deprecated": false, @@ -15496,7 +15496,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "deprecated": false, @@ -15568,7 +15568,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "deprecated": false, @@ -15643,7 +15643,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "deprecated": false, @@ -15758,7 +15758,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "deprecated": false, @@ -15871,7 +15871,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "deprecated": false, @@ -15962,7 +15962,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "deprecated": false, @@ -16051,7 +16051,7 @@ "x-appwrite": { "method": "createMailgunProvider", "group": "providers", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "deprecated": false, @@ -16178,7 +16178,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "deprecated": false, @@ -16303,7 +16303,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 326, + "weight": 327, "cookies": false, "type": "", "deprecated": false, @@ -16406,7 +16406,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "deprecated": false, @@ -16507,7 +16507,7 @@ "x-appwrite": { "method": "createSendgridProvider", "group": "providers", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "deprecated": false, @@ -16622,7 +16622,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "deprecated": false, @@ -16735,7 +16735,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "deprecated": false, @@ -16894,7 +16894,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "deprecated": false, @@ -17050,7 +17050,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "deprecated": false, @@ -17153,7 +17153,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "deprecated": false, @@ -17254,7 +17254,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "deprecated": false, @@ -17357,7 +17357,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "deprecated": false, @@ -17458,7 +17458,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "deprecated": false, @@ -17561,7 +17561,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "deprecated": false, @@ -17662,7 +17662,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "deprecated": false, @@ -17765,7 +17765,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "deprecated": false, @@ -17864,7 +17864,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "deprecated": false, @@ -17919,7 +17919,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "deprecated": false, @@ -17979,7 +17979,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "deprecated": false, @@ -18051,7 +18051,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "deprecated": false, @@ -18123,7 +18123,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "deprecated": false, @@ -18196,7 +18196,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "deprecated": false, @@ -18284,7 +18284,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "deprecated": false, @@ -18344,7 +18344,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "deprecated": false, @@ -18423,7 +18423,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "deprecated": false, @@ -18483,7 +18483,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "deprecated": false, @@ -18555,7 +18555,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "deprecated": false, @@ -18636,7 +18636,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "deprecated": false, @@ -18723,7 +18723,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "deprecated": false, @@ -18786,7 +18786,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "deprecated": false, @@ -18856,7 +18856,7 @@ "x-appwrite": { "method": "list", "group": null, - "weight": 315, + "weight": 316, "cookies": false, "type": "", "deprecated": false, @@ -18929,7 +18929,7 @@ "x-appwrite": { "method": "createAppwriteMigration", "group": null, - "weight": 310, + "weight": 311, "cookies": false, "type": "", "deprecated": false, @@ -19021,7 +19021,7 @@ "x-appwrite": { "method": "getAppwriteReport", "group": null, - "weight": 317, + "weight": 318, "cookies": false, "type": "", "deprecated": false, @@ -19109,7 +19109,7 @@ "x-appwrite": { "method": "createCsvMigration", "group": null, - "weight": 314, + "weight": 315, "cookies": false, "type": "", "deprecated": false, @@ -19193,7 +19193,7 @@ "x-appwrite": { "method": "createFirebaseMigration", "group": null, - "weight": 311, + "weight": 312, "cookies": false, "type": "", "deprecated": false, @@ -19271,7 +19271,7 @@ "x-appwrite": { "method": "getFirebaseReport", "group": null, - "weight": 318, + "weight": 319, "cookies": false, "type": "", "deprecated": false, @@ -19342,7 +19342,7 @@ "x-appwrite": { "method": "createNHostMigration", "group": null, - "weight": 313, + "weight": 314, "cookies": false, "type": "", "deprecated": false, @@ -19461,7 +19461,7 @@ "x-appwrite": { "method": "getNHostReport", "group": null, - "weight": 320, + "weight": 321, "cookies": false, "type": "", "deprecated": false, @@ -19581,7 +19581,7 @@ "x-appwrite": { "method": "createSupabaseMigration", "group": null, - "weight": 312, + "weight": 313, "cookies": false, "type": "", "deprecated": false, @@ -19693,7 +19693,7 @@ "x-appwrite": { "method": "getSupabaseReport", "group": null, - "weight": 319, + "weight": 320, "cookies": false, "type": "", "deprecated": false, @@ -19804,7 +19804,7 @@ "x-appwrite": { "method": "get", "group": null, - "weight": 316, + "weight": 317, "cookies": false, "type": "", "deprecated": false, @@ -19862,7 +19862,7 @@ "x-appwrite": { "method": "retry", "group": null, - "weight": 321, + "weight": 322, "cookies": false, "type": "", "deprecated": false, @@ -19915,7 +19915,7 @@ "x-appwrite": { "method": "delete", "group": null, - "weight": 322, + "weight": 323, "cookies": false, "type": "", "deprecated": false, @@ -21828,7 +21828,7 @@ "x-appwrite": { "method": "listDevKeys", "group": "devKeys", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "deprecated": false, @@ -21898,7 +21898,7 @@ "x-appwrite": { "method": "createDevKey", "group": "devKeys", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "deprecated": false, @@ -21981,7 +21981,7 @@ "x-appwrite": { "method": "getDevKey", "group": "devKeys", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "deprecated": false, @@ -22047,7 +22047,7 @@ "x-appwrite": { "method": "updateDevKey", "group": "devKeys", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "deprecated": false, @@ -22133,7 +22133,7 @@ "x-appwrite": { "method": "deleteDevKey", "group": "devKeys", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "deprecated": false, @@ -25676,7 +25676,7 @@ "x-appwrite": { "method": "createAPIRule", "group": null, - "weight": 434, + "weight": 435, "cookies": false, "type": "", "deprecated": false, @@ -25746,7 +25746,7 @@ "x-appwrite": { "method": "createFunctionRule", "group": null, - "weight": 436, + "weight": 437, "cookies": false, "type": "", "deprecated": false, @@ -25829,7 +25829,7 @@ "x-appwrite": { "method": "createRedirectRule", "group": null, - "weight": 437, + "weight": 438, "cookies": false, "type": "", "deprecated": false, @@ -25949,7 +25949,7 @@ "x-appwrite": { "method": "createSiteRule", "group": null, - "weight": 435, + "weight": 436, "cookies": false, "type": "", "deprecated": false, @@ -26201,7 +26201,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "deprecated": false, @@ -26273,7 +26273,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "deprecated": false, @@ -26540,7 +26540,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "deprecated": false, @@ -26589,7 +26589,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "deprecated": false, @@ -26639,7 +26639,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "deprecated": false, @@ -26733,7 +26733,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "deprecated": false, @@ -26791,7 +26791,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 430, + "weight": 431, "cookies": false, "type": "", "deprecated": false, @@ -26861,7 +26861,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "deprecated": false, @@ -26920,7 +26920,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "deprecated": false, @@ -27182,7 +27182,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "deprecated": false, @@ -27243,7 +27243,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "deprecated": false, @@ -27320,7 +27320,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "deprecated": false, @@ -27400,7 +27400,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 410, + "weight": 411, "cookies": false, "type": "upload", "deprecated": false, @@ -27500,7 +27500,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "deprecated": false, @@ -27579,7 +27579,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "deprecated": false, @@ -27685,7 +27685,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "deprecated": false, @@ -27782,7 +27782,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "deprecated": false, @@ -27844,7 +27844,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "deprecated": false, @@ -27911,7 +27911,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 417, + "weight": 418, "cookies": false, "type": "location", "deprecated": false, @@ -27996,7 +27996,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "deprecated": false, @@ -28063,7 +28063,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "deprecated": false, @@ -28134,7 +28134,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "deprecated": false, @@ -28198,7 +28198,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "deprecated": false, @@ -28265,7 +28265,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 431, + "weight": 432, "cookies": false, "type": "", "deprecated": false, @@ -28343,7 +28343,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "deprecated": false, @@ -28402,7 +28402,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "deprecated": false, @@ -28492,7 +28492,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "deprecated": false, @@ -28559,7 +28559,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "deprecated": false, @@ -28651,7 +28651,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "deprecated": false, @@ -31164,7 +31164,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "deprecated": false, @@ -31244,7 +31244,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "deprecated": false, @@ -31328,7 +31328,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "deprecated": false, @@ -31388,7 +31388,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "deprecated": false, @@ -31459,7 +31459,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "deprecated": false, diff --git a/app/config/specs/swagger2-1.7.x-server.json b/app/config/specs/swagger2-1.7.x-server.json index 20cf716590..2a04908c06 100644 --- a/app/config/specs/swagger2-1.7.x-server.json +++ b/app/config/specs/swagger2-1.7.x-server.json @@ -7663,7 +7663,7 @@ "model": "#\/definitions\/documentList" } ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." + "description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." } ], "auth": { @@ -7749,7 +7749,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n", + "description": "Create or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n", "responses": { "200": { "description": "Documents List", @@ -7839,7 +7839,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nUpdate all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated.", + "description": "Update all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated.", "responses": { "200": { "description": "Documents List", @@ -7932,7 +7932,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nBulk delete documents using queries, if no queries are passed then all documents are deleted.", + "description": "Bulk delete documents using queries, if no queries are passed then all documents are deleted.", "responses": { "200": { "description": "Documents List", @@ -8110,7 +8110,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "description": "Create or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", "responses": { "200": { "description": "Document", @@ -8978,7 +8978,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "deprecated": false, @@ -9051,7 +9051,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "deprecated": false, @@ -9303,7 +9303,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "deprecated": false, @@ -9353,7 +9353,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "deprecated": false, @@ -9404,7 +9404,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "deprecated": false, @@ -9464,7 +9464,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "deprecated": false, @@ -9712,7 +9712,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "deprecated": false, @@ -9774,7 +9774,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 383, + "weight": 384, "cookies": false, "type": "", "deprecated": false, @@ -9852,7 +9852,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 384, + "weight": 385, "cookies": false, "type": "", "deprecated": false, @@ -9933,7 +9933,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 381, + "weight": 382, "cookies": false, "type": "upload", "deprecated": false, @@ -10026,7 +10026,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "deprecated": false, @@ -10112,7 +10112,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "deprecated": false, @@ -10219,7 +10219,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "deprecated": false, @@ -10316,7 +10316,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "deprecated": false, @@ -10379,7 +10379,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 385, + "weight": 386, "cookies": false, "type": "", "deprecated": false, @@ -10447,7 +10447,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 388, + "weight": 389, "cookies": false, "type": "location", "deprecated": false, @@ -10533,7 +10533,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "deprecated": false, @@ -10601,7 +10601,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "deprecated": false, @@ -10676,7 +10676,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 391, + "weight": 392, "cookies": false, "type": "", "deprecated": false, @@ -10794,7 +10794,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "deprecated": false, @@ -10860,7 +10860,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "deprecated": false, @@ -10928,7 +10928,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "deprecated": false, @@ -10988,7 +10988,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "deprecated": false, @@ -11079,7 +11079,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "deprecated": false, @@ -11147,7 +11147,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "deprecated": false, @@ -11240,7 +11240,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "deprecated": false, @@ -11310,7 +11310,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 307, + "weight": 308, "cookies": false, "type": "graphql", "deprecated": false, @@ -11385,7 +11385,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 306, + "weight": 307, "cookies": false, "type": "graphql", "deprecated": false, @@ -13167,7 +13167,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "deprecated": false, @@ -13243,7 +13243,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "deprecated": false, @@ -13402,7 +13402,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "deprecated": false, @@ -13558,7 +13558,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "deprecated": false, @@ -13754,7 +13754,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "deprecated": false, @@ -13949,7 +13949,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "deprecated": false, @@ -14068,7 +14068,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "deprecated": false, @@ -14183,7 +14183,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "deprecated": false, @@ -14239,7 +14239,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "deprecated": false, @@ -14300,7 +14300,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "deprecated": false, @@ -14373,7 +14373,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "deprecated": false, @@ -14446,7 +14446,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "deprecated": false, @@ -14522,7 +14522,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "deprecated": false, @@ -14638,7 +14638,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "deprecated": false, @@ -14752,7 +14752,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "deprecated": false, @@ -14844,7 +14844,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "deprecated": false, @@ -14934,7 +14934,7 @@ "x-appwrite": { "method": "createMailgunProvider", "group": "providers", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "deprecated": false, @@ -15062,7 +15062,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "deprecated": false, @@ -15188,7 +15188,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 326, + "weight": 327, "cookies": false, "type": "", "deprecated": false, @@ -15292,7 +15292,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "deprecated": false, @@ -15394,7 +15394,7 @@ "x-appwrite": { "method": "createSendgridProvider", "group": "providers", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "deprecated": false, @@ -15510,7 +15510,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "deprecated": false, @@ -15624,7 +15624,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "deprecated": false, @@ -15784,7 +15784,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "deprecated": false, @@ -15941,7 +15941,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "deprecated": false, @@ -16045,7 +16045,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "deprecated": false, @@ -16147,7 +16147,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "deprecated": false, @@ -16251,7 +16251,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "deprecated": false, @@ -16353,7 +16353,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "deprecated": false, @@ -16457,7 +16457,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "deprecated": false, @@ -16559,7 +16559,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "deprecated": false, @@ -16663,7 +16663,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "deprecated": false, @@ -16763,7 +16763,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "deprecated": false, @@ -16819,7 +16819,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "deprecated": false, @@ -16880,7 +16880,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "deprecated": false, @@ -16953,7 +16953,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "deprecated": false, @@ -17026,7 +17026,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "deprecated": false, @@ -17100,7 +17100,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "deprecated": false, @@ -17189,7 +17189,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "deprecated": false, @@ -17250,7 +17250,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "deprecated": false, @@ -17330,7 +17330,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "deprecated": false, @@ -17391,7 +17391,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "deprecated": false, @@ -17464,7 +17464,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "deprecated": false, @@ -17546,7 +17546,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "deprecated": false, @@ -17635,7 +17635,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "deprecated": false, @@ -17699,7 +17699,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "deprecated": false, @@ -17771,7 +17771,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "deprecated": false, @@ -17844,7 +17844,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "deprecated": false, @@ -18112,7 +18112,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "deprecated": false, @@ -18162,7 +18162,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "deprecated": false, @@ -18213,7 +18213,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "deprecated": false, @@ -18273,7 +18273,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "deprecated": false, @@ -18536,7 +18536,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "deprecated": false, @@ -18598,7 +18598,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "deprecated": false, @@ -18676,7 +18676,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "deprecated": false, @@ -18757,7 +18757,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 410, + "weight": 411, "cookies": false, "type": "upload", "deprecated": false, @@ -18858,7 +18858,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "deprecated": false, @@ -18938,7 +18938,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "deprecated": false, @@ -19045,7 +19045,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "deprecated": false, @@ -19143,7 +19143,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "deprecated": false, @@ -19206,7 +19206,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "deprecated": false, @@ -19274,7 +19274,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 417, + "weight": 418, "cookies": false, "type": "location", "deprecated": false, @@ -19360,7 +19360,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "deprecated": false, @@ -19428,7 +19428,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "deprecated": false, @@ -19500,7 +19500,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "deprecated": false, @@ -19565,7 +19565,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "deprecated": false, @@ -19633,7 +19633,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "deprecated": false, @@ -19693,7 +19693,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "deprecated": false, @@ -19784,7 +19784,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "deprecated": false, @@ -19852,7 +19852,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "deprecated": false, @@ -19945,7 +19945,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "deprecated": false, @@ -22288,7 +22288,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "deprecated": false, @@ -22369,7 +22369,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "deprecated": false, @@ -22454,7 +22454,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "deprecated": false, @@ -22515,7 +22515,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "deprecated": false, @@ -22587,7 +22587,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "deprecated": false, diff --git a/app/config/specs/swagger2-latest-client.json b/app/config/specs/swagger2-latest-client.json index 9941e3db2c..386e5875f2 100644 --- a/app/config/specs/swagger2-latest-client.json +++ b/app/config/specs/swagger2-latest-client.json @@ -4798,7 +4798,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "description": "Create or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", "responses": { "200": { "description": "Document", @@ -5303,7 +5303,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "deprecated": false, @@ -5376,7 +5376,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 391, + "weight": 392, "cookies": false, "type": "", "deprecated": false, @@ -5492,7 +5492,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "deprecated": false, @@ -5563,7 +5563,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 307, + "weight": 308, "cookies": false, "type": "graphql", "deprecated": false, @@ -5636,7 +5636,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 306, + "weight": 307, "cookies": false, "type": "graphql", "deprecated": false, @@ -6117,7 +6117,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "deprecated": false, @@ -6201,7 +6201,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "deprecated": false, diff --git a/app/config/specs/swagger2-latest-console.json b/app/config/specs/swagger2-latest-console.json index 4b458c3a95..44bd326a43 100644 --- a/app/config/specs/swagger2-latest-console.json +++ b/app/config/specs/swagger2-latest-console.json @@ -4520,7 +4520,7 @@ "x-appwrite": { "method": "chat", "group": "console", - "weight": 309, + "weight": 310, "cookies": false, "type": "", "deprecated": false, @@ -4583,7 +4583,7 @@ "x-appwrite": { "method": "getResource", "group": null, - "weight": 433, + "weight": 434, "cookies": false, "type": "", "deprecated": false, @@ -4654,7 +4654,7 @@ "x-appwrite": { "method": "variables", "group": "console", - "weight": 308, + "weight": 309, "cookies": false, "type": "", "deprecated": false, @@ -8190,7 +8190,7 @@ "model": "#\/definitions\/documentList" } ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." + "description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." } ], "auth": { @@ -8274,7 +8274,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n", + "description": "Create or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n", "responses": { "200": { "description": "Documents List", @@ -8363,7 +8363,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nUpdate all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated.", + "description": "Update all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated.", "responses": { "200": { "description": "Documents List", @@ -8455,7 +8455,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nBulk delete documents using queries, if no queries are passed then all documents are deleted.", + "description": "Bulk delete documents using queries, if no queries are passed then all documents are deleted.", "responses": { "200": { "description": "Documents List", @@ -8630,7 +8630,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "description": "Create or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", "responses": { "200": { "description": "Document", @@ -9882,7 +9882,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "deprecated": false, @@ -9954,7 +9954,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "deprecated": false, @@ -10205,7 +10205,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "deprecated": false, @@ -10254,7 +10254,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "deprecated": false, @@ -10304,7 +10304,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 403, + "weight": 404, "cookies": false, "type": "", "deprecated": false, @@ -10398,7 +10398,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 402, + "weight": 403, "cookies": false, "type": "", "deprecated": false, @@ -10456,7 +10456,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 396, + "weight": 397, "cookies": false, "type": "", "deprecated": false, @@ -10526,7 +10526,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "deprecated": false, @@ -10585,7 +10585,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "deprecated": false, @@ -10832,7 +10832,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "deprecated": false, @@ -10893,7 +10893,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 383, + "weight": 384, "cookies": false, "type": "", "deprecated": false, @@ -10970,7 +10970,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 384, + "weight": 385, "cookies": false, "type": "", "deprecated": false, @@ -11050,7 +11050,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 381, + "weight": 382, "cookies": false, "type": "upload", "deprecated": false, @@ -11142,7 +11142,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "deprecated": false, @@ -11227,7 +11227,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "deprecated": false, @@ -11333,7 +11333,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "deprecated": false, @@ -11429,7 +11429,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "deprecated": false, @@ -11491,7 +11491,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 385, + "weight": 386, "cookies": false, "type": "", "deprecated": false, @@ -11558,7 +11558,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 388, + "weight": 389, "cookies": false, "type": "location", "deprecated": false, @@ -11643,7 +11643,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "deprecated": false, @@ -11710,7 +11710,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "deprecated": false, @@ -11783,7 +11783,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 391, + "weight": 392, "cookies": false, "type": "", "deprecated": false, @@ -11899,7 +11899,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "deprecated": false, @@ -11963,7 +11963,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "deprecated": false, @@ -12030,7 +12030,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 395, + "weight": 396, "cookies": false, "type": "", "deprecated": false, @@ -12108,7 +12108,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "deprecated": false, @@ -12167,7 +12167,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "deprecated": false, @@ -12257,7 +12257,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "deprecated": false, @@ -12324,7 +12324,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "deprecated": false, @@ -12416,7 +12416,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "deprecated": false, @@ -12485,7 +12485,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 307, + "weight": 308, "cookies": false, "type": "graphql", "deprecated": false, @@ -12558,7 +12558,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 306, + "weight": 307, "cookies": false, "type": "graphql", "deprecated": false, @@ -14300,7 +14300,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "deprecated": false, @@ -14375,7 +14375,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "deprecated": false, @@ -14533,7 +14533,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "deprecated": false, @@ -14688,7 +14688,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "deprecated": false, @@ -14883,7 +14883,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "deprecated": false, @@ -15077,7 +15077,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "deprecated": false, @@ -15195,7 +15195,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "deprecated": false, @@ -15309,7 +15309,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "deprecated": false, @@ -15364,7 +15364,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "deprecated": false, @@ -15424,7 +15424,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "deprecated": false, @@ -15496,7 +15496,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "deprecated": false, @@ -15568,7 +15568,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "deprecated": false, @@ -15643,7 +15643,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "deprecated": false, @@ -15758,7 +15758,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "deprecated": false, @@ -15871,7 +15871,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "deprecated": false, @@ -15962,7 +15962,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "deprecated": false, @@ -16051,7 +16051,7 @@ "x-appwrite": { "method": "createMailgunProvider", "group": "providers", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "deprecated": false, @@ -16178,7 +16178,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "deprecated": false, @@ -16303,7 +16303,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 326, + "weight": 327, "cookies": false, "type": "", "deprecated": false, @@ -16406,7 +16406,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "deprecated": false, @@ -16507,7 +16507,7 @@ "x-appwrite": { "method": "createSendgridProvider", "group": "providers", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "deprecated": false, @@ -16622,7 +16622,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "deprecated": false, @@ -16735,7 +16735,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "deprecated": false, @@ -16894,7 +16894,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "deprecated": false, @@ -17050,7 +17050,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "deprecated": false, @@ -17153,7 +17153,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "deprecated": false, @@ -17254,7 +17254,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "deprecated": false, @@ -17357,7 +17357,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "deprecated": false, @@ -17458,7 +17458,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "deprecated": false, @@ -17561,7 +17561,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "deprecated": false, @@ -17662,7 +17662,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "deprecated": false, @@ -17765,7 +17765,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "deprecated": false, @@ -17864,7 +17864,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "deprecated": false, @@ -17919,7 +17919,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "deprecated": false, @@ -17979,7 +17979,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "deprecated": false, @@ -18051,7 +18051,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "deprecated": false, @@ -18123,7 +18123,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "deprecated": false, @@ -18196,7 +18196,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "deprecated": false, @@ -18284,7 +18284,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "deprecated": false, @@ -18344,7 +18344,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "deprecated": false, @@ -18423,7 +18423,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "deprecated": false, @@ -18483,7 +18483,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "deprecated": false, @@ -18555,7 +18555,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "deprecated": false, @@ -18636,7 +18636,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "deprecated": false, @@ -18723,7 +18723,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "deprecated": false, @@ -18786,7 +18786,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "deprecated": false, @@ -18856,7 +18856,7 @@ "x-appwrite": { "method": "list", "group": null, - "weight": 315, + "weight": 316, "cookies": false, "type": "", "deprecated": false, @@ -18929,7 +18929,7 @@ "x-appwrite": { "method": "createAppwriteMigration", "group": null, - "weight": 310, + "weight": 311, "cookies": false, "type": "", "deprecated": false, @@ -19021,7 +19021,7 @@ "x-appwrite": { "method": "getAppwriteReport", "group": null, - "weight": 317, + "weight": 318, "cookies": false, "type": "", "deprecated": false, @@ -19109,7 +19109,7 @@ "x-appwrite": { "method": "createCsvMigration", "group": null, - "weight": 314, + "weight": 315, "cookies": false, "type": "", "deprecated": false, @@ -19193,7 +19193,7 @@ "x-appwrite": { "method": "createFirebaseMigration", "group": null, - "weight": 311, + "weight": 312, "cookies": false, "type": "", "deprecated": false, @@ -19271,7 +19271,7 @@ "x-appwrite": { "method": "getFirebaseReport", "group": null, - "weight": 318, + "weight": 319, "cookies": false, "type": "", "deprecated": false, @@ -19342,7 +19342,7 @@ "x-appwrite": { "method": "createNHostMigration", "group": null, - "weight": 313, + "weight": 314, "cookies": false, "type": "", "deprecated": false, @@ -19461,7 +19461,7 @@ "x-appwrite": { "method": "getNHostReport", "group": null, - "weight": 320, + "weight": 321, "cookies": false, "type": "", "deprecated": false, @@ -19581,7 +19581,7 @@ "x-appwrite": { "method": "createSupabaseMigration", "group": null, - "weight": 312, + "weight": 313, "cookies": false, "type": "", "deprecated": false, @@ -19693,7 +19693,7 @@ "x-appwrite": { "method": "getSupabaseReport", "group": null, - "weight": 319, + "weight": 320, "cookies": false, "type": "", "deprecated": false, @@ -19804,7 +19804,7 @@ "x-appwrite": { "method": "get", "group": null, - "weight": 316, + "weight": 317, "cookies": false, "type": "", "deprecated": false, @@ -19862,7 +19862,7 @@ "x-appwrite": { "method": "retry", "group": null, - "weight": 321, + "weight": 322, "cookies": false, "type": "", "deprecated": false, @@ -19915,7 +19915,7 @@ "x-appwrite": { "method": "delete", "group": null, - "weight": 322, + "weight": 323, "cookies": false, "type": "", "deprecated": false, @@ -21828,7 +21828,7 @@ "x-appwrite": { "method": "listDevKeys", "group": "devKeys", - "weight": 372, + "weight": 373, "cookies": false, "type": "", "deprecated": false, @@ -21898,7 +21898,7 @@ "x-appwrite": { "method": "createDevKey", "group": "devKeys", - "weight": 369, + "weight": 370, "cookies": false, "type": "", "deprecated": false, @@ -21981,7 +21981,7 @@ "x-appwrite": { "method": "getDevKey", "group": "devKeys", - "weight": 371, + "weight": 372, "cookies": false, "type": "", "deprecated": false, @@ -22047,7 +22047,7 @@ "x-appwrite": { "method": "updateDevKey", "group": "devKeys", - "weight": 370, + "weight": 371, "cookies": false, "type": "", "deprecated": false, @@ -22133,7 +22133,7 @@ "x-appwrite": { "method": "deleteDevKey", "group": "devKeys", - "weight": 373, + "weight": 374, "cookies": false, "type": "", "deprecated": false, @@ -25676,7 +25676,7 @@ "x-appwrite": { "method": "createAPIRule", "group": null, - "weight": 434, + "weight": 435, "cookies": false, "type": "", "deprecated": false, @@ -25746,7 +25746,7 @@ "x-appwrite": { "method": "createFunctionRule", "group": null, - "weight": 436, + "weight": 437, "cookies": false, "type": "", "deprecated": false, @@ -25829,7 +25829,7 @@ "x-appwrite": { "method": "createRedirectRule", "group": null, - "weight": 437, + "weight": 438, "cookies": false, "type": "", "deprecated": false, @@ -25949,7 +25949,7 @@ "x-appwrite": { "method": "createSiteRule", "group": null, - "weight": 435, + "weight": 436, "cookies": false, "type": "", "deprecated": false, @@ -26201,7 +26201,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "deprecated": false, @@ -26273,7 +26273,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "deprecated": false, @@ -26540,7 +26540,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "deprecated": false, @@ -26589,7 +26589,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "deprecated": false, @@ -26639,7 +26639,7 @@ "x-appwrite": { "method": "listTemplates", "group": "templates", - "weight": 428, + "weight": 429, "cookies": false, "type": "", "deprecated": false, @@ -26733,7 +26733,7 @@ "x-appwrite": { "method": "getTemplate", "group": "templates", - "weight": 429, + "weight": 430, "cookies": false, "type": "", "deprecated": false, @@ -26791,7 +26791,7 @@ "x-appwrite": { "method": "listUsage", "group": null, - "weight": 430, + "weight": 431, "cookies": false, "type": "", "deprecated": false, @@ -26861,7 +26861,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "deprecated": false, @@ -26920,7 +26920,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "deprecated": false, @@ -27182,7 +27182,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "deprecated": false, @@ -27243,7 +27243,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "deprecated": false, @@ -27320,7 +27320,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "deprecated": false, @@ -27400,7 +27400,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 410, + "weight": 411, "cookies": false, "type": "upload", "deprecated": false, @@ -27500,7 +27500,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "deprecated": false, @@ -27579,7 +27579,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "deprecated": false, @@ -27685,7 +27685,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "deprecated": false, @@ -27782,7 +27782,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "deprecated": false, @@ -27844,7 +27844,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "deprecated": false, @@ -27911,7 +27911,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 417, + "weight": 418, "cookies": false, "type": "location", "deprecated": false, @@ -27996,7 +27996,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "deprecated": false, @@ -28063,7 +28063,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "deprecated": false, @@ -28134,7 +28134,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "deprecated": false, @@ -28198,7 +28198,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "deprecated": false, @@ -28265,7 +28265,7 @@ "x-appwrite": { "method": "getUsage", "group": null, - "weight": 431, + "weight": 432, "cookies": false, "type": "", "deprecated": false, @@ -28343,7 +28343,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "deprecated": false, @@ -28402,7 +28402,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "deprecated": false, @@ -28492,7 +28492,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "deprecated": false, @@ -28559,7 +28559,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "deprecated": false, @@ -28651,7 +28651,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "deprecated": false, @@ -31164,7 +31164,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "deprecated": false, @@ -31244,7 +31244,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "deprecated": false, @@ -31328,7 +31328,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "deprecated": false, @@ -31388,7 +31388,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "deprecated": false, @@ -31459,7 +31459,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "deprecated": false, diff --git a/app/config/specs/swagger2-latest-server.json b/app/config/specs/swagger2-latest-server.json index 20cf716590..2a04908c06 100644 --- a/app/config/specs/swagger2-latest-server.json +++ b/app/config/specs/swagger2-latest-server.json @@ -7663,7 +7663,7 @@ "model": "#\/definitions\/documentList" } ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." + "description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." } ], "auth": { @@ -7749,7 +7749,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n", + "description": "Create or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n", "responses": { "200": { "description": "Documents List", @@ -7839,7 +7839,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nUpdate all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated.", + "description": "Update all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated.", "responses": { "200": { "description": "Documents List", @@ -7932,7 +7932,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nBulk delete documents using queries, if no queries are passed then all documents are deleted.", + "description": "Bulk delete documents using queries, if no queries are passed then all documents are deleted.", "responses": { "200": { "description": "Documents List", @@ -8110,7 +8110,7 @@ "tags": [ "databases" ], - "description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", + "description": "Create or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.", "responses": { "200": { "description": "Document", @@ -8978,7 +8978,7 @@ "x-appwrite": { "method": "list", "group": "functions", - "weight": 377, + "weight": 378, "cookies": false, "type": "", "deprecated": false, @@ -9051,7 +9051,7 @@ "x-appwrite": { "method": "create", "group": "functions", - "weight": 374, + "weight": 375, "cookies": false, "type": "", "deprecated": false, @@ -9303,7 +9303,7 @@ "x-appwrite": { "method": "listRuntimes", "group": "runtimes", - "weight": 379, + "weight": 380, "cookies": false, "type": "", "deprecated": false, @@ -9353,7 +9353,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "runtimes", - "weight": 380, + "weight": 381, "cookies": false, "type": "", "deprecated": false, @@ -9404,7 +9404,7 @@ "x-appwrite": { "method": "get", "group": "functions", - "weight": 375, + "weight": 376, "cookies": false, "type": "", "deprecated": false, @@ -9464,7 +9464,7 @@ "x-appwrite": { "method": "update", "group": "functions", - "weight": 376, + "weight": 377, "cookies": false, "type": "", "deprecated": false, @@ -9712,7 +9712,7 @@ "x-appwrite": { "method": "delete", "group": "functions", - "weight": 378, + "weight": 379, "cookies": false, "type": "", "deprecated": false, @@ -9774,7 +9774,7 @@ "x-appwrite": { "method": "updateFunctionDeployment", "group": "functions", - "weight": 383, + "weight": 384, "cookies": false, "type": "", "deprecated": false, @@ -9852,7 +9852,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 384, + "weight": 385, "cookies": false, "type": "", "deprecated": false, @@ -9933,7 +9933,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 381, + "weight": 382, "cookies": false, "type": "upload", "deprecated": false, @@ -10026,7 +10026,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 389, + "weight": 390, "cookies": false, "type": "", "deprecated": false, @@ -10112,7 +10112,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 386, + "weight": 387, "cookies": false, "type": "", "deprecated": false, @@ -10219,7 +10219,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 387, + "weight": 388, "cookies": false, "type": "", "deprecated": false, @@ -10316,7 +10316,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 382, + "weight": 383, "cookies": false, "type": "", "deprecated": false, @@ -10379,7 +10379,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 385, + "weight": 386, "cookies": false, "type": "", "deprecated": false, @@ -10447,7 +10447,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 388, + "weight": 389, "cookies": false, "type": "location", "deprecated": false, @@ -10533,7 +10533,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 390, + "weight": 391, "cookies": false, "type": "", "deprecated": false, @@ -10601,7 +10601,7 @@ "x-appwrite": { "method": "listExecutions", "group": "executions", - "weight": 393, + "weight": 394, "cookies": false, "type": "", "deprecated": false, @@ -10676,7 +10676,7 @@ "x-appwrite": { "method": "createExecution", "group": "executions", - "weight": 391, + "weight": 392, "cookies": false, "type": "", "deprecated": false, @@ -10794,7 +10794,7 @@ "x-appwrite": { "method": "getExecution", "group": "executions", - "weight": 392, + "weight": 393, "cookies": false, "type": "", "deprecated": false, @@ -10860,7 +10860,7 @@ "x-appwrite": { "method": "deleteExecution", "group": "executions", - "weight": 394, + "weight": 395, "cookies": false, "type": "", "deprecated": false, @@ -10928,7 +10928,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 399, + "weight": 400, "cookies": false, "type": "", "deprecated": false, @@ -10988,7 +10988,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 397, + "weight": 398, "cookies": false, "type": "", "deprecated": false, @@ -11079,7 +11079,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 398, + "weight": 399, "cookies": false, "type": "", "deprecated": false, @@ -11147,7 +11147,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 400, + "weight": 401, "cookies": false, "type": "", "deprecated": false, @@ -11240,7 +11240,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 401, + "weight": 402, "cookies": false, "type": "", "deprecated": false, @@ -11310,7 +11310,7 @@ "x-appwrite": { "method": "query", "group": "graphql", - "weight": 307, + "weight": 308, "cookies": false, "type": "graphql", "deprecated": false, @@ -11385,7 +11385,7 @@ "x-appwrite": { "method": "mutation", "group": "graphql", - "weight": 306, + "weight": 307, "cookies": false, "type": "graphql", "deprecated": false, @@ -13167,7 +13167,7 @@ "x-appwrite": { "method": "listMessages", "group": "messages", - "weight": 361, + "weight": 362, "cookies": false, "type": "", "deprecated": false, @@ -13243,7 +13243,7 @@ "x-appwrite": { "method": "createEmail", "group": "messages", - "weight": 358, + "weight": 359, "cookies": false, "type": "", "deprecated": false, @@ -13402,7 +13402,7 @@ "x-appwrite": { "method": "updateEmail", "group": "messages", - "weight": 365, + "weight": 366, "cookies": false, "type": "", "deprecated": false, @@ -13558,7 +13558,7 @@ "x-appwrite": { "method": "createPush", "group": "messages", - "weight": 360, + "weight": 361, "cookies": false, "type": "", "deprecated": false, @@ -13754,7 +13754,7 @@ "x-appwrite": { "method": "updatePush", "group": "messages", - "weight": 367, + "weight": 368, "cookies": false, "type": "", "deprecated": false, @@ -13949,7 +13949,7 @@ "x-appwrite": { "method": "createSms", "group": "messages", - "weight": 359, + "weight": 360, "cookies": false, "type": "", "deprecated": false, @@ -14068,7 +14068,7 @@ "x-appwrite": { "method": "updateSms", "group": "messages", - "weight": 366, + "weight": 367, "cookies": false, "type": "", "deprecated": false, @@ -14183,7 +14183,7 @@ "x-appwrite": { "method": "getMessage", "group": "messages", - "weight": 364, + "weight": 365, "cookies": false, "type": "", "deprecated": false, @@ -14239,7 +14239,7 @@ "x-appwrite": { "method": "delete", "group": "messages", - "weight": 368, + "weight": 369, "cookies": false, "type": "", "deprecated": false, @@ -14300,7 +14300,7 @@ "x-appwrite": { "method": "listMessageLogs", "group": "logs", - "weight": 362, + "weight": 363, "cookies": false, "type": "", "deprecated": false, @@ -14373,7 +14373,7 @@ "x-appwrite": { "method": "listTargets", "group": "messages", - "weight": 363, + "weight": 364, "cookies": false, "type": "", "deprecated": false, @@ -14446,7 +14446,7 @@ "x-appwrite": { "method": "listProviders", "group": "providers", - "weight": 333, + "weight": 334, "cookies": false, "type": "", "deprecated": false, @@ -14522,7 +14522,7 @@ "x-appwrite": { "method": "createApnsProvider", "group": "providers", - "weight": 332, + "weight": 333, "cookies": false, "type": "", "deprecated": false, @@ -14638,7 +14638,7 @@ "x-appwrite": { "method": "updateApnsProvider", "group": "providers", - "weight": 345, + "weight": 346, "cookies": false, "type": "", "deprecated": false, @@ -14752,7 +14752,7 @@ "x-appwrite": { "method": "createFcmProvider", "group": "providers", - "weight": 331, + "weight": 332, "cookies": false, "type": "", "deprecated": false, @@ -14844,7 +14844,7 @@ "x-appwrite": { "method": "updateFcmProvider", "group": "providers", - "weight": 344, + "weight": 345, "cookies": false, "type": "", "deprecated": false, @@ -14934,7 +14934,7 @@ "x-appwrite": { "method": "createMailgunProvider", "group": "providers", - "weight": 323, + "weight": 324, "cookies": false, "type": "", "deprecated": false, @@ -15062,7 +15062,7 @@ "x-appwrite": { "method": "updateMailgunProvider", "group": "providers", - "weight": 336, + "weight": 337, "cookies": false, "type": "", "deprecated": false, @@ -15188,7 +15188,7 @@ "x-appwrite": { "method": "createMsg91Provider", "group": "providers", - "weight": 326, + "weight": 327, "cookies": false, "type": "", "deprecated": false, @@ -15292,7 +15292,7 @@ "x-appwrite": { "method": "updateMsg91Provider", "group": "providers", - "weight": 339, + "weight": 340, "cookies": false, "type": "", "deprecated": false, @@ -15394,7 +15394,7 @@ "x-appwrite": { "method": "createSendgridProvider", "group": "providers", - "weight": 324, + "weight": 325, "cookies": false, "type": "", "deprecated": false, @@ -15510,7 +15510,7 @@ "x-appwrite": { "method": "updateSendgridProvider", "group": "providers", - "weight": 337, + "weight": 338, "cookies": false, "type": "", "deprecated": false, @@ -15624,7 +15624,7 @@ "x-appwrite": { "method": "createSmtpProvider", "group": "providers", - "weight": 325, + "weight": 326, "cookies": false, "type": "", "deprecated": false, @@ -15784,7 +15784,7 @@ "x-appwrite": { "method": "updateSmtpProvider", "group": "providers", - "weight": 338, + "weight": 339, "cookies": false, "type": "", "deprecated": false, @@ -15941,7 +15941,7 @@ "x-appwrite": { "method": "createTelesignProvider", "group": "providers", - "weight": 327, + "weight": 328, "cookies": false, "type": "", "deprecated": false, @@ -16045,7 +16045,7 @@ "x-appwrite": { "method": "updateTelesignProvider", "group": "providers", - "weight": 340, + "weight": 341, "cookies": false, "type": "", "deprecated": false, @@ -16147,7 +16147,7 @@ "x-appwrite": { "method": "createTextmagicProvider", "group": "providers", - "weight": 328, + "weight": 329, "cookies": false, "type": "", "deprecated": false, @@ -16251,7 +16251,7 @@ "x-appwrite": { "method": "updateTextmagicProvider", "group": "providers", - "weight": 341, + "weight": 342, "cookies": false, "type": "", "deprecated": false, @@ -16353,7 +16353,7 @@ "x-appwrite": { "method": "createTwilioProvider", "group": "providers", - "weight": 329, + "weight": 330, "cookies": false, "type": "", "deprecated": false, @@ -16457,7 +16457,7 @@ "x-appwrite": { "method": "updateTwilioProvider", "group": "providers", - "weight": 342, + "weight": 343, "cookies": false, "type": "", "deprecated": false, @@ -16559,7 +16559,7 @@ "x-appwrite": { "method": "createVonageProvider", "group": "providers", - "weight": 330, + "weight": 331, "cookies": false, "type": "", "deprecated": false, @@ -16663,7 +16663,7 @@ "x-appwrite": { "method": "updateVonageProvider", "group": "providers", - "weight": 343, + "weight": 344, "cookies": false, "type": "", "deprecated": false, @@ -16763,7 +16763,7 @@ "x-appwrite": { "method": "getProvider", "group": "providers", - "weight": 335, + "weight": 336, "cookies": false, "type": "", "deprecated": false, @@ -16819,7 +16819,7 @@ "x-appwrite": { "method": "deleteProvider", "group": "providers", - "weight": 346, + "weight": 347, "cookies": false, "type": "", "deprecated": false, @@ -16880,7 +16880,7 @@ "x-appwrite": { "method": "listProviderLogs", "group": "providers", - "weight": 334, + "weight": 335, "cookies": false, "type": "", "deprecated": false, @@ -16953,7 +16953,7 @@ "x-appwrite": { "method": "listSubscriberLogs", "group": "subscribers", - "weight": 355, + "weight": 356, "cookies": false, "type": "", "deprecated": false, @@ -17026,7 +17026,7 @@ "x-appwrite": { "method": "listTopics", "group": "topics", - "weight": 348, + "weight": 349, "cookies": false, "type": "", "deprecated": false, @@ -17100,7 +17100,7 @@ "x-appwrite": { "method": "createTopic", "group": "topics", - "weight": 347, + "weight": 348, "cookies": false, "type": "", "deprecated": false, @@ -17189,7 +17189,7 @@ "x-appwrite": { "method": "getTopic", "group": "topics", - "weight": 350, + "weight": 351, "cookies": false, "type": "", "deprecated": false, @@ -17250,7 +17250,7 @@ "x-appwrite": { "method": "updateTopic", "group": "topics", - "weight": 351, + "weight": 352, "cookies": false, "type": "", "deprecated": false, @@ -17330,7 +17330,7 @@ "x-appwrite": { "method": "deleteTopic", "group": "topics", - "weight": 352, + "weight": 353, "cookies": false, "type": "", "deprecated": false, @@ -17391,7 +17391,7 @@ "x-appwrite": { "method": "listTopicLogs", "group": "topics", - "weight": 349, + "weight": 350, "cookies": false, "type": "", "deprecated": false, @@ -17464,7 +17464,7 @@ "x-appwrite": { "method": "listSubscribers", "group": "subscribers", - "weight": 354, + "weight": 355, "cookies": false, "type": "", "deprecated": false, @@ -17546,7 +17546,7 @@ "x-appwrite": { "method": "createSubscriber", "group": "subscribers", - "weight": 353, + "weight": 354, "cookies": false, "type": "", "deprecated": false, @@ -17635,7 +17635,7 @@ "x-appwrite": { "method": "getSubscriber", "group": "subscribers", - "weight": 356, + "weight": 357, "cookies": false, "type": "", "deprecated": false, @@ -17699,7 +17699,7 @@ "x-appwrite": { "method": "deleteSubscriber", "group": "subscribers", - "weight": 357, + "weight": 358, "cookies": false, "type": "", "deprecated": false, @@ -17771,7 +17771,7 @@ "x-appwrite": { "method": "list", "group": "sites", - "weight": 406, + "weight": 407, "cookies": false, "type": "", "deprecated": false, @@ -17844,7 +17844,7 @@ "x-appwrite": { "method": "create", "group": "sites", - "weight": 404, + "weight": 405, "cookies": false, "type": "", "deprecated": false, @@ -18112,7 +18112,7 @@ "x-appwrite": { "method": "listFrameworks", "group": "frameworks", - "weight": 409, + "weight": 410, "cookies": false, "type": "", "deprecated": false, @@ -18162,7 +18162,7 @@ "x-appwrite": { "method": "listSpecifications", "group": "frameworks", - "weight": 432, + "weight": 433, "cookies": false, "type": "", "deprecated": false, @@ -18213,7 +18213,7 @@ "x-appwrite": { "method": "get", "group": "sites", - "weight": 405, + "weight": 406, "cookies": false, "type": "", "deprecated": false, @@ -18273,7 +18273,7 @@ "x-appwrite": { "method": "update", "group": "sites", - "weight": 407, + "weight": 408, "cookies": false, "type": "", "deprecated": false, @@ -18536,7 +18536,7 @@ "x-appwrite": { "method": "delete", "group": "sites", - "weight": 408, + "weight": 409, "cookies": false, "type": "", "deprecated": false, @@ -18598,7 +18598,7 @@ "x-appwrite": { "method": "updateSiteDeployment", "group": "sites", - "weight": 415, + "weight": 416, "cookies": false, "type": "", "deprecated": false, @@ -18676,7 +18676,7 @@ "x-appwrite": { "method": "listDeployments", "group": "deployments", - "weight": 414, + "weight": 415, "cookies": false, "type": "", "deprecated": false, @@ -18757,7 +18757,7 @@ "x-appwrite": { "method": "createDeployment", "group": "deployments", - "weight": 410, + "weight": 411, "cookies": false, "type": "upload", "deprecated": false, @@ -18858,7 +18858,7 @@ "x-appwrite": { "method": "createDuplicateDeployment", "group": "deployments", - "weight": 418, + "weight": 419, "cookies": false, "type": "", "deprecated": false, @@ -18938,7 +18938,7 @@ "x-appwrite": { "method": "createTemplateDeployment", "group": "deployments", - "weight": 411, + "weight": 412, "cookies": false, "type": "", "deprecated": false, @@ -19045,7 +19045,7 @@ "x-appwrite": { "method": "createVcsDeployment", "group": "deployments", - "weight": 412, + "weight": 413, "cookies": false, "type": "", "deprecated": false, @@ -19143,7 +19143,7 @@ "x-appwrite": { "method": "getDeployment", "group": "deployments", - "weight": 413, + "weight": 414, "cookies": false, "type": "", "deprecated": false, @@ -19206,7 +19206,7 @@ "x-appwrite": { "method": "deleteDeployment", "group": "deployments", - "weight": 416, + "weight": 417, "cookies": false, "type": "", "deprecated": false, @@ -19274,7 +19274,7 @@ "x-appwrite": { "method": "getDeploymentDownload", "group": "deployments", - "weight": 417, + "weight": 418, "cookies": false, "type": "location", "deprecated": false, @@ -19360,7 +19360,7 @@ "x-appwrite": { "method": "updateDeploymentStatus", "group": "deployments", - "weight": 419, + "weight": 420, "cookies": false, "type": "", "deprecated": false, @@ -19428,7 +19428,7 @@ "x-appwrite": { "method": "listLogs", "group": "logs", - "weight": 421, + "weight": 422, "cookies": false, "type": "", "deprecated": false, @@ -19500,7 +19500,7 @@ "x-appwrite": { "method": "getLog", "group": "logs", - "weight": 420, + "weight": 421, "cookies": false, "type": "", "deprecated": false, @@ -19565,7 +19565,7 @@ "x-appwrite": { "method": "deleteLog", "group": "logs", - "weight": 422, + "weight": 423, "cookies": false, "type": "", "deprecated": false, @@ -19633,7 +19633,7 @@ "x-appwrite": { "method": "listVariables", "group": "variables", - "weight": 425, + "weight": 426, "cookies": false, "type": "", "deprecated": false, @@ -19693,7 +19693,7 @@ "x-appwrite": { "method": "createVariable", "group": "variables", - "weight": 423, + "weight": 424, "cookies": false, "type": "", "deprecated": false, @@ -19784,7 +19784,7 @@ "x-appwrite": { "method": "getVariable", "group": "variables", - "weight": 424, + "weight": 425, "cookies": false, "type": "", "deprecated": false, @@ -19852,7 +19852,7 @@ "x-appwrite": { "method": "updateVariable", "group": "variables", - "weight": 426, + "weight": 427, "cookies": false, "type": "", "deprecated": false, @@ -19945,7 +19945,7 @@ "x-appwrite": { "method": "deleteVariable", "group": "variables", - "weight": 427, + "weight": 428, "cookies": false, "type": "", "deprecated": false, @@ -22288,7 +22288,7 @@ "x-appwrite": { "method": "list", "group": "files", - "weight": 440, + "weight": 441, "cookies": false, "type": "", "deprecated": false, @@ -22369,7 +22369,7 @@ "x-appwrite": { "method": "createFileToken", "group": "files", - "weight": 438, + "weight": 439, "cookies": false, "type": "", "deprecated": false, @@ -22454,7 +22454,7 @@ "x-appwrite": { "method": "get", "group": "tokens", - "weight": 439, + "weight": 440, "cookies": false, "type": "", "deprecated": false, @@ -22515,7 +22515,7 @@ "x-appwrite": { "method": "update", "group": "tokens", - "weight": 441, + "weight": 442, "cookies": false, "type": "", "deprecated": false, @@ -22587,7 +22587,7 @@ "x-appwrite": { "method": "delete", "group": "tokens", - "weight": 442, + "weight": 443, "cookies": false, "type": "", "deprecated": false, diff --git a/app/controllers/api/databases.php b/app/controllers/api/databases.php index 45ca444c1c..da99b053ad 100644 --- a/app/controllers/api/databases.php +++ b/app/controllers/api/databases.php @@ -3220,6 +3220,7 @@ App::post('/v1/databases/:databaseId/collections/:collectionId/documents') namespace: 'databases', group: 'documents', name: 'createDocument', + desc: 'Create document', description: '/docs/references/databases/create-document.md', auth: [AuthType::ADMIN, AuthType::SESSION, AuthType::KEY, AuthType::JWT], responses: [ @@ -3241,6 +3242,7 @@ App::post('/v1/databases/:databaseId/collections/:collectionId/documents') namespace: 'databases', group: 'documents', name: 'createDocuments', + desc: 'Create documents', description: '/docs/references/databases/create-documents.md', auth: [AuthType::ADMIN, AuthType::KEY], responses: [ diff --git a/docs/references/databases/create-documents.md b/docs/references/databases/create-documents.md index 7f60c138ea..a02d7c8bf1 100644 --- a/docs/references/databases/create-documents.md +++ b/docs/references/databases/create-documents.md @@ -1,3 +1 @@ -**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions. - Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection) API or directly from your database console. \ No newline at end of file diff --git a/docs/references/databases/delete-documents.md b/docs/references/databases/delete-documents.md index b4e255c69f..a7b05503de 100644 --- a/docs/references/databases/delete-documents.md +++ b/docs/references/databases/delete-documents.md @@ -1,3 +1 @@ -**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions. - Bulk delete documents using queries, if no queries are passed then all documents are deleted. \ No newline at end of file diff --git a/docs/references/databases/update-documents.md b/docs/references/databases/update-documents.md index 9ab8373d36..5f560c6435 100644 --- a/docs/references/databases/update-documents.md +++ b/docs/references/databases/update-documents.md @@ -1,3 +1 @@ -**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions. - Update all documents that match your queries, if no queries are submitted then all documents are updated. You can pass only specific fields to be updated. \ No newline at end of file diff --git a/docs/references/databases/upsert-document.md b/docs/references/databases/upsert-document.md index 1980141d22..a67694cfa6 100644 --- a/docs/references/databases/upsert-document.md +++ b/docs/references/databases/upsert-document.md @@ -1,3 +1 @@ -**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions. - Create or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection) API or directly from your database console. \ No newline at end of file diff --git a/docs/references/databases/upsert-documents.md b/docs/references/databases/upsert-documents.md index 8d9a725eff..f46254bd7b 100644 --- a/docs/references/databases/upsert-documents.md +++ b/docs/references/databases/upsert-documents.md @@ -1,3 +1 @@ -**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions. - Create or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection) API or directly from your database console. diff --git a/src/Appwrite/SDK/Method.php b/src/Appwrite/SDK/Method.php index d0b08f154e..37bafe929a 100644 --- a/src/Appwrite/SDK/Method.php +++ b/src/Appwrite/SDK/Method.php @@ -18,6 +18,7 @@ class Method * @param string $namespace * @param ?string $group * @param string $name + * @param string $desc * @param string $description * @param array $auth * @param array $responses @@ -29,6 +30,7 @@ class Method * @param ContentType $requestType * @param array $parameters * @param array $additionalParameters + * @param string $desc */ public function __construct( protected string $namespace, @@ -44,7 +46,8 @@ class Method protected bool $packaging = false, protected ContentType $requestType = ContentType::JSON, protected array $parameters = [], - protected array $additionalParameters = [] + protected array $additionalParameters = [], + protected string $desc = '' ) { $this->validateMethod($name, $namespace); $this->validateAuthTypes($auth); @@ -137,6 +140,11 @@ class Method return $this->name; } + public function getDesc(): string + { + return $this->desc; + } + public function getDescription(): string { return $this->description; @@ -220,6 +228,12 @@ class Method return $this; } + public function setDesc(string $desc): self + { + $this->desc = $desc; + return $this; + } + public function setDescription(string $description): self { $this->description = $description; diff --git a/src/Appwrite/SDK/Specification/Format/OpenAPI3.php b/src/Appwrite/SDK/Specification/Format/OpenAPI3.php index 55c71569cb..7e76f7e217 100644 --- a/src/Appwrite/SDK/Specification/Format/OpenAPI3.php +++ b/src/Appwrite/SDK/Specification/Format/OpenAPI3.php @@ -213,11 +213,13 @@ class OpenAPI3 extends Format $additionalMethod = [ 'name' => $method->getMethodName(), + 'desc' => $method->getDesc() ?? '', 'auth' => \array_slice($methodSecurities, 0, $this->authCount), 'parameters' => [], 'required' => [], 'responses' => [], 'description' => ($desc) ? \file_get_contents($desc) : '', + 'demo' => Template::fromCamelCaseToDash($namespace) . '/' . Template::fromCamelCaseToDash($method->getMethodName()) . '.md', ]; foreach ($method->getParameters() as $parameter) {