docs(swagger): Move security annotations

This commit is contained in:
2024-12-12 16:33:10 +01:00
parent 649ac2a3c2
commit 69f4de6739
7 changed files with 44 additions and 18 deletions

View File

@@ -182,7 +182,7 @@ paths:
required: true
type: string
produces:
- application/pdf
- image/png
responses: {}
summary: Generate barcodes
tags:
@@ -202,6 +202,8 @@ paths:
produces:
- application/pdf
responses: {}
security:
- ApiKeyAuth: []
summary: Generate runner cards
tags:
- pdfs
@@ -220,6 +222,8 @@ paths:
produces:
- application/pdf
responses: {}
security:
- ApiKeyAuth: []
summary: Generate runner certificates
tags:
- pdfs
@@ -238,11 +242,11 @@ paths:
produces:
- application/pdf
responses: {}
security:
- ApiKeyAuth: []
summary: Generate a contract
tags:
- pdfs
security:
- ApiKeyAuth: []
securityDefinitions:
ApiKeyAuth:
in: query