Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 80 additions & 40 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1636,16 +1636,6 @@
"description": "include actions from objects inside the context, eg: update of a model connection that is connected to a model object",
"type": "boolean"
},
"limit": {
"type": "number"
},
"order": {
"enum": [
"asc",
"desc"
],
"type": "string"
},
"performedBy": {
"oneOf": [
{
Expand Down Expand Up @@ -14200,16 +14190,6 @@
"description": "include actions from objects inside the context, eg: update of a model connection that is connected to a model object",
"type": "boolean"
},
"limit": {
"type": "number"
},
"order": {
"enum": [
"asc",
"desc"
],
"type": "string"
},
"performedBy": {
"oneOf": [
{
Expand Down Expand Up @@ -28132,6 +28112,25 @@
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "limit",
"required": false,
"schema": {
"default": 1000,
"maximum": 10000,
"minimum": 1,
"type": "number"
}
},
{
"in": "query",
"name": "order",
"required": false,
"schema": {
"$ref": "#/components/schemas/SortDirection"
}
}
],
"responses": {
Expand Down Expand Up @@ -28413,6 +28412,25 @@
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "limit",
"required": false,
"schema": {
"default": 1000,
"maximum": 10000,
"minimum": 1,
"type": "number"
}
},
{
"in": "query",
"name": "order",
"required": false,
"schema": {
"$ref": "#/components/schemas/SortDirection"
}
}
],
"responses": {
Expand Down Expand Up @@ -28975,8 +28993,8 @@
"name": "limit",
"required": false,
"schema": {
"default": 100,
"maximum": 1000,
"default": 1000,
"maximum": 10000,
"minimum": 1,
"type": "number"
}
Expand Down Expand Up @@ -29543,6 +29561,9 @@
"name": "limit",
"required": false,
"schema": {
"default": 1000,
"maximum": 10000,
"minimum": 1,
"type": "number"
}
}
Expand Down Expand Up @@ -44982,6 +45003,25 @@
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "limit",
"required": false,
"schema": {
"default": 1000,
"maximum": 10000,
"minimum": 1,
"type": "number"
}
},
{
"in": "query",
"name": "order",
"required": false,
"schema": {
"$ref": "#/components/schemas/SortDirection"
}
}
],
"responses": {
Expand Down Expand Up @@ -52039,20 +52079,20 @@
"schema": {
"example": {
"after": {
"id": "fBNqNbMgDK83dYDlU5Da",
"landscapeId": "NmVsPFh28AUk6grRC5H7",
"versionId": "DdoNuj4wmCopKgjNnCSH"
"id": "zaPio5QOlExPRATLyS97",
"landscapeId": "XvZbMAfNvEjROLJwegfM",
"versionId": "3sKFDOoSVU1AYDF7PxUc"
},
"before": {
"id": "fBNqNbMgDK83dYDlU5Da",
"landscapeId": "NmVsPFh28AUk6grRC5H7",
"versionId": "DdoNuj4wmCopKgjNnCSH"
"id": "zaPio5QOlExPRATLyS97",
"landscapeId": "XvZbMAfNvEjROLJwegfM",
"versionId": "3sKFDOoSVU1AYDF7PxUc"
},
"collection": "model-connection",
"operation": "created",
"organizationId": "FkSN1UrSJN06HzKePPaU",
"resourceId": "fBNqNbMgDK83dYDlU5Da",
"subscriptionId": "hprjTkpu06lQrrPtCw0v"
"organizationId": "JGsRupgTA0966ozhGBIX",
"resourceId": "zaPio5QOlExPRATLyS97",
"subscriptionId": "UcHI6eEY8Pp5KT0u152N"
},
"properties": {
"after": {
Expand Down Expand Up @@ -52159,20 +52199,20 @@
"schema": {
"example": {
"after": {
"id": "fBNqNbMgDK83dYDlU5Da",
"landscapeId": "NmVsPFh28AUk6grRC5H7",
"versionId": "DdoNuj4wmCopKgjNnCSH"
"id": "zaPio5QOlExPRATLyS97",
"landscapeId": "XvZbMAfNvEjROLJwegfM",
"versionId": "3sKFDOoSVU1AYDF7PxUc"
},
"before": {
"id": "fBNqNbMgDK83dYDlU5Da",
"landscapeId": "NmVsPFh28AUk6grRC5H7",
"versionId": "DdoNuj4wmCopKgjNnCSH"
"id": "zaPio5QOlExPRATLyS97",
"landscapeId": "XvZbMAfNvEjROLJwegfM",
"versionId": "3sKFDOoSVU1AYDF7PxUc"
},
"collection": "model-connection",
"operation": "created",
"organizationId": "FkSN1UrSJN06HzKePPaU",
"resourceId": "fBNqNbMgDK83dYDlU5Da",
"subscriptionId": "hprjTkpu06lQrrPtCw0v"
"organizationId": "JGsRupgTA0966ozhGBIX",
"resourceId": "zaPio5QOlExPRATLyS97",
"subscriptionId": "UcHI6eEY8Pp5KT0u152N"
},
"properties": {
"after": {
Expand Down