1
0

[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot]
2024-03-11 16:41:16 +00:00
committed by kolaente
parent 659de54db1
commit 3f380e0d61
3 changed files with 38 additions and 0 deletions

View File

@ -784,6 +784,8 @@ definitions:
models.TaskCollection:
properties:
filter:
description: The filter query to match tasks by. Check out https://vikunja.io/docs/filters
for a full explanation of the feature.
type: string
filter_include_nulls:
description: If set to true, the result will also include null values
@ -2724,6 +2726,11 @@ paths:
in: query
name: filter
type: string
- description: 'The time zone which should be used for date match (statements
like '
in: query
name: filter_timezone
type: string
- description: If set to true the result will include filtered fields whose
value is set to `null`. Available values are `true` or `false`. Defaults
to `false`.
@ -2874,6 +2881,11 @@ paths:
in: query
name: filter
type: string
- description: 'The time zone which should be used for date match (statements
like '
in: query
name: filter_timezone
type: string
- description: If set to true the result will include filtered fields whose
value is set to `null`. Available values are `true` or `false`. Defaults
to `false`.