From 1e14b1910a34198fe3d857d6aebad492a13a632d Mon Sep 17 00:00:00 2001 From: Lorenzo Balugani Date: Mon, 24 May 2021 13:57:56 +0200 Subject: [PATCH] Fixed typo --- .../repository/authorizations/repository_authorizations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nest_backend/routes/repository/authorizations/repository_authorizations.py b/nest_backend/routes/repository/authorizations/repository_authorizations.py index 17ffef7..2d48dcd 100644 --- a/nest_backend/routes/repository/authorizations/repository_authorizations.py +++ b/nest_backend/routes/repository/authorizations/repository_authorizations.py @@ -71,7 +71,7 @@ def page_repository_authorizations(rid): tags: - repository-related put: - summary: Delete an authorization. + summary: Update an authorization. parameters: - in: path schema: IntegerParameterSchema