Skip to content

Commit c06b93e

Browse files
authored
docs: reflect API change — regions now map to IPv6 address arrays (#1305)
The allow-listing guide previously stated that each region key in the JSON object held a single IPv6 address. Because the API now returns multiple addresses per region, step 5 has been updated to specify that each region key maps to an array of all IPv6s for that region. Ref: checkly/checkly-backend#6587
1 parent 437b2c5 commit c06b93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/monitoring/allowlisting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ curl https://api.checklyhq.com/v1/static-ips.txt
4242
curl https://api.checklyhq.com/v1/static-ipv6s
4343
```
4444

45-
5. A JSON object with regions as keys and an IPv6 as value.
45+
5. A JSON object with regions as keys and arrays of all IPv6s of that region as the value
4646

4747
```bash
4848
curl https://api.checklyhq.com/v1/static-ipv6s-by-region

0 commit comments

Comments
 (0)