Skip to content

Commit d3897b7

Browse files
authored
Merge pull request #846 from jddocs/ipaddressupdatefix-20230907
Changed IP Address Update
2 parents 25a7a4d + 3ccbe27 commit d3897b7

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
@@ -7911,13 +7911,13 @@ paths:
79117911
parameters:
79127912
- name: linodeId
79137913
in: path
7914-
description: The ID of the Linode to look up.
7914+
description: The ID of the Linode.
79157915
required: true
79167916
schema:
79177917
type: integer
79187918
- name: address
79197919
in: path
7920-
description: The IP address to look up.
7920+
description: The IP address.
79217921
required: true
79227922
schema:
79237923
type: string
@@ -7958,9 +7958,9 @@ paths:
79587958
x-linode-grant: read_write
79597959
tags:
79607960
- Linode Instances
7961-
summary: IP Address Update
7961+
summary: IP Address RDNS Update
79627962
description: |
7963-
Updates a the reverse DNS (RDNS) for a particular IP Address associated with this Linode.
7963+
Updates the reverse DNS (RDNS) for a Linode's IP Address. This may be done for both IPv4 and IPv6 addresses.
79647964

79657965
Setting the RDNS to `null` for a public IPv4 address, resets it to the default "ip.linodeusercontent.com" RDNS value.
79667966
operationId: updateLinodeIP

0 commit comments

Comments
 (0)