From a1dce0d9517eca9e78766a80b3af241474826d4c Mon Sep 17 00:00:00 2001 From: Andy Ladjadj Date: Mon, 27 Nov 2017 23:55:49 +0100 Subject: [PATCH] Update swagger.yaml Fix semantic error: add slash in the value of $refs in the swagger for --- docs/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 1a4143473..5c355f33c 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -1158,7 +1158,7 @@ paths: schema: type: array items: - $ref: '#definitions/VulnerabilityItem' + $ref: '#/definitions/VulnerabilityItem' '401': description: User needs to login or call the API with correct credentials. '403':