Github API - Test Config

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

Update an author's identity for the import. Your application can continue updating authors any time before you push new commits to the repository.
Map a commit author

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)

author_id integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json porter-author

porter-author [object]

Porter Author

Attributes
email string

id integer

import_url string

name string

remote_id string

remote_name string

url string

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)