/
AC
activepieces
/
Activepieces Documentation
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 12h ago · Updated 1d ago
Details
Filter operations
agent
9
app-connections
8
embedding
1
event-destinations
1
flow-runs
4
flows
6
folders
5
git-repos
1
post
/v1/git-repos
global-connections
4
knowledge-base
9
mcp
6
mcp-oauth
1
pieces
1
platforms
1
project-members
3
project-releases
1
projects
4
records
3
sample-data
2
tables
10
templates
6
user-invitations
3
users
4
worker-machines
1
git-repos
Upsert a git repository information for a project.
post
/v1/git-repos
Request body
object
required
projectId
string
required
remoteUrl
string
required
branch
string
required
branchType
'PRODUCTION'
|
'DEVELOPMENT'
required
sshPrivateKey
string
required
slug
string
required
Response
Default Response
GitRepo
required
id
string
required
created
string
required
updated
string
required
remoteUrl
string
required
branch
string
required
branchType
'PRODUCTION'
|
'DEVELOPMENT'
required
projectId
string
required
slug
string
required
Changes