diff --git a/gns3server/modules/vpcs/schemas.py b/gns3server/modules/vpcs/schemas.py index 52a6bef3..229e2acc 100644 --- a/gns3server/modules/vpcs/schemas.py +++ b/gns3server/modules/vpcs/schemas.py @@ -27,7 +27,6 @@ VPCS_CREATE_SCHEMA = { "minLength": 1, }, }, - "required": ["path"] } VPCS_DELETE_SCHEMA = {