PUT
/
landscapes
/
{landscapeId}
/
versions
/
{versionId}
/
model
/
objects
/
{modelObjectId}

Headers

Authorization
string
required

Path Parameters

landscapeId
string
required
versionId
string
required
modelObjectId
string
required

Body

application/json
name
string
required
parentId
string | null
required

Parent model object ID, null for the root level model object

type
enum<string>
required
Available options:
actor,
app,
component,
group,
root,
store,
system
caption
string

Short summary of the object shown as the display description

commit
number
description
string
external
boolean
groupIds
string[]

IDs of the groups this model object belongs to

icon
object | null
labels
object

Generic key value store used for creating custom integrations

status
enum<string>
Available options:
live,
future,
deprecated,
removed
tagIds
string[]
teamIds
string[]

Team IDs that own this model object, does not propergate up or down

teamOnlyEditing
boolean

Model object (+child diagram, diagram groups and flows) can only be edited by owners and admins

technologyIds
string[]

Catalog technology IDs assigned to this model

domainId
string
handleId
string

Response

200 - application/json
modelObject
object
required