Skip to content

Commit 3dea560

Browse files
Fix typo
1 parent c125522 commit 3dea560

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sara_timeseries/modules/sara_timeseries_insights/insights_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def create_insights_controller(self) -> APIRouter:
5555
summary="Retrieve consolidated CO2 measurements where the values are averaged",
5656
responses={
5757
HTTPStatus.OK.value: {
58-
"description": "Successfully added datapoint to Timeseries API",
58+
"description": "Successfully consolidated CO2 measurements",
5959
"model": InsightsRequest,
6060
},
6161
HTTPStatus.INTERNAL_SERVER_ERROR.value: {

0 commit comments

Comments
 (0)