mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-21 20:44:18 +00:00
Fixed typo in swagger doc
This commit is contained in:
parent
1a23d9c81f
commit
67329bc255
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ def page_repository_alerts(rid):
|
|||
- repository-related
|
||||
post:
|
||||
summary: Creates an alert and attaches it to the repository.
|
||||
parameters:
|
||||
- in: path
|
||||
schema: IntegerParameterSchema
|
||||
security:
|
||||
- jwt: []
|
||||
requestBody:
|
||||
|
|
Loading…
Reference in a new issue