Allow empty project directory

pull/100/head
Julien Duponchelle 9 years ago
parent 5a0c224292
commit ab122d969e

@ -23,7 +23,7 @@ PROJECT_CREATE_SCHEMA = {
"properties": {
"path": {
"description": "Project directory",
"type": "string",
"type": ["string", "null"],
"minLength": 1
},
"project_id": {

Loading…
Cancel
Save