Skip to content

Commit e150bbf

Browse files
committed
TPT-4277: Implement support for Reserved IP for IPv4
1 parent f1eb655 commit e150bbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

network_reserved_ips.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type ReserveIPOptions struct {
2323
// UpdateReservedIPOptions represents the options for updating a reserved IP address
2424
// NOTE: Reserved IP feature may not currently be available to all users.
2525
type UpdateReservedIPOptions struct {
26-
Tags []string `json:"tags"`
26+
Tags []string `json:"tags,omitzero"`
2727
}
2828

2929
// ReservedIPPrice represents the pricing information for a reserved IP type.

0 commit comments

Comments
 (0)