Function asana::apis::sections_api::add_task_for_section[][src]

pub async fn add_task_for_section(
    configuration: &Configuration,
    section_gid: &str,
    inline_object29: InlineObject29,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<AddTaskForSectionError>>

Add a task to a specific, existing section. This will remove the task from other sections of the project. The task will be inserted at the top of a section unless an insert_before or insert_after parameter is declared. This does not work for separators (tasks with the resource_subtype of section).