cURL
curl --request POST \ --url https://cloud.activepieces.com/api/v1/git-repos/pull \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "projectId": "<string>" }'
{}
Pull all changes from the git repository and overwrite any conflicting changes in the project.
Use your api key generated from the admin console
Default Response
The response is of type object.
object