v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBsubtasks
Update subtask
Updates the matching subtask.
put/projects/{project_id}/assignments/{assignment_id}/subtasks/{subtask_id}
Request body
Example request
{
"id": 6789012345,
"assignment_id": 5612,
"assignable_id": 1234,
"description": "Assess risks",
"updated_at": "2025-08-27T12:00:00Z",
"created_at": "2025-08-27T12:00:00Z",
"updated_by": 1234567
}Response
The updated subtask.
Example response
{
"id": 6789012345,
"assignment_id": 5612,
"assignable_id": 1234,
"description": "Assess risks",
"updated_at": "2025-08-27T12:00:00Z",
"created_at": "2025-08-27T12:00:00Z",
"updated_by": 1234567
}