From 2da7195ba8e835b1e4e97455da4378668176f837 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 6 May 2024 01:13:20 -0400 Subject: [PATCH] Add PUT request_method --- sherlock/resources/data.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/resources/data.schema.json b/sherlock/resources/data.schema.json index 5f085410..931255de 100644 --- a/sherlock/resources/data.schema.json +++ b/sherlock/resources/data.schema.json @@ -33,7 +33,7 @@ }, "request_method": { "type": "string", - "enum": [ "GET", "POST", "HEAD" ] + "enum": [ "GET", "POST", "HEAD", "PUT" ] }, "errorType": { "type": "string",