Record
update-site-deploy-params
No description available.
record update-site-deploy-params {
site-id: string,
deploy-id: string,
async-op: option<bool>,
branch: option<string>,
draft: option<bool>,
files: option<files-files>,
framework: option<string>,
function-schedules: option<list<function-schedule>>,
functions: option<files-functions>,
functions-config: option<files-functions-config>,
}Fields
| Name | Type | Description |
|---|---|---|
| site-id | string | |
| deploy-id | string | |
| async-op | option<bool> | |
| branch | option<string> | |
| draft | option<bool> | |
| files | option<files-files> | |
| framework | option<string> | |
| function-schedules | option<list<function-schedule>> | |
| functions | option<files-functions> | |
| functions-config | option<files-functions-config> |