Update swagger.yaml

Fix semantic error:  add slash in the value of $refs in the swagger for
This commit is contained in:
Andy Ladjadj 2017-11-27 23:55:49 +01:00 committed by GitHub
parent d13321f2b5
commit a1dce0d951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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':