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 379d1dd commit 3522e53Copy full SHA for 3522e53
src/content/docs/byoip/get-started.mdx
@@ -50,13 +50,13 @@ curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/addressing/prefix
50
}
51
```
52
53
-```json title="Response" {15-19}
+```json title="Response" {15-19} ""id": "72823e95d6c64d48a8111fec81179816""
54
55
"result": {
56
"id": "72823e95d6c64d48a8111fec81179816",
57
"created_at": "2025-02-25T00:34:11.423722Z",
58
"modified_at": "2025-02-25T00:34:11.423722Z",
59
- "cidr": "1.255.115.0/24",
+ "cidr": "203.0.113.0/24",
60
"account_id": "654c5f71c324478cc9f68d60065d4620",
61
"description": "",
62
"approved": "P",
0 commit comments