Skip to content

Commit 2407949

Browse files
committed
Added filterable properties to IP Address
1 parent e666534 commit 2407949

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

openapi.yaml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.157.1
3+
version: 4.157.0
44

55
title: Linode API
66
description: |
@@ -12196,18 +12196,14 @@ paths:
1219612196
content:
1219712197
application/json:
1219812198
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'
1221112207
default:
1221212208
$ref: '#/components/responses/ErrorResponse'
1221312209
x-code-samples:
@@ -21485,6 +21481,7 @@ components:
2148521481
The reverse DNS assigned to this address. For public IPv4 addresses,
2148621482
this will be set to a default value provided by Linode if not
2148721483
explicitly set.
21484+
x-linode-filterable: true
2148821485
x-linode-cli-display: 4
2148921486
example: test.example.org
2149021487
nullable: true

0 commit comments

Comments
 (0)