Add PUT request_method
This commit is contained in:
parent
198798d28b
commit
2da7195ba8
|
|
@ -33,7 +33,7 @@
|
|||
},
|
||||
"request_method": {
|
||||
"type": "string",
|
||||
"enum": [ "GET", "POST", "HEAD" ]
|
||||
"enum": [ "GET", "POST", "HEAD", "PUT" ]
|
||||
},
|
||||
"errorType": {
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Reference in New Issue