Github API - Test Config

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

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.
Start 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
201 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)
404 not_found

not_found [scalar]

Resource not found

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

validation_failed [scalar]

Validation failed, or the endpoint has been spammed.

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)