Project

General

Profile

Actions

Bug #109

open

task description not being updated in UPDATE endpoint

Added by Sam Pearson 21 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
01/01/2026
Due date:
% Done:

0%

Estimated time:

Description

PUTting this request

{
  "description": "New description"
}

to a task results in this response

{
  "completed": false,
  "completed_at": null,
  "created_at": "2026-01-01T17:31:38.634313",
  "description": null,
  "id": 41,
  "principles": [],
  "project_id": null,
  "tags": [],
  "title": "Test task",
  "updated_at": "2026-01-01T17:31:38.634318",
  "user_id": 2
}

note the null description.

No data to display

Actions

Also available in: Atom PDF