From 3b05d898378b4a70b8884c55b9759257cb647c66 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 18 May 2014 19:20:05 -0600 Subject: [PATCH] Fix issue with VPCS create request. --- gns3server/modules/vpcs/schemas.py | 1 - 1 file changed, 1 deletion(-) 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 = {