Skip to content

Commit aa154a9

Browse files
committed
missing changes
1 parent cb523c7 commit aa154a9

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

services/director-v2/openapi.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2878,6 +2878,12 @@
28782878
],
28792879
"title": "Service Message",
28802880
"description": "additional information related to service state"
2881+
},
2882+
"is_collaborative": {
2883+
"type": "boolean",
2884+
"title": "Is Collaborative",
2885+
"description": "True if service allows collaboration (multi-tenant access)",
2886+
"default": false
28812887
}
28822888
},
28832889
"type": "object",

services/dynamic-scheduler/openapi.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,12 @@
224224
],
225225
"title": "Service Message",
226226
"description": "additional information related to service state"
227+
},
228+
"is_collaborative": {
229+
"type": "boolean",
230+
"title": "Is Collaborative",
231+
"description": "True if service allows collaboration (multi-tenant access)",
232+
"default": false
227233
}
228234
},
229235
"type": "object",

services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16936,6 +16936,11 @@ components:
1693616936
- type: 'null'
1693716937
title: Service Message
1693816938
description: additional information related to service state
16939+
is_collaborative:
16940+
type: boolean
16941+
title: Is Collaborative
16942+
description: True if service allows collaboration (multi-tenant access)
16943+
default: false
1693916944
type: object
1694016945
required:
1694116946
- service_key

0 commit comments

Comments
 (0)