Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 808 Bytes

File metadata and controls

26 lines (13 loc) · 808 Bytes

BuiltByBitApi.DownloadPlan

Properties

Name Type Description Notes
level String
actions [DownloadPlanAction] [optional]
notices [DownloadPlanNotice] [optional]
unsupported [String] A list of features which were unsupported (not passed into the 'supported' query paramter) which were needed, resulting in the plan level being downgraded to 'manual'. [optional]
requiresEmptyServer String Whether the server files must be empty before exeucting the plan steps. [optional]

Enum: LevelEnum

  • full (value: "full")

  • partial (value: "partial")

  • manual (value: "manual")