Skip to content

Commit 7e8b3da

Browse files
Update src/content/docs/zaraz/monitoring/monitoring-api.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 32b7145 commit 7e8b3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/zaraz/monitoring/monitoring-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ curl -X POST https://api.cloudflare.com/client/v4/graphql \
192192
### Explanation of the `curl` Components
193193

194194
- **Authorization**: The `Authorization` header requires a Bearer token. Replace `$TOKEN` with your actual API token.
195-
- **Content-Type**: Set to `application/json` to indicate a JSON payload.
195+
- **Content-Type**: Set `application/json` to indicate a JSON payload.
196196
- **Data Payload**: This payload includes the GraphQL query and variable parameters, such as `zoneTag`, `start`, `end`, `limit`, and `orderBy`.
197197

198198
This `curl` example will return a JSON response containing event counts and timestamps within the specified date range. Modify the `variables` values as needed for your use case.

0 commit comments

Comments
 (0)