server/docs/swagger/swagger.yaml

17 lines
288 B
YAML

basePath: /api/v1
host: '{{.Host}}'
info:
contact: {}
description: '{{.Description}}'
license:
name: GPLv3
title: Sofaraum Server API
version: '{{.Version}}'
paths: {}
securityDefinitions:
ApiKeyAuth:
in: header
name: Authorization
type: apiKey
swagger: "2.0"