Skip to content

Commit

Permalink
feat(clusters): improve API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Mar 7, 2024
1 parent 144e2d9 commit 7eddfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antarest/study/web/study_data_blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,7 @@ def duplicate_cluster(
area_id: str,
cluster_type: ClusterType,
source_cluster_id: str,
new_cluster_name: str = Query(..., alias="newName"), # type: ignore
new_cluster_name: str = Query(..., alias="newName", title="New Cluster Name"), # type: ignore
current_user: JWTUser = Depends(auth.get_current_user),
) -> Union[STStorageOutput, ThermalClusterOutput, RenewableClusterOutput]:
logger.info(
Expand Down

0 comments on commit 7eddfc6

Please sign in to comment.