Auto Generate Syntax Docs + JSONSchema [Tue Sep 14 13:33:29 UTC 2021] 🤖

This commit is contained in:
GitHub Action 2021-09-14 13:33:29 +00:00
parent 518ba1ab39
commit c73c6a9f62
3 changed files with 6 additions and 1 deletions

View File

@ -869,6 +869,8 @@ Valid values:
- <code>TRACE</code> - <code>TRACE</code>
- <code>PATCH</code> - <code>PATCH</code>
- <code>PURGE</code>
</div> </div>
<hr /> <hr />

View File

@ -207,6 +207,7 @@
"size", "size",
"word", "word",
"regex", "regex",
"binary",
"dsl" "dsl"
], ],
"type": "string", "type": "string",
@ -615,7 +616,8 @@
"CONNECT", "CONNECT",
"OPTIONS", "OPTIONS",
"TRACE", "TRACE",
"PATCH" "PATCH",
"PURGE"
], ],
"type": "string", "type": "string",
"title": "method is the http request method", "title": "method is the http request method",

View File

@ -339,6 +339,7 @@ func init() {
"OPTIONS", "OPTIONS",
"TRACE", "TRACE",
"PATCH", "PATCH",
"PURGE",
} }
HTTPRequestDoc.Fields[9].Name = "body" HTTPRequestDoc.Fields[9].Name = "body"
HTTPRequestDoc.Fields[9].Type = "string" HTTPRequestDoc.Fields[9].Type = "string"