Add PUT request_method

pull/2099/head
Paul Pfeister 4 weeks ago
parent 198798d28b
commit 2da7195ba8

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

Loading…
Cancel
Save