Function update

Source
pub async fn update<'a, E: Executor<'a, Database = Postgres>>(
    executor: E,
    company_id: i32,
    params: UpdateParams<'a>,
) -> Result<Task>
Expand description

Update task title or/and summary by id

ยงErrors

Returns error if there was a problem while updating task.