1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 04:54:18 +00:00

Fixed typo in swagger doc

This commit is contained in:
Lorenzo Balugani 2021-05-25 15:07:20 +02:00
parent 1a23d9c81f
commit 67329bc255

View file

@ -41,6 +41,9 @@ def page_repository_alerts(rid):
- repository-related - repository-related
post: post:
summary: Creates an alert and attaches it to the repository. summary: Creates an alert and attaches it to the repository.
parameters:
- in: path
schema: IntegerParameterSchema
security: security:
- jwt: [] - jwt: []
requestBody: requestBody: