We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a52614 + c891fca commit 9c8c436Copy full SHA for 9c8c436
openapi.yaml
@@ -12884,7 +12884,19 @@ paths:
12884
content:
12885
application/json:
12886
schema:
12887
- $ref: '#/components/schemas/IPAddress'
+ required:
12888
+ - rdns
12889
+ type: object
12890
+ properties:
12891
+ rdns:
12892
+ type: string
12893
+ description: >
12894
+ The reverse DNS assigned to this address. For public IPv4 addresses,
12895
+ this will be set to a default value provided by Linode if not
12896
+ explicitly set.
12897
+ x-linode-cli-display: 4
12898
+ nullable: true
12899
+ example: test.example.org
12900
responses:
12901
'200':
12902
description: RDNS set successfully
0 commit comments