mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-25 04:01:35 -05:00
The `expand` query parameter only supported the `expand[]=foo` array format, but the swagger docs described it as a plain string parameter. This adds support for both formats (`expand=foo` and `expand[]=foo`), matching the existing pattern used by `sort_by` and `order_by` parameters. Closes #2408 --------- Co-authored-by: kolaente <k@knt.li>