Skip to content

Commit 048a6e2

Browse files
Update src/content/docs/browser-rendering/quick-actions-rest-api/screenshot-endpoint.mdx
Co-authored-by: Sofia <[email protected]>
1 parent 3db0a71 commit 048a6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-
5555
-d '{
5656
"url": "https://example.com/",
5757
"addScriptTag": [
58-
{ "url": "https://code.jquery.com/jquery-3.7.1.min.js" },
58+
5959
{ "content": "document.querySelector(`h1`).innerText = `Hello World!!!`" }
6060
],
6161
"addStyleTag": [

0 commit comments

Comments
 (0)