File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7892,13 +7892,13 @@ paths:
7892
7892
parameters:
7893
7893
- name: linodeId
7894
7894
in: path
7895
- description: The ID of the Linode to look up .
7895
+ description: The ID of the Linode.
7896
7896
required: true
7897
7897
schema:
7898
7898
type: integer
7899
7899
- name: address
7900
7900
in: path
7901
- description: The IP address to look up .
7901
+ description: The IP address.
7902
7902
required: true
7903
7903
schema:
7904
7904
type: string
@@ -7939,9 +7939,9 @@ paths:
7939
7939
x-linode-grant: read_write
7940
7940
tags:
7941
7941
- Linode Instances
7942
- summary: IP Address Update
7942
+ summary: IP Address RDNS Update
7943
7943
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 .
7945
7945
7946
7946
Setting the RDNS to `null` for a public IPv4 address, resets it to the default "ip.linodeusercontent.com" RDNS value.
7947
7947
operationId: updateLinodeIP
@@ -18373,7 +18373,7 @@ paths:
18373
18373
description: >
18374
18374
Attaches a Volume on your Account
18375
18375
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`
18377
18377
permission to the Volume and `read_write` permission to the Linode.
18378
18378
Additionally, the Volume and Linode must be located in the same Region.
18379
18379
tags:
You can’t perform that action at this time.
0 commit comments