Skip to content

Commit bd3518f

Browse files
Hyperlint Automation Fix
1 parent 30af28d commit bd3518f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/analytics/graphql-api/tutorials/querying-magic-firewall-ids-samples.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Querying Magic Firewall Intrusion Detection System (IDS) samples with Gra
66

77
In this example, we are going to use the GraphQL Analytics API to query for IDS samples over a specified time period.
88

9-
The following API call will request IDS samples over a one hour period, and output the requested fields. Be sure to replace `<CLOUDFLARE_ACCOUNT_TAG>` and `<API_TOKEN>`[^1] with your account tag and API credentials, and adjust the `datetime_geg` and `datetime_leq` values to your liking.
9+
The following API call will request IDS samples over a one hour period, and output the requested fields. Be sure to replace `<CLOUDFLARE_ACCOUNT_TAG>` and `<API_TOKEN>`[^1] with your account tag and API credentials, and adjust the `datetime_geq` and `datetime_leq` values to your liking.
1010

1111
## API Call
1212

@@ -102,4 +102,4 @@ https://api.cloudflare.com/client/v4/graphql \
102102
#=> }
103103
```
104104

105-
[^1]: Refer to [Configure an Analytics API token](/analytics/graphql-api/getting-started/authentication/api-token-auth/) for more information on configuration and permissions.
105+
[^1]: Refer to [Configure an Analytics API token](/analytics/graphql-api/getting-started/authentication/api-token-auth/) for more information on configuration and permissions.

0 commit comments

Comments
 (0)