This commit is contained in:
2023-08-05 18:02:45 -05:00
parent 6f6872eaba
commit b98b87e4ba
6 changed files with 32 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
basePath: /api/v1
basePath: /api
definitions:
model.Message:
properties:
@@ -214,4 +214,9 @@ paths:
summary: Unraid PSU Stats
tags:
- unraid
securityDefinitions:
ApiKeyAuth:
in: header
name: Authorization
type: apiKey
swagger: "2.0"