Merge pull request 'Add type to validation findings' (#6) from finding_type into master

This commit is contained in:
dkdent 2020-12-01 20:36:38 +00:00
commit 76a8369434

View file

@ -93,6 +93,9 @@ components:
type: string
message:
type: string
"type":
type: string
enum: ["ERR", "WARN"]
responses:
AuthenticationRequired:
description: Authentication is required (401)