diff --git a/src/content/docs/cloudflare-one/policies/gateway/lists.mdx b/src/content/docs/cloudflare-one/policies/gateway/lists.mdx index 1a4b90bdb4b9015..29cb325e58869f8 100644 --- a/src/content/docs/cloudflare-one/policies/gateway/lists.mdx +++ b/src/content/docs/cloudflare-one/policies/gateway/lists.mdx @@ -16,7 +16,7 @@ Before creating a list, make note of the [limitations](#limitations). Lists can contain a single type of data each. Supported data types include: - URLs -- Hostnames +- Hostnames or domains - Serial numbers - User email addresses - IP addresses diff --git a/src/content/partials/cloudflare-one/gateway/lists.mdx b/src/content/partials/cloudflare-one/gateway/lists.mdx index 610a30da0509c49..7e7308196ff8db9 100644 --- a/src/content/partials/cloudflare-one/gateway/lists.mdx +++ b/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 ```bash -curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/lists \ +curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/gateway/lists \ --header "Content-Type: application/json" \ ---header "Authorization: Bearer " \ +--header "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \ --data '{ "description": "Private application IPs", "items": [{"value": "10.226.0.177/32"},{"value": "10.226.1.177/32"}],