Skip to main content

update_task

Function update_task 

Source
pub async fn update_task(
    client: &ApiClient,
    gid: &str,
    request: TaskUpdateRequest,
) -> Result<Task, ApiError>
Expand description

Update a task using the given payload.

ยงErrors

Returns an error if the API request fails, if deserialization fails, or if the response is invalid.