diff --git a/src/content/docs/browser-rendering/rest-api/pdf-endpoint.mdx b/src/content/docs/browser-rendering/rest-api/pdf-endpoint.mdx index 6494b2287e96ac1..9e8d475be629cb7 100644 --- a/src/content/docs/browser-rendering/rest-api/pdf-endpoint.mdx +++ b/src/content/docs/browser-rendering/rest-api/pdf-endpoint.mdx @@ -40,8 +40,7 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts//browser- -d '{ "url": "https://example.com/", "addStyleTag": [ - { "content": "body { font-family: Arial; }" }, - { "url": "https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" } + { "content": "body { font-family: Arial; }" } ] }' \ --output "output.pdf"