Closed Dostonbek1 closed 1 year ago
Adds an API endpoint to sync an existing project.
api/projects/<project_id>
Currently syncs an existing project based on two factors:
Testing this PR mainly involves importing a Github project and syncing new changes from the project. Feel free to use the following test project.
http://localhost:9000/api/projects
{ "url": "<link to your forked project repo>", "name": "Test Project", "description": "Test project" }
http://localhost:9000/api/projects/<project_id>
git_hash
Resolves: AAP-5704
Description
Adds an API endpoint to sync an existing project.
api/projects/<project_id>
Currently syncs an existing project based on two factors:
Testing
Testing this PR mainly involves importing a Github project and syncing new changes from the project. Feel free to use the following test project.
http://localhost:9000/api/projects
with the following request body:http://localhost:9000/api/projects/<project_id>
.git_hash
of the project.Resolves: AAP-5704