Record
create-site-deploy-params
No description available.
record create-site-deploy-params {
site-id: string,
deploy-previews: option<bool>,
production: option<bool>,
state: option<list-site-deploys-state-enum>,
branch: option<string>,
latest-published: option<bool>,
title: option<string>,
async-op: option<bool>,
branch-v2: 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-previews | option<bool> | |
| production | option<bool> | |
| state | option<list-site-deploys-state-enum> | |
| branch | option<string> | |
| latest-published | option<bool> | |
| title | option<string> | |
| async-op | option<bool> | |
| branch-v2 | 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> |