From 36971f9cb5bf56c08048534e4ad9ac6d2fabf6e7 Mon Sep 17 00:00:00 2001 From: Lorenzo Balugani Date: Tue, 25 May 2021 15:44:07 +0200 Subject: [PATCH] Fix typo in docs --- nest_backend/routes/repository/alerts/alert.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nest_backend/routes/repository/alerts/alert.py b/nest_backend/routes/repository/alerts/alert.py index 9bda10d..c40b1db 100644 --- a/nest_backend/routes/repository/alerts/alert.py +++ b/nest_backend/routes/repository/alerts/alert.py @@ -88,7 +88,7 @@ def page_alert(aid): schema: AlertParameterSchema responses: - '204': + '200': description: The alert has been updated successfully. content: application/json: @@ -124,7 +124,7 @@ def page_alert(aid): schema: AlertParameterSchema responses: - '204': + '200': description: The alert has been updated successfully. content: application/json: