1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-18 06:18:08 +00:00

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

This commit is contained in:
Julien Duponchelle 2015-11-03 17:11:58 +01:00
parent 7967a922bc
commit 12f027a882

View File

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