Model Connections
Upsert
Action Logs
Bitbucket Server
Catalog News Articles
Catalog Technologies
Code Repos
Comment Replies
Diagram Contents
Diagrams
Flows
Health
Landscape Templates
Landscape Thumbnails
Model Connections
Model Objects
News
Organization Billing
Organization Icons
Organization Landscapes
Organizations
Organization Technologies
Organization User Invites
Organization Users
Share Link
Share Link Options
Support
User
User Notifications
User Goals
Version Reverts
Model Connections
Upsert
PUT
/
landscapes
/
{landscapeId}
/
versions
/
{versionId}
/
model
/
connections
/
{modelConnectionId}
curl --request PUT \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/model/connections/{modelConnectionId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"commit": 123,
"description": "<string>",
"direction": "outgoing",
"labels": {},
"name": "<string>",
"originId": "<string>",
"status": "live",
"tagIds": [
"<string>"
],
"targetId": "<string>",
"technologyIds": [
"<string>"
],
"handleId": "<string>"
}'
{
"modelConnection": {
"commit": 123,
"description": "<string>",
"direction": "outgoing",
"labels": {},
"name": "<string>",
"originId": "<string>",
"status": "live",
"tagIds": [
"<string>"
],
"targetId": "<string>",
"technologyIds": [
"<string>"
],
"handleId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"deletedBy": "user",
"deletedById": "<string>",
"diagrams": {},
"flows": {},
"id": "<string>",
"landscapeId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"version": 123,
"versionId": "<string>"
}
}
Headers
Path Parameters
Query Parameters
Available options:
top-left
, top-center
, top-right
, right-top
, right-middle
, right-bottom
, bottom-right
, bottom-center
, bottom-left
, left-bottom
, left-middle
, left-top
Available options:
top-left
, top-center
, top-right
, right-top
, right-middle
, right-bottom
, bottom-right
, bottom-center
, bottom-left
, left-bottom
, left-middle
, left-top
Body
application/json
Available options:
outgoing
, bidirectional
Available options:
live
, future
, deprecated
, removed
catalog technology ids assigned to this model
Response
200
application/json
OK
Available options:
outgoing
, bidirectional
Available options:
live
, future
, deprecated
, removed
catalog technology ids assigned to this model
Available options:
user
, api-key
, notification-key
, service
Available options:
user
, api-key
, notification-key
, service
Available options:
user
, api-key
, notification-key
, service
curl --request PUT \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/model/connections/{modelConnectionId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"commit": 123,
"description": "<string>",
"direction": "outgoing",
"labels": {},
"name": "<string>",
"originId": "<string>",
"status": "live",
"tagIds": [
"<string>"
],
"targetId": "<string>",
"technologyIds": [
"<string>"
],
"handleId": "<string>"
}'
{
"modelConnection": {
"commit": 123,
"description": "<string>",
"direction": "outgoing",
"labels": {},
"name": "<string>",
"originId": "<string>",
"status": "live",
"tagIds": [
"<string>"
],
"targetId": "<string>",
"technologyIds": [
"<string>"
],
"handleId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"deletedBy": "user",
"deletedById": "<string>",
"diagrams": {},
"flows": {},
"id": "<string>",
"landscapeId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"version": 123,
"versionId": "<string>"
}
}