Auto Generate Syntax Docs + JSONSchema [Thu May 4 11:28:35 UTC 2023] 🤖

This commit is contained in:
GitHub Action
2023-05-04 11:28:35 +00:00
parent 9bf2ec09fc
commit 5c62e7a296
3 changed files with 5 additions and 1 deletions

View File

@@ -2031,6 +2031,8 @@ Enum Values:
- <code>CAA</code>
- <code>TLSA</code>
- <code>ANY</code>
</div>
<hr />

View File

@@ -399,7 +399,8 @@
"TXT",
"AAAA",
"CAA",
"TLSA"
"TLSA",
"ANY"
],
"type": "string",
"title": "type of DNS request to make",

View File

@@ -895,6 +895,7 @@ func init() {
"AAAA",
"CAA",
"TLSA",
"ANY",
}
FILERequestDoc.Type = "file.Request"