/
NE
netter
/
DMI Backend
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 17h ago · Updated 1d ago
Details
Filter operations
actions
9
api-keys
3
app-chat
1
apps
31
get
List Apps
post
Create App
get
Get App
delete
Delete App
patch
Update App
post
Regenerate App
post
Publish Draft
get
Get App Chat
put
Favorite App
delete
Unfavorite App
get
Get App Bundle
get
List Versions
get
Get Version
delete
Delete Version
post
Restore Version
get
Get Version Bundle
post
Publish Version
get
List Branches
post
Create Branch
post
Land Branch
delete
Discard Branch
post
Rebase Branch
get
Diff Branch
put
Bind App Automation
delete
Unbind App Automation
post
Run App Automation
get
List File Targets
post
Upload To File Target
get
List App Embeds
post
Upload Entity File
get
Download Entity File
apps-query
2
apps-scenarios
7
assistant
2
attributes
11
automations
21
chats
13
comments
8
companies
13
dashboard-chat
1
dashboard-data
5
dashboard-versions
3
dashboards
10
databases
9
entity-files
3
file-folders
13
files
19
folders
5
groups
7
incidents
1
infra
1
integrations
22
internal
1
join-advisor
3
lego-architect
7
me
1
monitoring
2
ontology
6
ontology-chat
1
ontology-entities
11
ontology-promotion
3
ontology-query
3
ontology-records
4
ontology-relationships
5
ontology-rows
6
ontology-traversal
1
operators
1
permissions
7
project-steps
5
projects
15
row-policies
4
run-history
4
step-code-chat
2
step-output
2
steps
22
workflow-architect
2
apps
Create Branch
post
/api/v1/apps/{app_id}/branches
Path parameters
app_id
string
uuid
required
Request body
CreateBranchRequest
required
name
string
nullable
Response
Successful Response
AppBranchRead
required
id
string
uuid
required
app_id
string
uuid
required
name
string
required
kind
string
required
status
string
required
error_message
string
nullable
chat_id
string
uuid
nullable
required
head_version_id
string
uuid
nullable
required
base_version_id
string
uuid
nullable
required
created_by
string
uuid
required
landed_at
string
date-time
nullable
required
closed_at
string
date-time
nullable
required
is_behind
boolean
Changes