Skip to content

Commit 355c920

Browse files
authored
Update src/content/docs/1.1.1.1/encryption/dns-over-https/make-api-requests/dns-json.mdx
1 parent cbf5be5 commit 355c920

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/1.1.1.1/encryption/dns-over-https/make-api-requests

1 file changed

+1
-1
lines changed

src/content/docs/1.1.1.1/encryption/dns-over-https/make-api-requests/dns-json.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The following tables have more information on each response field.
8383
| `AD` | If true, it means that every record in the answer was verified with DNSSEC. |
8484
| `CD` | If true, the client asked to disable DNSSEC validation. In this case, Cloudflare will still fetch the DNSSEC-related records, but it will not attempt to validate the records. |
8585
| `Question: name` | The record name requested. |
86-
The types of DNS records requested are defined here: [https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4).
86+
| `Question: type` | The type of DNS record requested. These are defined here: [https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4). |
8787
| `Answer: name` | The record owner. |
8888
| `Answer: type` | The type of DNS record. These are defined here: [https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4). |
8989
| `Answer: TTL` | The number of seconds the answer can be stored in cache before it is considered stale. |

0 commit comments

Comments
 (0)