Add type to validation findings #6

Merged
dkdent merged 1 commit from finding_type into master 2020-12-01 21:36:40 +01:00

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)