Skip to content

Commit 1d714f9

Browse files
committed
docs
1 parent ab93b35 commit 1d714f9

File tree

1 file changed

+6
-1
lines changed
  • services/storage/src/simcore_service_storage

1 file changed

+6
-1
lines changed

services/storage/src/simcore_service_storage/models.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,12 @@ def none(cls) -> "AccessRights":
353353

354354
class PathMetaData(BaseModel):
355355
path: Path
356-
display_path: Path
356+
display_path: Annotated[
357+
Path,
358+
Field(
359+
description="Path with names instead of IDs (URL Encoded by parts as names may contain '/')"
360+
),
361+
]
357362
location_id: LocationID
358363
location: LocationName
359364
bucket_name: str

0 commit comments

Comments
 (0)