Skip to content

Commit

Permalink
Add group to UserScenarioAnalysisOutput
Browse files Browse the repository at this point in the history
  • Loading branch information
zamuzakki committed May 2, 2024
1 parent aac927c commit 6521676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django_project/cplus_api/api_views/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ class UserScenarioAnalysisOutput(BaseScenarioReadAccess, APIView):
tags=[SCENARIO_OUTPUT_API_TAG],
manual_parameters=[
PARAM_SCENARIO_UUID_IN_PATH,
param_all_outputs
param_all_outputs,
param_group
] + PARAMS_PAGINATION,
responses={
200: PaginatedOutputLayerSerializer,
Expand Down

0 comments on commit 6521676

Please sign in to comment.