You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/ipam/v1/ipam_sdk.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ type BookIPRequest struct {
209
209
// IsIPv6: request an IPv6 instead of an IPv4.
210
210
IsIPv6bool`json:"is_ipv6"`
211
211
212
-
// Address: note that only the Private Network source allows you to pick a specific IP. If the requested IP is already booked, then the call will fail.
212
+
// Address: the requested address should not include the subnet mask (/suffix). Note that only the Private Network source allows you to pick a specific IP. If the requested IP is already booked, then the call will fail.
0 commit comments