Skip to content

Commit ed8c39f

Browse files
Merge pull request #8933 from appwrite/feat-multi-region-docs
feat: update API endpoint in the code examples
2 parents 8906d94 + c0bd440 commit ed8c39f

File tree

13,365 files changed

+175675
-16539
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

13,365 files changed

+175675
-16539
lines changed

app/config/specs/open-api3-1.5.x-client.json

Lines changed: 9715 additions & 1 deletion
Large diffs are not rendered by default.

app/config/specs/open-api3-1.5.x-console.json

Lines changed: 37904 additions & 1 deletion
Large diffs are not rendered by default.

app/config/specs/open-api3-1.5.x-server.json

Lines changed: 26613 additions & 1 deletion
Large diffs are not rendered by default.

app/config/specs/open-api3-1.6.x-client.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"servers": [
1919
{
20-
"url": "https:\/\/cloud.appwrite.io\/v1"
20+
"url": "https:\/\/<REGION>.cloud.appwrite.io\/v1"
2121
}
2222
],
2323
"paths": {

app/config/specs/open-api3-1.6.x-console.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"servers": [
1919
{
20-
"url": "https:\/\/cloud.appwrite.io\/v1"
20+
"url": "https:\/\/<REGION>.cloud.appwrite.io\/v1"
2121
}
2222
],
2323
"paths": {

app/config/specs/open-api3-1.6.x-server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"servers": [
1919
{
20-
"url": "https:\/\/cloud.appwrite.io\/v1"
20+
"url": "https:\/\/<REGION>.cloud.appwrite.io\/v1"
2121
}
2222
],
2323
"paths": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"servers": [
1919
{
20-
"url": "https:\/\/cloud.appwrite.io\/v1"
20+
"url": "https:\/\/<REGION>.cloud.appwrite.io\/v1"
2121
}
2222
],
2323
"paths": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"servers": [
1919
{
20-
"url": "https:\/\/cloud.appwrite.io\/v1"
20+
"url": "https:\/\/<REGION>.cloud.appwrite.io\/v1"
2121
}
2222
],
2323
"paths": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"servers": [
1919
{
20-
"url": "https:\/\/cloud.appwrite.io\/v1"
20+
"url": "https:\/\/<REGION>.cloud.appwrite.io\/v1"
2121
}
2222
],
2323
"paths": {

app/config/specs/swagger2-1.5.x-client.json

Lines changed: 9872 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)