pub async fn migrations_slash_start_import(
configuration: &Configuration,
owner: &str,
repo: &str,
migrations_start_import_request: MigrationsStartImportRequest,
) -> Result<Import, Error<MigrationsSlashStartImportError>>
Expand description
Start a source import to a GitHub repository using GitHub Importer. Importing into a GitHub repository with GitHub Actions enabled is not supported and will return a status 422 Unprocessable Entity
response. Warning: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.