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