Function asana::apis::tasks_api::set_parent_for_task[][src]

pub async fn set_parent_for_task(
    configuration: &Configuration,
    task_gid: &str,
    inline_object39: InlineObject39,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2016, Error<SetParentForTaskError>>

parent, or no parent task at all. Returns an empty data block. When using insert_before and insert_after, at most one of those two options can be specified, and they must already be subtasks of the parent.