Fix: use api version > 7 for new custom field select format

This commit is contained in:
shamoon
2025-01-25 18:13:51 -08:00
parent 8311313e6e
commit 5066070b73
7 changed files with 131 additions and 27 deletions

View File

@@ -573,3 +573,8 @@ Initial API version.
#### Version 6
- Moved acknowledge tasks endpoint to be under `/api/tasks/acknowledge/`.
#### Version 7
- The format of select type custom fields has changed to return the options
as an array of objects with `id` and `label` fields.