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:
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…
Reference in New Issue
Block a user