Expose 'auto_open' and 'auto_start' properties in API when creating project. Fixes https://github.com/GNS3/gns3-gui/issues/3119

pull/1867/head
grossmj 3 years ago
parent 9de61cd671
commit 64f172fe20

@ -72,6 +72,14 @@ PROJECT_CREATE_SCHEMA = {
"description": "Project auto close",
"type": "boolean"
},
"auto_open": {
"description": "Project open when GNS3 start",
"type": "boolean"
},
"auto_start": {
"description": "Project start when opened",
"type": "boolean"
},
"project_id": {
"description": "Project UUID",
"type": ["string", "null"],

Loading…
Cancel
Save