Github API - Test Config

DELETE /orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock
orgs
migrations
repos

Unlocks a repository that was locked for migration. You should unlock each migrated repository and delete them when the migration is complete and you no longer need the source data.
Unlock an organization repository

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key migration-id

migration-id [scalar]

The unique identifier of the migration.

API:
Github Open API
(version: 1.1.4)

key repo-name

repo-name [scalar]

repo_name parameter

API:
Github Open API
(version: 1.1.4)

Returns
404 not_found

not_found [scalar]

Resource not found

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