Skip to content

Commit f6ad7ef

Browse files
authored
Update content-endpoint.mdx
1 parent dfba25a commit f6ad7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ curl -X 'POST' 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browse
2828
import Cloudflare from "cloudflare";
2929

3030
const client = new Cloudflare({
31-
apiToken: "nR_paJ1qn-XDIVzbVjIG3oPDJhUgqvQ24OaoMUgh"
31+
apiToken: process.env["CLOUDFLARE_API_TOKEN"],
3232
});
3333

3434
const content = await client.browserRendering.content.create({

0 commit comments

Comments
 (0)