fix: clarify filter fields in snake_case
All checks were successful
continuous-integration/drone/push Build is passing

Resolves https://github.com/go-vikunja/vikunja/issues/365
This commit is contained in:
kolaente 2024-12-04 17:45:13 +01:00
parent 88cc365e0d
commit 957b4eafaa
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -31,6 +31,10 @@ The available fields for filtering include:
| `created` | The time and date when the task was created. |
| `updated` | The time and date when the task was updated. |
{% callout type="info" %}
All fields are in `snake_case` when accessed through the api.
{% /callout %}
You can use date math to set relative dates with any date field. [See below](#date-math) for an explanation.
All strings must be either single-word or enclosed in `"` or `'`. This extends to date values like `2024-03-11`.