Skip to content

Commit e095b4e

Browse files
author
Josh Sager
committed
Addressed PF feedback
1 parent 343ae3e commit e095b4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4101,7 +4101,7 @@ paths:
41014101
enum:
41024102
- ipv4
41034103
description: >
4104-
The type of address you are requesting. Right now, only
4104+
The type of address you are requesting. Only
41054105
IPv4 addresses may be allocated through this endpoint.
41064106
example: ipv4
41074107
public:
@@ -6444,7 +6444,7 @@ paths:
64446444
enum:
64456445
- ipv4
64466446
description: >
6447-
The type of address you are requesting. Right now, only
6447+
The type of address you are requesting. Only
64486448
IPv4 addresses may be allocated through this endpoint.
64496449
example: ipv4
64506450
public:
@@ -6567,7 +6567,7 @@ paths:
65676567
linode-cli networking ip-update 97.107.143.141 --rdns "test.example.org"
65686568
/networking/ipv4/assign:
65696569
description: >
6570-
Allows redistribution of v4 IP Addresses within a region. Any number
6570+
Allows redistribution of IPv4 Addresses within a region. Any number
65716571
of IPs may be assigned in one request, as long as all Linodes end up
65726572
with at least one public and no more than one private IP Address at the
65736573
end of the assignment.
@@ -6579,7 +6579,7 @@ paths:
65796579
summary: Assign IPs to Linodes
65806580
description: >
65816581
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
65836583
Linodes. When the assignment is finished, all Linodes must end up with
65846584
at least one public IPv4 and no more than one private IPv4.
65856585
operationId: assignIPs

0 commit comments

Comments
 (0)