File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments