Skip to content

Commit f933345

Browse files
openapi specs
1 parent 576408c commit f933345

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

services/storage/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2443,7 +2443,7 @@
24432443
"type": "string",
24442444
"format": "path",
24452445
"title": "Display Path",
2446-
"description": "the path to display with UUID replaced"
2446+
"description": "the path to display with UUID replaced (URL Encoded by parts as names may contain '/')"
24472447
},
24482448
"file_meta_data": {
24492449
"anyOf": [

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12389,7 +12389,8 @@ components:
1238912389
type: string
1239012390
format: path
1239112391
title: Display Path
12392-
description: the path to display with UUID replaced
12392+
description: the path to display with UUID replaced (URL Encoded by parts
12393+
as names may contain '/')
1239312394
file_meta_data:
1239412395
anyOf:
1239512396
- $ref: '#/components/schemas/FileMetaDataGet'

0 commit comments

Comments
 (0)