Auto Generate Syntax Docs + JSONSchema [Sun Jan 16 11:36:33 UTC 2022] 🤖

dev
GitHub Action 2022-01-16 11:36:33 +00:00
parent 2ee27c87cf
commit 72e842885d
3 changed files with 6 additions and 2 deletions

View File

@ -2172,6 +2172,8 @@ Enum Values:
- <code>PATCH</code>
- <code>PURGE</code>
- <code>Debug</code>
</div>
<hr />

View File

@ -614,11 +614,12 @@
"OPTIONS",
"TRACE",
"PATCH",
"PURGE"
"PURGE",
"DEBUG"
],
"type": "string",
"title": "method is the HTTP request method",
"description": "Method is the HTTP Request Method,enum=GET,enum=HEAD,enum=POST,enum=PUT,enum=DELETE,enum=CONNECT,enum=OPTIONS,enum=TRACE,enum=PATCH,enum=PURGE"
"description": "Method is the HTTP Request Method,enum=GET,enum=HEAD,enum=POST,enum=PUT,enum=DELETE,enum=CONNECT,enum=OPTIONS,enum=TRACE,enum=PATCH,enum=PURGE,enum=DEBUG"
},
"http.Request": {
"properties": {

View File

@ -922,6 +922,7 @@ func init() {
"TRACE",
"PATCH",
"PURGE",
"Debug",
}
SignatureTypeHolderDoc.Type = "SignatureTypeHolder"