Files
HellreigN/backend/docs/swagger.yaml
T
d3m0k1d 3293915062
ci-agent / build (push) Failing after 28s
chore: proj struct and swagger docs for backend
2026-04-03 21:04:49 +03:00

11 lines
202 B
YAML

info:
contact: {}
paths: {}
securityDefinitions:
Bearer:
description: Type "Bearer" followed by a space and the JWT token.
in: header
name: Authorization
type: apiKey
swagger: "2.0"