pub async fn pull_create_pull(
configuration: &Configuration,
pull_create_pull_request: PullCreatePullRequest,
) -> Result<PullCreatePullResponse, Error<PullCreatePullError>>Expand description
Sync store from other repository Permissions: The user needs Datastore.Backup privilege on ‘/datastore/{store}’, and needs to own the backup group. Remote.Read is required on ‘/remote/{remote}/{remote-store}’. The delete flag additionally requires the Datastore.Prune privilege on ‘/datastore/{store}’.