Skip to content

Commit 6d2033b

Browse files
Revert "Attempt to use APIRequest component"
This reverts commit 41f048c.
1 parent 41f048c commit 6d2033b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/content/docs/dns/dns-firewall/analytics.mdx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66

77
---
88

9-
import { Badge, APIRequest } from "~/components";
9+
import { Badge } from "~/components";
1010

1111
Consider the sections below to learn how to access analytics and logs for your DNS Firewall.
1212

@@ -25,13 +25,6 @@ The DNS Firewall analytics has two [schemas](/analytics/graphql-api/getting-star
2525

2626
You can also use the DNS Firewall API [reports endpoint](/api/resources/dns_firewall/subresources/analytics/subresources/reports/).
2727

28-
<APIRequest
29-
path="/accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report"
30-
method="GET"
31-
parameters={{
32-
dns_firewall_id: "f0be43d6a6654f22b6a924aff9d5852a"
33-
}}
34-
/>
3528

3629
## Logs
3730

0 commit comments

Comments
 (0)