Skip to content

Commit d6b0ad7

Browse files
Update src/content/docs/browser-rendering/quick-actions-rest-api/snapshot.mdx
Co-authored-by: Sofia <[email protected]>
1 parent 5371bdf commit d6b0ad7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-
1818
-d '{
1919
"url": "https://example.com/",
2020
"addScriptTag": [
21-
{ "content": "document.body.innerHTML = "Snapshot Page";" }
21+
{ "content": "document.body.innerHTML = \"Snapshot Page\";" }
2222
]
2323
}'
2424
```

0 commit comments

Comments
 (0)