Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7892,13 +7892,13 @@ paths:
parameters:
- name: linodeId
in: path
description: The ID of the Linode to look up.
description: The ID of the Linode.
required: true
schema:
type: integer
- name: address
in: path
description: The IP address to look up.
description: The IP address.
required: true
schema:
type: string
Expand Down Expand Up @@ -7939,9 +7939,9 @@ paths:
x-linode-grant: read_write
tags:
- Linode Instances
summary: IP Address Update
summary: IP Address RDNS Update
description: |
Updates a the reverse DNS (RDNS) for a particular IP Address associated with this Linode.
Updates the reverse DNS (RDNS) for a Linode's IP Address. This may be done for both IPv4 and IPv6 addresses.

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