Skip to content

Commit 3522e53

Browse files
Fix cidr example to match throughout and mark id line
1 parent 379d1dd commit 3522e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/byoip/get-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/addressing/prefix
5050
}
5151
```
5252
53-
```json title="Response" {15-19}
53+
```json title="Response" {15-19} ""id": "72823e95d6c64d48a8111fec81179816""
5454
5555
"result": {
5656
"id": "72823e95d6c64d48a8111fec81179816",
5757
"created_at": "2025-02-25T00:34:11.423722Z",
5858
"modified_at": "2025-02-25T00:34:11.423722Z",
59-
"cidr": "1.255.115.0/24",
59+
"cidr": "203.0.113.0/24",
6060
"account_id": "654c5f71c324478cc9f68d60065d4620",
6161
"description": "",
6262
"approved": "P",

0 commit comments

Comments
 (0)