Tasks

Update only the title of a task

put/task/title/{id}

Path parameters

idstring required

Request body

titlestring required

Response

Task title updated successfully

idstring required
projectIdstring required
positionnumber required
numbernumber required
userIdstring required
titlestring required
descriptionstring required
statusstring required
prioritystring required
{"stackTrail":"paths:/task/title/{id}:put:responses:200:content:application/json:schema:properties:dueDate:anyOf","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/task/title/{id}:put:responses:200:content:application/json:schema:properties:createdAt","oasType":"schema","type":"unknown"}

Changes