Add PUT request_method

This commit is contained in:
Paul Pfeister 2024-05-06 01:13:20 -04:00
parent 198798d28b
commit 2da7195ba8
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
},
"request_method": {
"type": "string",
"enum": [ "GET", "POST", "HEAD" ]
"enum": [ "GET", "POST", "HEAD", "PUT" ]
},
"errorType": {
"type": "string",