Skip to content

Commit 4653fd5

Browse files
Update src/content/docs/browser-rendering/quick-actions-rest-api/pdf-endpoint.mdx
Co-authored-by: Sofia <[email protected]>
1 parent 11c235f commit 4653fd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-
1818
-d '{
1919
"url": "https://example.com/",
2020
"addStyleTag": [
21-
{ "content": "body { font-family: Arial; }" }
21+
{ "content": "body { font-family: Arial; }" },
22+
{ "url": "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" }
2223
]
2324
}' \
2425
--output "output.pdf"

0 commit comments

Comments
 (0)