@@ -4101,7 +4101,7 @@ paths:
4101
4101
enum :
4102
4102
- ipv4
4103
4103
description : >
4104
- The type of address you are requesting. Right now, only
4104
+ The type of address you are requesting. Only
4105
4105
IPv4 addresses may be allocated through this endpoint.
4106
4106
example : ipv4
4107
4107
public :
@@ -6444,7 +6444,7 @@ paths:
6444
6444
enum :
6445
6445
- ipv4
6446
6446
description : >
6447
- The type of address you are requesting. Right now, only
6447
+ The type of address you are requesting. Only
6448
6448
IPv4 addresses may be allocated through this endpoint.
6449
6449
example : ipv4
6450
6450
public :
@@ -6567,7 +6567,7 @@ paths:
6567
6567
linode-cli networking ip-update 97.107.143.141 --rdns "test.example.org"
6568
6568
/networking/ipv4/assign :
6569
6569
description : >
6570
- Allows redistribution of v4 IP Addresses within a region. Any number
6570
+ Allows redistribution of IPv4 Addresses within a region. Any number
6571
6571
of IPs may be assigned in one request, as long as all Linodes end up
6572
6572
with at least one public and no more than one private IP Address at the
6573
6573
end of the assignment.
@@ -6579,7 +6579,7 @@ paths:
6579
6579
summary : Assign IPs to Linodes
6580
6580
description : >
6581
6581
Assign multiple IPs to multiple Linodes in one region. This allows
6582
- swapping, shuffling, or otherwise reorganizing v4 IP Addresses to your
6582
+ swapping, shuffling, or otherwise reorganizing IPv4 Addresses to your
6583
6583
Linodes. When the assignment is finished, all Linodes must end up with
6584
6584
at least one public IPv4 and no more than one private IPv4.
6585
6585
operationId : assignIPs
0 commit comments