File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change 1
1
openapi: 3.0.1
2
2
info:
3
- version: 4.157.1
3
+ version: 4.157.0
4
4
5
5
title: Linode API
6
6
description: |
@@ -12196,18 +12196,14 @@ paths:
12196
12196
content:
12197
12197
application/json:
12198
12198
schema:
12199
- type: object
12200
- properties:
12201
- data:
12202
- type: array
12203
- items:
12204
- $ref: '#/components/schemas/IPAddress'
12205
- page:
12206
- $ref: '#/components/schemas/PaginationEnvelope/properties/page'
12207
- pages:
12208
- $ref: '#/components/schemas/PaginationEnvelope/properties/pages'
12209
- results:
12210
- $ref: '#/components/schemas/PaginationEnvelope/properties/results'
12199
+ allOf:
12200
+ - $ref: '#/components/schemas/PaginationEnvelope'
12201
+ - type: object
12202
+ properties:
12203
+ data:
12204
+ type: array
12205
+ items:
12206
+ $ref: '#/components/schemas/IPAddress'
12211
12207
default:
12212
12208
$ref: '#/components/responses/ErrorResponse'
12213
12209
x-code-samples:
@@ -21485,6 +21481,7 @@ components:
21485
21481
The reverse DNS assigned to this address. For public IPv4 addresses,
21486
21482
this will be set to a default value provided by Linode if not
21487
21483
explicitly set.
21484
+ x-linode-filterable: true
21488
21485
x-linode-cli-display: 4
21489
21486
example: test.example.org
21490
21487
nullable: true
You can’t perform that action at this time.
0 commit comments