We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb16df commit b0c12e5Copy full SHA for b0c12e5
src/content/partials/cloudflare-one/gateway/lists.mdx
@@ -48,9 +48,9 @@ You can now use this list in the policy builder by choosing the _in list_ operat
48
<TabItem label="API">
49
50
```bash
51
-curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/lists \
+curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/gateway/lists \
52
--header "Content-Type: application/json" \
53
---header "Authorization: Bearer <API_TOKEN>" \
+--header "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \
54
--data '{
55
"description": "Private application IPs",
56
"items": [{"value": "10.226.0.177/32"},{"value": "10.226.1.177/32"}],
0 commit comments