1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 04:54: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 schema: AlertParameterSchema
responses: responses:
'204': '200':
description: The alert has been updated successfully. description: The alert has been updated successfully.
content: content:
application/json: application/json:
@ -124,7 +124,7 @@ def page_alert(aid):
schema: AlertParameterSchema schema: AlertParameterSchema
responses: responses:
'204': '200':
description: The alert has been updated successfully. description: The alert has been updated successfully.
content: content:
application/json: application/json: