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:
parent
b65af5615c
commit
36971f9cb5
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue