Skip to content

Commit a18226e

Browse files
committed
missing changes
1 parent 032f744 commit a18226e

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
@@ -16915,6 +16915,11 @@ components:
1691516915
- type: 'null'
1691616916
title: Service Message
1691716917
description: additional information related to service state
16918+
is_collaborative:
16919+
type: boolean
16920+
title: Is Collaborative
16921+
description: True if service allows collaboration (multi-tenant access)
16922+
default: false
1691816923
type: object
1691916924
required:
1692016925
- service_key

0 commit comments

Comments
 (0)