This commit is contained in:
2023-05-26 20:06:00 -05:00
parent eab2cb9963
commit 5ec35ec521
13 changed files with 188 additions and 58 deletions

View File

@@ -1,5 +1,5 @@
basePath: /api/v1
host: durpapi.durp.info
host: localhost:8080
info:
contact:
email: support@swagger.io
@@ -70,6 +70,21 @@ paths:
summary: Travel Agent ChatGPT
tags:
- openai
/token/GenerateToken:
get:
consumes:
- application/json
description: Get the health of the API
produces:
- application/json
responses:
"200":
description: response
schema:
type: string
summary: Generate Health status
tags:
- token
/unraid/powerusage:
get:
consumes: