createSourceRepository
abstract suspend fun createSourceRepository(input: CreateSourceRepositoryRequest): CreateSourceRepositoryResponse
Creates an empty Git-based source repository in a specified project. The repository is created with an initial empty commit with a default branch named main
.