Github API - Test Config

PATCH /repos/{owner}/{repo}/import
repos
migrations

An import can be updated with credentials or a project choice by passing in the appropriate parameters in this API
request. If no parameters are provided, the import will be restarted.

Some servers (e.g. TFS servers) can have several projects at a single URL. In those cases the import progress will
have the status detection_found_multiple and the Import Progress response will include a project_choices array.
You can select the project to import by providing one of the objects in the project_choices array in the update request.
Update an import

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json import

import [object]

A repository import from an external source.

Attributes
authors_count integer

authors_url string

commit_count integer

error_message string

failed_step string

has_large_files boolean

html_url string

import_percent integer

large_files_count integer

large_files_size integer

message string

project_choices 2014 []

push_percent integer

repository_url string

status string

status_text string

svc_root string

svn_root string

tfvc_project string

url string

use_lfs boolean

vcs string

vcs_url string

The URL of the originating repository.

API:
Github Open API
(version: 1.1.4)
503 porter_maintenance

porter_maintenance [scalar]

Unavailable due to service under maintenance.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)