Update an existing todo
Updates title and/or description of an existing todo item. Description accepts HTML or Markdown format and is converted to IDoc for storage. Only todos belonging to library component items are accessible.
/administration/project-components/item-details/{itemId}/todos/{todoId}AuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequireditemIdstringrequiredComponent item UUID. Items are the building blocks within components (Epics, Work Packages, Todo Lists, Test Suites).
todoIdstringrequiredTodo UUID
fieldsToReturnstringComma-separated list of top-level response fields to return. Overrides the endpoint compact default unless responseShape=full is used.
responseShapestringAdvanced override. Omit for the endpoint compact default. Use full only when you need the complete endpoint response, including nested fields that are not selectable with fieldsToReturn.
compactfullLT-Response-ShapestringAdvanced override. Set to full only when you need the complete endpoint response, including nested fields that are not selectable with fieldsToReturn.
fullapplication/jsondescriptionstringTodo description in HTML or Markdown format
titlestringTodo title
idstringID of the updated todo
successbooleanrequiredOperation success status
Unauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions