diff --git a/openapi.yaml b/openapi.yaml index 180e2ebf5..3636d13df 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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: