Function repos_slash_transfer

Source
pub async fn repos_slash_transfer(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    repos_transfer_request: ReposTransferRequest,
) -> Result<MinimalRepository, Error<ReposSlashTransferError>>
Expand description

A transfer request will need to be accepted by the new owner when transferring a personal repository to another user. The response will contain the original owner, and the transfer will continue asynchronously. For more details on the requirements to transfer personal and organization-owned repositories, see about repository transfers.