Skip to content

Commit 9675420

Browse files
Merge pull request #98 from IcePanel/main-2026-06-26T04-30-45-979Z
2 parents 065e76d + c13a2b5 commit 9675420

1 file changed

Lines changed: 80 additions & 40 deletions

File tree

openapi.json

Lines changed: 80 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,16 +1636,6 @@
16361636
"description": "include actions from objects inside the context, eg: update of a model connection that is connected to a model object",
16371637
"type": "boolean"
16381638
},
1639-
"limit": {
1640-
"type": "number"
1641-
},
1642-
"order": {
1643-
"enum": [
1644-
"asc",
1645-
"desc"
1646-
],
1647-
"type": "string"
1648-
},
16491639
"performedBy": {
16501640
"oneOf": [
16511641
{
@@ -14200,16 +14190,6 @@
1420014190
"description": "include actions from objects inside the context, eg: update of a model connection that is connected to a model object",
1420114191
"type": "boolean"
1420214192
},
14203-
"limit": {
14204-
"type": "number"
14205-
},
14206-
"order": {
14207-
"enum": [
14208-
"asc",
14209-
"desc"
14210-
],
14211-
"type": "string"
14212-
},
1421314193
"performedBy": {
1421414194
"oneOf": [
1421514195
{
@@ -28132,6 +28112,25 @@
2813228112
"schema": {
2813328113
"type": "string"
2813428114
}
28115+
},
28116+
{
28117+
"in": "query",
28118+
"name": "limit",
28119+
"required": false,
28120+
"schema": {
28121+
"default": 1000,
28122+
"maximum": 10000,
28123+
"minimum": 1,
28124+
"type": "number"
28125+
}
28126+
},
28127+
{
28128+
"in": "query",
28129+
"name": "order",
28130+
"required": false,
28131+
"schema": {
28132+
"$ref": "#/components/schemas/SortDirection"
28133+
}
2813528134
}
2813628135
],
2813728136
"responses": {
@@ -28413,6 +28412,25 @@
2841328412
"schema": {
2841428413
"type": "string"
2841528414
}
28415+
},
28416+
{
28417+
"in": "query",
28418+
"name": "limit",
28419+
"required": false,
28420+
"schema": {
28421+
"default": 1000,
28422+
"maximum": 10000,
28423+
"minimum": 1,
28424+
"type": "number"
28425+
}
28426+
},
28427+
{
28428+
"in": "query",
28429+
"name": "order",
28430+
"required": false,
28431+
"schema": {
28432+
"$ref": "#/components/schemas/SortDirection"
28433+
}
2841628434
}
2841728435
],
2841828436
"responses": {
@@ -28975,8 +28993,8 @@
2897528993
"name": "limit",
2897628994
"required": false,
2897728995
"schema": {
28978-
"default": 100,
28979-
"maximum": 1000,
28996+
"default": 1000,
28997+
"maximum": 10000,
2898028998
"minimum": 1,
2898128999
"type": "number"
2898229000
}
@@ -29543,6 +29561,9 @@
2954329561
"name": "limit",
2954429562
"required": false,
2954529563
"schema": {
29564+
"default": 1000,
29565+
"maximum": 10000,
29566+
"minimum": 1,
2954629567
"type": "number"
2954729568
}
2954829569
}
@@ -44982,6 +45003,25 @@
4498245003
"schema": {
4498345004
"type": "string"
4498445005
}
45006+
},
45007+
{
45008+
"in": "query",
45009+
"name": "limit",
45010+
"required": false,
45011+
"schema": {
45012+
"default": 1000,
45013+
"maximum": 10000,
45014+
"minimum": 1,
45015+
"type": "number"
45016+
}
45017+
},
45018+
{
45019+
"in": "query",
45020+
"name": "order",
45021+
"required": false,
45022+
"schema": {
45023+
"$ref": "#/components/schemas/SortDirection"
45024+
}
4498545025
}
4498645026
],
4498745027
"responses": {
@@ -52039,20 +52079,20 @@
5203952079
"schema": {
5204052080
"example": {
5204152081
"after": {
52042-
"id": "fBNqNbMgDK83dYDlU5Da",
52043-
"landscapeId": "NmVsPFh28AUk6grRC5H7",
52044-
"versionId": "DdoNuj4wmCopKgjNnCSH"
52082+
"id": "zaPio5QOlExPRATLyS97",
52083+
"landscapeId": "XvZbMAfNvEjROLJwegfM",
52084+
"versionId": "3sKFDOoSVU1AYDF7PxUc"
5204552085
},
5204652086
"before": {
52047-
"id": "fBNqNbMgDK83dYDlU5Da",
52048-
"landscapeId": "NmVsPFh28AUk6grRC5H7",
52049-
"versionId": "DdoNuj4wmCopKgjNnCSH"
52087+
"id": "zaPio5QOlExPRATLyS97",
52088+
"landscapeId": "XvZbMAfNvEjROLJwegfM",
52089+
"versionId": "3sKFDOoSVU1AYDF7PxUc"
5205052090
},
5205152091
"collection": "model-connection",
5205252092
"operation": "created",
52053-
"organizationId": "FkSN1UrSJN06HzKePPaU",
52054-
"resourceId": "fBNqNbMgDK83dYDlU5Da",
52055-
"subscriptionId": "hprjTkpu06lQrrPtCw0v"
52093+
"organizationId": "JGsRupgTA0966ozhGBIX",
52094+
"resourceId": "zaPio5QOlExPRATLyS97",
52095+
"subscriptionId": "UcHI6eEY8Pp5KT0u152N"
5205652096
},
5205752097
"properties": {
5205852098
"after": {
@@ -52159,20 +52199,20 @@
5215952199
"schema": {
5216052200
"example": {
5216152201
"after": {
52162-
"id": "fBNqNbMgDK83dYDlU5Da",
52163-
"landscapeId": "NmVsPFh28AUk6grRC5H7",
52164-
"versionId": "DdoNuj4wmCopKgjNnCSH"
52202+
"id": "zaPio5QOlExPRATLyS97",
52203+
"landscapeId": "XvZbMAfNvEjROLJwegfM",
52204+
"versionId": "3sKFDOoSVU1AYDF7PxUc"
5216552205
},
5216652206
"before": {
52167-
"id": "fBNqNbMgDK83dYDlU5Da",
52168-
"landscapeId": "NmVsPFh28AUk6grRC5H7",
52169-
"versionId": "DdoNuj4wmCopKgjNnCSH"
52207+
"id": "zaPio5QOlExPRATLyS97",
52208+
"landscapeId": "XvZbMAfNvEjROLJwegfM",
52209+
"versionId": "3sKFDOoSVU1AYDF7PxUc"
5217052210
},
5217152211
"collection": "model-connection",
5217252212
"operation": "created",
52173-
"organizationId": "FkSN1UrSJN06HzKePPaU",
52174-
"resourceId": "fBNqNbMgDK83dYDlU5Da",
52175-
"subscriptionId": "hprjTkpu06lQrrPtCw0v"
52213+
"organizationId": "JGsRupgTA0966ozhGBIX",
52214+
"resourceId": "zaPio5QOlExPRATLyS97",
52215+
"subscriptionId": "UcHI6eEY8Pp5KT0u152N"
5217652216
},
5217752217
"properties": {
5217852218
"after": {

0 commit comments

Comments
 (0)