add other methods to http request schema

This commit is contained in:
Joel Wetzell
2026-03-26 18:20:02 -05:00
parent 411888d8db
commit e2e9fb5eb6

View File

@@ -79,7 +79,7 @@ func init() {
"method": {
Title: "HTTP Method",
Type: "string",
Enum: []any{"GET", "POST"},
Enum: []any{"GET", "POST", "PUT", "PATCH", "DELETE"},
},
"url": {
Title: "URL",