Auto Generate Syntax Docs + JSONSchema [Thu Feb 3 05:55:07 UTC 2022] 🤖

This commit is contained in:
GitHub Action 2022-02-03 05:55:07 +00:00
parent 04f8f84c9d
commit ddd652c3ed
3 changed files with 5 additions and 1 deletions

View File

@ -2506,6 +2506,8 @@ Enum Values:
- <code>TXT</code> - <code>TXT</code>
- <code>AAAA</code> - <code>AAAA</code>
- <code>CAA</code>
</div> </div>
<hr /> <hr />

View File

@ -338,7 +338,8 @@
"PTR", "PTR",
"MX", "MX",
"TXT", "TXT",
"AAAA" "AAAA",
"CAA"
], ],
"type": "string", "type": "string",
"title": "type of DNS request to make", "title": "type of DNS request to make",

View File

@ -1110,6 +1110,7 @@ func init() {
"MX", "MX",
"TXT", "TXT",
"AAAA", "AAAA",
"CAA",
} }
FILERequestDoc.Type = "file.Request" FILERequestDoc.Type = "file.Request"