Allow to return an empty project name because it's allowed in creation

pull/370/head
Julien Duponchelle 9 years ago
parent 7967a922bc
commit 12f027a882

@ -75,7 +75,7 @@ PROJECT_OBJECT_SCHEMA = {
"properties": {
"name": {
"description": "Project name",
"type": "string",
"type": ["string", "null"],
"minLength": 1
},
"location": {

Loading…
Cancel
Save