pub async fn projects_slash_create_for_repo(
configuration: &Configuration,
owner: &str,
repo: &str,
projects_create_for_org_request: ProjectsCreateForOrgRequest,
) -> Result<Project, Error<ProjectsSlashCreateForRepoError>>Expand description
Creates a repository project board. Returns a 410 Gone status if projects are disabled in the repository or if the repository does not have existing classic projects. If you do not have sufficient privileges to perform this action, a 401 Unauthorized or 410 Gone status is returned.