From 67329bc2553026710be68cd6c7648339703c4a2e Mon Sep 17 00:00:00 2001 From: Lorenzo Balugani Date: Tue, 25 May 2021 15:07:20 +0200 Subject: [PATCH] Fixed typo in swagger doc --- nest_backend/routes/repository/alerts/repository_alerts.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nest_backend/routes/repository/alerts/repository_alerts.py b/nest_backend/routes/repository/alerts/repository_alerts.py index 925cd0b..58cfb9d 100644 --- a/nest_backend/routes/repository/alerts/repository_alerts.py +++ b/nest_backend/routes/repository/alerts/repository_alerts.py @@ -41,6 +41,9 @@ def page_repository_alerts(rid): - repository-related post: summary: Creates an alert and attaches it to the repository. + parameters: + - in: path + schema: IntegerParameterSchema security: - jwt: [] requestBody: