1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-21 20:44:18 +00:00

Fix typo in docs

This commit is contained in:
Lorenzo Balugani 2021-05-25 15:44:07 +02:00
parent b65af5615c
commit 36971f9cb5

View file

@ -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: