fix: clarify filter fields in snake_case
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
88cc365e0d
commit
957b4eafaa
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user