Get Task Field and Update Task Field documentation seems to incorrectly document "Update/create the field value of a task" (which is likely what
Update Task Field
does. /api/projects/:projectId/tasks/:taskId/fields returns 404. To minimize API calls, I would prefer to be able to get all the metadata for all tasks from api/v1/projects/{projectId}/tasks as additional properties there, instead of just "id", "text", "parentId" and "completed" as it is now.