Skip to content
Pile
Esc
navigateopen⌘Jpreview

Create git automation target branche

POST/workspaces/{organizationId}/git-automation-target-branches
Path parameters
organizationIdstringrequired
Request body
application/json
namestringrequired
min length 1
patternstring
Responses
201Target branch created
idstringrequired
organizationIdstringrequired
namestringrequired
patternstring | nullrequired
createdAtstringrequired
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST "/workspaces/string/git-automation-target-branches" \
  -H "Content-Type: application/json" \
  -d '{
  "name": "string",
  "pattern": "string"
}'
Response
{
  "id": "string",
  "organizationId": "string",
  "name": "string",
  "pattern": "string",
  "createdAt": "string"
}