Force update specs

This commit is contained in:
Matej Bačo 2024-12-02 17:01:18 +01:00
parent 5a4958090e
commit dd3f2c6538
5 changed files with 5 additions and 5 deletions

View file

@ -25424,7 +25424,7 @@
},
"adapter": {
"type": "string",
"description": "Framework adapter. Usuallly allows: static, ssr",
"description": "Framework adapter. Allows: static, ssr",
"x-example": "<ADAPTER>"
},
"installationId": {

View file

@ -17240,7 +17240,7 @@
},
"adapter": {
"type": "string",
"description": "Framework adapter. Usuallly allows: static, ssr",
"description": "Framework adapter. Allows: static, ssr",
"x-example": "<ADAPTER>"
},
"installationId": {

View file

@ -25908,7 +25908,7 @@
},
"adapter": {
"type": "string",
"description": "Framework adapter. Usuallly allows: static, ssr",
"description": "Framework adapter. Allows: static, ssr",
"default": "",
"x-example": "<ADAPTER>"
},

View file

@ -17692,7 +17692,7 @@
},
"adapter": {
"type": "string",
"description": "Framework adapter. Usuallly allows: static, ssr",
"description": "Framework adapter. Allows: static, ssr",
"default": "",
"x-example": "<ADAPTER>"
},

View file

@ -66,7 +66,7 @@ class CreateSite extends Base
->param('outputDirectory', '', new Text(8192, 0), 'Output Directory for site.', true)
->param('subdomain', '', new CustomId(), 'Unique custom sub-domain. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can\'t start with a special char. Max length is 36 chars.', true)
->param('buildRuntime', '', new WhiteList(array_keys(Config::getParam('runtimes')), true), 'Runtime to use during build step.')
->param('adapter', '', new Text(8192, 0), 'Framework adapter. Usuallly allows: static, ssr', true)
->param('adapter', '', new Text(8192, 0), 'Framework adapter. Allows: static, ssr', true)
->param('installationId', '', new Text(128, 0), 'Appwrite Installation ID for VCS (Version Control System) deployment.', true)
->param('fallbackFile', '', new Text(255, 0), 'Fallback file for single page application sites.', true)
->param('providerRepositoryId', '', new Text(128, 0), 'Repository ID of the repo linked to the site.', true)