Skip to content

Commit 3ccbe27

Browse files
committed
changed ipaddressupdate for rdns and ipv6 parameters
1 parent 59f2b3e commit 3ccbe27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7892,13 +7892,13 @@ paths:
78927892
parameters:
78937893
- name: linodeId
78947894
in: path
7895-
description: The ID of the Linode to look up.
7895+
description: The ID of the Linode.
78967896
required: true
78977897
schema:
78987898
type: integer
78997899
- name: address
79007900
in: path
7901-
description: The IP address to look up.
7901+
description: The IP address.
79027902
required: true
79037903
schema:
79047904
type: string
@@ -7939,9 +7939,9 @@ paths:
79397939
x-linode-grant: read_write
79407940
tags:
79417941
- Linode Instances
7942-
summary: IP Address Update
7942+
summary: IP Address RDNS Update
79437943
description: |
7944-
Updates a the reverse DNS (RDNS) for a particular IP Address associated with this Linode.
7944+
Updates the reverse DNS (RDNS) for a Linode's IP Address. This may be done for both IPv4 and IPv6 addresses.
79457945

79467946
Setting the RDNS to `null` for a public IPv4 address, resets it to the default "ip.linodeusercontent.com" RDNS value.
79477947
operationId: updateLinodeIP
@@ -18373,7 +18373,7 @@ paths:
1837318373
description: >
1837418374
Attaches a Volume on your Account
1837518375
to an existing Linode on your Account. In order for this request to
18376-
complete successfully, your User must have `read_only` or `read_write`
18376+
complete successfully, your User must have `read_write`
1837718377
permission to the Volume and `read_write` permission to the Linode.
1837818378
Additionally, the Volume and Linode must be located in the same Region.
1837918379
tags:

0 commit comments

Comments
 (0)