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

pub async fn create_section_for_project(
    configuration: &Configuration,
    project_gid: &str,
    inline_object28: InlineObject28,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse20018, Error<CreateSectionForProjectError>>

Creates a new section in a project. Returns the full record of the newly created section.