Skip to content

Commit 7901a23

Browse files
Hyperlint Automation Fix
1 parent c75fcaa commit 7901a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/changelog/audit-logs/2025-03-27-automatic-audit-logs-beta-release.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Availability: Audit logs (version 2) is now in Beta, with support limited to **A
99

1010
Use the following API endpoint to retrieve audit logs:
1111
```js
12-
GET https://api.cloudflare.com/client/v4/accounts/<account_id>/logs/audit?since=<date>&before=<date>
12+
GET 'https://api.cloudflare.com/client/v4/accounts/<account_id>/logs/audit?since=<date>&before=<date>'
1313
```
1414
```
15-
You can access detailed documentation for the audit logs (version 2) Beta API release in the [Audit Logs API documentation](/api/resources/accounts/subresources/logs/subresources/audit/methods/list/).
15+
You can access detailed documentation for the audit logs (version 2) Beta API release in the [Audit Logs API documentation for listing audit logs](/api/resources/accounts/subresources/logs/subresources/audit/methods/list/).
1616
1717
**Key Improvements in the Beta Release:**
1818

0 commit comments

Comments
 (0)