diff --git a/templates/13.2.1.yaml b/templates/13.2.1.yaml index 1f57bb9..d996df8 100644 --- a/templates/13.2.1.yaml +++ b/templates/13.2.1.yaml @@ -55,6 +55,8 @@ http: status: - 405 - 501 + - 400 + - 404 - method: DELETE path: @@ -73,3 +75,5 @@ http: status: - 405 - 501 + - 400 + - 404 diff --git a/templates/14.5.1.yaml b/templates/14.5.1.yaml index bdde8bd..ddb9334 100644 --- a/templates/14.5.1.yaml +++ b/templates/14.5.1.yaml @@ -30,6 +30,8 @@ http: status: - 405 - 501 + - 404 + - 400 - type: regex part: body regex: @@ -46,3 +48,5 @@ http: status: - 405 - 501 + - 404 + - 400