Wasm Directoryalpha
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

NameTypeDescription
site-idstring
deploy-idstring
async-opoption​<bool>
branchoption​<string>
draftoption​<bool>
filesoption​<files-files>
frameworkoption​<string>
function-schedulesoption​<list​<function-schedule>>
functionsoption​<files-functions>
functions-configoption​<files-functions-config>