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 3083cf4 commit 8ae7532Copy full SHA for 8ae7532
api/specs/web-server/_catalog.py
@@ -9,6 +9,7 @@
9
ServiceInputKey,
10
ServiceOutputGet,
11
ServiceOutputKey,
12
+ ServiceResourcesGet,
13
)
14
from models_library.generics import Envelope
15
from models_library.rest_pagination import Page
@@ -126,7 +127,7 @@ def get_compatible_outputs_given_target_input(
126
127
128
@router.get(
129
"/catalog/services/{service_key}/{service_version}/resources",
- # response_model=ServiceResourcesGet,
130
+ response_model=ServiceResourcesGet,
131
132
def get_service_resources(
133
_params: Annotated[ServicePathParams, Depends()],
0 commit comments