Task
Update a task on a project
put/v1/workspaces/{workspaceId}/projects/{projectId}/tasks/{taskId}
Path parameters
taskIdstring required
Represents a task identifier across the system.
Example:57a687e29ae1f428e7ebe107
Represents a task identifier across the system.
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
projectIdstring required
Represents a project identifier across the system.
Example:25b687e29ae1f428e7ebe123
Represents a project identifier across the system.
Query parameters
contains-assigneeboolean
Flag to set whether task will have assignee or none.
Flag to set whether task will have assignee or none.
membership-status'PENDING' | 'ACTIVE' | 'DECLINED' | 'INACTIVE' | 'ALL'
Represents a membership status.
Request body
Example request
{
"assigneeIds": [
"45b687e29ae1f428e7ebe123",
"67s687e29ae1f428e7ebe678"
],
"budgetEstimate": 10000,
"estimate": "PT1H30M",
"name": "Bugfixing",
"status": "DONE",
"userGroupIds": [
"67b687e29ae1f428e7ebe123",
"12s687e29ae1f428e7ebe678"
]
}Response
OK
TaskDtoV1 required— unresolved $ref