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 b7cfda3 commit 88e9634Copy full SHA for 88e9634
api/specs/web-server/_storage.py
@@ -72,6 +72,7 @@ async def list_storage_paths(
72
@router.post(
73
"/storage/locations/{location_id}/paths/{path}:size",
74
response_model=Envelope[StorageAsyncJobGet],
75
+ status_code=status.HTTP_202_ACCEPTED,
76
)
77
async def compute_path_size(_path: Annotated[StoragePathComputeSizeParams, Depends()]):
78
"""Compute the size of a path"""
services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml
@@ -6080,7 +6080,7 @@ paths:
6080
format: path
6081
title: Path
6082
responses:
6083
- '200':
+ '202':
6084
description: Successful Response
6085
content:
6086
application/json:
0 commit comments