Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19306,9 +19306,18 @@ components:
The reason maintenance is being performed.
example: This maintenance will allow us to update the BIOS on the host’s motherboard.
when:
x-linode-filterable: true
type: string
description: >
description: |
When the maintenance will begin.

[Filterable](/docs/api/#filtering-and-sorting) with the following parameters:

* A single value in date-time string format ("%Y-%m-%dT%H:%M:%S"), which returns only matches to that value.

* A dictionary containing pairs of inequality operator string keys ("+or", "+gt", "+gte", "+lt", "+lte",
or "+neq") and single date-time string format values ("%Y-%m-%dT%H:%M:%S"). "+or" accepts an array of values that
may consist of single date-time strings or dictionaries of inequality operator pairs.
format: date-time
example: 2020-07-09T00:01:01
entity:
Expand Down