Skip to content

Commit 419e0bf

Browse files
committed
correct specs
1 parent f9f5df3 commit 419e0bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/specs/web-server/_storage.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
from fastapi import APIRouter, Query, status
1010
from models_library.api_schemas_storage import (
11+
FileLocation,
1112
FileMetaDataGet,
1213
FileUploadCompleteFutureResponse,
1314
FileUploadCompleteResponse,
@@ -37,7 +38,7 @@
3738

3839
@router.get(
3940
"/storage/locations",
40-
response_model=list[DatasetMetaData],
41+
response_model=list[FileLocation],
4142
description="Get available storage locations",
4243
)
4344
async def list_storage_locations():

0 commit comments

Comments
 (0)