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

pub async fn create_project_for_workspace(
    configuration: &Configuration,
    workspace_gid: &str,
    inline_object20: InlineObject20,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2014, Error<CreateProjectForWorkspaceError>>

Returns the compact project records for all projects in the workspace. If the workspace for your project is an organization, you must also supply a team to share the project with. Returns the full record of the newly created project.