POST
/
v1
/
git-repos
/
pull
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>"
}'
{}

Authorizations

Authorization
string
header
required

Use your api key generated from the admin console

Body

application/json
projectId
string
required

Response

200 - application/json
Default Response

The response is of type object.