mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Ensure latest specs after merges
This commit is contained in:
parent
cbaad2dfb9
commit
f6122157c7
4 changed files with 44 additions and 0 deletions
|
|
@ -25487,6 +25487,11 @@
|
|||
"description": "Appwrite Installation ID for VCS (Version Control System) deployment.",
|
||||
"x-example": "<INSTALLATION_ID>"
|
||||
},
|
||||
"fallbackFile": {
|
||||
"type": "string",
|
||||
"description": "Fallback file for single page application sites.",
|
||||
"x-example": "<FALLBACK_FILE>"
|
||||
},
|
||||
"providerRepositoryId": {
|
||||
"type": "string",
|
||||
"description": "Repository ID of the repo linked to the site.",
|
||||
|
|
@ -26139,6 +26144,11 @@
|
|||
"x-enum-name": null,
|
||||
"x-enum-keys": []
|
||||
},
|
||||
"fallbackFile": {
|
||||
"type": "string",
|
||||
"description": "Fallback file for single page application sites.",
|
||||
"x-example": "<FALLBACK_FILE>"
|
||||
},
|
||||
"installationId": {
|
||||
"type": "string",
|
||||
"description": "Appwrite Installation ID for VCS (Version Control System) deployment.",
|
||||
|
|
|
|||
|
|
@ -17303,6 +17303,11 @@
|
|||
"description": "Appwrite Installation ID for VCS (Version Control System) deployment.",
|
||||
"x-example": "<INSTALLATION_ID>"
|
||||
},
|
||||
"fallbackFile": {
|
||||
"type": "string",
|
||||
"description": "Fallback file for single page application sites.",
|
||||
"x-example": "<FALLBACK_FILE>"
|
||||
},
|
||||
"providerRepositoryId": {
|
||||
"type": "string",
|
||||
"description": "Repository ID of the repo linked to the site.",
|
||||
|
|
@ -17720,6 +17725,11 @@
|
|||
"x-enum-name": null,
|
||||
"x-enum-keys": []
|
||||
},
|
||||
"fallbackFile": {
|
||||
"type": "string",
|
||||
"description": "Fallback file for single page application sites.",
|
||||
"x-example": "<FALLBACK_FILE>"
|
||||
},
|
||||
"installationId": {
|
||||
"type": "string",
|
||||
"description": "Appwrite Installation ID for VCS (Version Control System) deployment.",
|
||||
|
|
|
|||
|
|
@ -25973,6 +25973,12 @@
|
|||
"default": "",
|
||||
"x-example": "<INSTALLATION_ID>"
|
||||
},
|
||||
"fallbackFile": {
|
||||
"type": "string",
|
||||
"description": "Fallback file for single page application sites.",
|
||||
"default": "",
|
||||
"x-example": "<FALLBACK_FILE>"
|
||||
},
|
||||
"providerRepositoryId": {
|
||||
"type": "string",
|
||||
"description": "Repository ID of the repo linked to the site.",
|
||||
|
|
@ -26639,6 +26645,12 @@
|
|||
"x-enum-name": null,
|
||||
"x-enum-keys": []
|
||||
},
|
||||
"fallbackFile": {
|
||||
"type": "string",
|
||||
"description": "Fallback file for single page application sites.",
|
||||
"default": "",
|
||||
"x-example": "<FALLBACK_FILE>"
|
||||
},
|
||||
"installationId": {
|
||||
"type": "string",
|
||||
"description": "Appwrite Installation ID for VCS (Version Control System) deployment.",
|
||||
|
|
|
|||
|
|
@ -17757,6 +17757,12 @@
|
|||
"default": "",
|
||||
"x-example": "<INSTALLATION_ID>"
|
||||
},
|
||||
"fallbackFile": {
|
||||
"type": "string",
|
||||
"description": "Fallback file for single page application sites.",
|
||||
"default": "",
|
||||
"x-example": "<FALLBACK_FILE>"
|
||||
},
|
||||
"providerRepositoryId": {
|
||||
"type": "string",
|
||||
"description": "Repository ID of the repo linked to the site.",
|
||||
|
|
@ -18192,6 +18198,12 @@
|
|||
"x-enum-name": null,
|
||||
"x-enum-keys": []
|
||||
},
|
||||
"fallbackFile": {
|
||||
"type": "string",
|
||||
"description": "Fallback file for single page application sites.",
|
||||
"default": "",
|
||||
"x-example": "<FALLBACK_FILE>"
|
||||
},
|
||||
"installationId": {
|
||||
"type": "string",
|
||||
"description": "Appwrite Installation ID for VCS (Version Control System) deployment.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue