mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
add other methods to http request schema
This commit is contained in:
@@ -79,7 +79,7 @@ func init() {
|
|||||||
"method": {
|
"method": {
|
||||||
Title: "HTTP Method",
|
Title: "HTTP Method",
|
||||||
Type: "string",
|
Type: "string",
|
||||||
Enum: []any{"GET", "POST"},
|
Enum: []any{"GET", "POST", "PUT", "PATCH", "DELETE"},
|
||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
Title: "URL",
|
Title: "URL",
|
||||||
|
|||||||
Reference in New Issue
Block a user