Skip to content

Commit ff81855

Browse files
authored
Merge pull request #785 from bbiggerr/events-read-filter
Events List filterable by 'read'
2 parents 31f7600 + a1db91a commit ff81855

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

openapi.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21643,6 +21643,7 @@ components:
2164321643
readOnly: true
2164421644
description: If this Event has been read.
2164521645
example: true
21646+
x-linode-filterable: true
2164621647
seen:
2164721648
type: boolean
2164821649
readOnly: true
@@ -22565,7 +22566,7 @@ components:
2256522566
format: ip
2256622567
description: >
2256722568
The subnet mask.
22568-
example: ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
22569+
example: "ffff:ffff:ffff:ffff::"
2256922570
readOnly: true
2257022571
prefix:
2257122572
type: integer
@@ -22632,7 +22633,7 @@ components:
2263222633
format: ip
2263322634
description: >
2263422635
The subnet mask.
22635-
example: ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
22636+
example: "ffff:ffff:ffff:ffff::"
2263622637
readOnly: true
2263722638
prefix:
2263822639
type: integer

0 commit comments

Comments
 (0)