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

pub async fn create_subtask_for_task(
    configuration: &Configuration,
    task_gid: &str,
    inline_object38: InlineObject38,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2016, Error<CreateSubtaskForTaskError>>

Creates a new subtask and adds it to the parent task. Returns the full record for the newly created subtask.