Auto Generate Syntax Docs + JSONSchema [Mon Feb 6 23:25:05 UTC 2023] 🤖

This commit is contained in:
GitHub Action 2023-02-06 23:25:05 +00:00
parent 10dd4d7540
commit afe2114d58
2 changed files with 2 additions and 2 deletions

View File

@ -2268,7 +2268,7 @@ Enum Values:
- <code>GET</code>
- <code>GET</code>
- <code>HEAD</code>
- <code>POST</code>

View File

@ -965,7 +965,7 @@ func init() {
HTTPMethodTypeHolderDoc.Fields[0].Comments[encoder.LineComment] = ""
HTTPMethodTypeHolderDoc.Fields[0].EnumFields = []string{
"GET",
"GET",
"HEAD",
"POST",
"PUT",
"DELETE",