Skip to content

Latest commit

 

History

History
75 lines (53 loc) · 1.75 KB

wizard.rst

File metadata and controls

75 lines (53 loc) · 1.75 KB

Wizard

Note

All wizard operations require either the ADMIN permission or the firstRun flag to be true.

Retrieve additional data about registered wizards

Finish wizards

Data model

Wizard data entry

Name Multiplicity Type Description
required 1 bool Whether the wizard needs to be run (true) or not (false)
details 1 object Details for the wizard's UI provided by the wizard plugin
version 1 int or null Version of the wizard
ignored 1 bool Whether the wizard has already been seen/is ignored (true) or not (false)