New endpoints and bugfixes
September 11th, 2024
- Introduced the
GET /tasksendpoint, enabling the retrieval of a list of tasks. - Introduced the
POST /fields/{id}/choicesendpoint, allowing the addition of new choices to a field. - Corrected the example of the color field in the response of the
GET /fieldsendpoint. - Clarified that the color field is supported exclusively for fields of type label.
- Removed the color field from the response of the
POST /fields/{id}/choicesendpoint.