Skip to content

Commit 24deadd

Browse files
authored
Apply suggestions from code review
1 parent 65a9fde commit 24deadd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/ipam/api-cli/set-ip-reverse.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ curl -X PATCH \
4040
"reverses":[
4141
{
4242
"hostname":"reverse1.example.com",
43-
"address":"2001:bc8:710:5c6f::1"
43+
"address":"2001:db8::1"
4444
},
4545
{
4646
"hostname":"reverse2.example.com",
47-
"address":"2001:bc8:710:5c6f::2"
47+
"address":"2001:db8::2"
4848
},
4949
{
5050
"hostname":"reverse3.example.com",
51-
"address":"2001:bc8:710:5c6f::3"
51+
"address":"2001:db8::3"
5252
}
5353
]
5454
}'

0 commit comments

Comments
 (0)