/
CU
cube-js
/
Cube Platform API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 27m ago · Updated 1w ago
View markdown
cube-js
Cube Platform API
post
Merge a branch into its parent branch (git-flow merge)
v7
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-01
120
263
252.9 KB
App Theme
1
Dashboard Embed Access
2
Data Model
12
get
List a deployment's branches
post
Create a branch (optionally entering dev mode on it)
post
Commit (and push) the active branch's pending changes
get
List the data-model source files for a deployment
put
Create or overwrite data-model source files
delete
Delete data-model source files
post
Rename data-model source files
post
Enter dev mode (switch to a branch)
delete
Exit dev mode
post
Merge a branch into its parent branch (git-flow merge)
post
Merge a branch straight into the deploy (default) branch
post
Pull the latest for a branch from its remote and rebuild if changed
Data Model Uploads
4
dbt Sync
1
Deployment Creation
1
Deployments
10
Embed
5
Embed Tenants
11
Env Variables
2
Environments
4
Folders
5
GitHub
4
GitHub Connection
1
Notifications
8
OAuth Integrations
5
OIDC Token Configs
5
Regions
1
Reports
8
Tenant Settings
2
User Attribute Values
2
User Attributes
3
User OAuth Tokens
4
Users Admin
4
Workbooks
10
Workspace
5
Data Model
Merge a branch into its parent branch (git-flow merge)
post
/build/api/v1/deployments/{deploymentId}/merge
Path parameters
deploymentId
integer
required
Request body
MergeIntoParentBranchRequest
required
branchId
integer
branchName
string
deleteBranch
boolean
nullable
message
string
nullable
squashCommits
boolean
nullable
switchToParentBranch
boolean
nullable
Response
MergeResponse
required
branchDeleted
boolean
required
merged
boolean
required