Skip to content

Commit 2447a8f

Browse files
Hyperlint Automation Fix
1 parent 73aee2d commit 2447a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/changelog/browser-rendering/2025-02-27-br-rest-api-beta.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: New REST API is in open beta!
2+
title: New REST API is in open beta
33
description: We've released a new REST API in open beta.
44
products:
55
- browser-rendering
@@ -23,7 +23,7 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-
2323
-H 'Authorization: Bearer <apiToken>' \
2424
-H 'Content-Type: application/json' \
2525
-d '{
26-
"html": "Hello World!",
26+
"html": "Hello World.",
2727
"screenshotOptions": {
2828
"type": "webp",
2929
"omitBackground": true

0 commit comments

Comments
 (0)