DELETE /user/migrations/{migration_id}/repos/{repo_name}/lock
Unlocks a repository. You can lock repositories when you start a user migration. Once the migration is complete you can unlock each repository to begin using it again or delete the repository if you no longer need the source data. Returns a status of 404 Not Found
if the repository is not locked.
Servers
- https://api.github.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
migration_id |
Integer | Yes |
The unique identifier of the migration. |
repo_name |
String | Yes |
repo_name parameter |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.