Map a commit author

PATCH {{baseUrl}}/repos/:owner/:repo/import/authors/:author_id

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

Request Body

{"email"=>"<string>", "name"=>"<string>", "remote_id"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;id&quot;:2268557,&quot;remote_id&quot;:&quot;nobody@fc7da526-431c-80fe-3c8c-c148ff18d7ef&quot;,&quot;remote_name&quot;:&quot;nobody&quot;,&quot;email&quot;:&quot;hubot@github.com&quot;,&quot;name&quot;:&quot;Hubot&quot;,&quot;url&quot;:&quot;https://api.github.com/repos/octocat/socm/import/authors/2268557&quot;,&quot;import_url&quot;:&quot;https://api.github.com/repos/octocat/socm/import&quot;}