We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f5df3 commit 419e0bfCopy full SHA for 419e0bf
api/specs/web-server/_storage.py
@@ -8,6 +8,7 @@
8
9
from fastapi import APIRouter, Query, status
10
from models_library.api_schemas_storage import (
11
+ FileLocation,
12
FileMetaDataGet,
13
FileUploadCompleteFutureResponse,
14
FileUploadCompleteResponse,
@@ -37,7 +38,7 @@
37
38
39
@router.get(
40
"/storage/locations",
- response_model=list[DatasetMetaData],
41
+ response_model=list[FileLocation],
42
description="Get available storage locations",
43
)
44
async def list_storage_locations():
0 commit comments