Skip to content

Commit a4d75c9

Browse files
Update src/content/docs/browser-rendering/quick-actions-rest-api/snapshot.mdx
Co-authored-by: Maddy <[email protected]>
1 parent 21bb019 commit a4d75c9

File tree

1 file changed

+6
-1
lines changed
  • src/content/docs/browser-rendering/quick-actions-rest-api

1 file changed

+6
-1
lines changed

src/content/docs/browser-rendering/quick-actions-rest-api/snapshot.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ The `/snapshot` endpoint captures both the HTML content and a screenshot of the
99

1010
## Basic usage
1111

12-
Navigate to `https://example.com/`, injecting custom JavaScript and then capturing the rendered HTML and taking a screenshot.
12+
13+
1. Go to `https://example.com/`.
14+
2. Inject custom JavaScript.
15+
3. Capture the rendered HTML.
16+
4. Take a screenshot.
17+
1318

1419
```bash
1520
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/snapshot' \

0 commit comments

Comments
 (0)