Function asana::apis::projects_api::create_project_for_team[][src]

pub async fn create_project_for_team(
    configuration: &Configuration,
    team_gid: &str,
    inline_object19: InlineObject19,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2014, Error<CreateProjectForTeamError>>

Creates a project shared with the given team. Returns the full record of the newly created project.