Skip to content

Commit d68fc9a

Browse files
Merge branch '1.8.x' into feat-health-module
2 parents 6f1cac7 + f2ac01b commit d68fc9a

23 files changed

Lines changed: 1143 additions & 645 deletions

app/config/errors.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,6 @@
11031103
'name' => Exception::RULE_VERIFICATION_FAILED,
11041104
'description' => 'Domain verification failed. Please check if your DNS records are correct and try again.',
11051105
'code' => 400,
1106-
'publish' => true
11071106
],
11081107
Exception::PROJECT_SMTP_CONFIG_INVALID => [
11091108
'name' => Exception::PROJECT_SMTP_CONFIG_INVALID,

app/config/specs/open-api3-latest-client.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.0",
33
"info": {
4-
"version": "1.8.0",
4+
"version": "1.8.1",
55
"title": "Appwrite",
66
"description": "Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https:\/\/appwrite.io\/docs](https:\/\/appwrite.io\/docs)",
77
"termsOfService": "https:\/\/appwrite.io\/policy\/terms",
@@ -7318,7 +7318,7 @@
73187318
"x-appwrite": {
73197319
"method": "listExecutions",
73207320
"group": "executions",
7321-
"weight": 454,
7321+
"weight": 455,
73227322
"cookies": false,
73237323
"type": "",
73247324
"demo": "functions\/list-executions.md",
@@ -7405,7 +7405,7 @@
74057405
"x-appwrite": {
74067406
"method": "createExecution",
74077407
"group": "executions",
7408-
"weight": 452,
7408+
"weight": 453,
74097409
"cookies": false,
74107410
"type": "",
74117411
"demo": "functions\/create-execution.md",
@@ -7523,7 +7523,7 @@
75237523
"x-appwrite": {
75247524
"method": "getExecution",
75257525
"group": "executions",
7526-
"weight": 453,
7526+
"weight": 454,
75277527
"cookies": false,
75287528
"type": "",
75297529
"demo": "functions\/get-execution.md",
@@ -8298,7 +8298,7 @@
82988298
"x-appwrite": {
82998299
"method": "listFiles",
83008300
"group": "files",
8301-
"weight": 525,
8301+
"weight": 526,
83028302
"cookies": false,
83038303
"type": "",
83048304
"demo": "storage\/list-files.md",
@@ -8397,7 +8397,7 @@
83978397
"x-appwrite": {
83988398
"method": "createFile",
83998399
"group": "files",
8400-
"weight": 523,
8400+
"weight": 524,
84018401
"cookies": false,
84028402
"type": "upload",
84038403
"demo": "storage\/create-file.md",
@@ -8498,7 +8498,7 @@
84988498
"x-appwrite": {
84998499
"method": "getFile",
85008500
"group": "files",
8501-
"weight": 524,
8501+
"weight": 525,
85028502
"cookies": false,
85038503
"type": "",
85048504
"demo": "storage\/get-file.md",
@@ -8572,7 +8572,7 @@
85728572
"x-appwrite": {
85738573
"method": "updateFile",
85748574
"group": "files",
8575-
"weight": 526,
8575+
"weight": 527,
85768576
"cookies": false,
85778577
"type": "",
85788578
"demo": "storage\/update-file.md",
@@ -8664,7 +8664,7 @@
86648664
"x-appwrite": {
86658665
"method": "deleteFile",
86668666
"group": "files",
8667-
"weight": 527,
8667+
"weight": 528,
86688668
"cookies": false,
86698669
"type": "",
86708670
"demo": "storage\/delete-file.md",
@@ -8733,7 +8733,7 @@
87338733
"x-appwrite": {
87348734
"method": "getFileDownload",
87358735
"group": "files",
8736-
"weight": 529,
8736+
"weight": 530,
87378737
"cookies": false,
87388738
"type": "location",
87398739
"demo": "storage\/get-file-download.md",
@@ -8813,7 +8813,7 @@
88138813
"x-appwrite": {
88148814
"method": "getFilePreview",
88158815
"group": "files",
8816-
"weight": 528,
8816+
"weight": 529,
88178817
"cookies": false,
88188818
"type": "location",
88198819
"demo": "storage\/get-file-preview.md",
@@ -9043,7 +9043,7 @@
90439043
"x-appwrite": {
90449044
"method": "getFileView",
90459045
"group": "files",
9046-
"weight": 530,
9046+
"weight": 531,
90479047
"cookies": false,
90489048
"type": "location",
90499049
"demo": "storage\/get-file-view.md",

0 commit comments

Comments
 (0)