projects_create

Function projects_create 

Source
pub async fn projects_create(
    configuration: &Configuration,
    projects_create_request: ProjectsCreateRequest,
) -> Result<Project, Error<ProjectsCreateError>>
Expand description

Create a new project (requires organization-scoped API key)