mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 00:54:23 +00:00
Add API key security definitions to Swagger documentation
This commit is contained in:
@@ -1006,4 +1006,9 @@ paths:
|
||||
summary: Get llamactl version
|
||||
tags:
|
||||
- version
|
||||
securityDefinitions:
|
||||
ApiKeyAuth:
|
||||
in: header
|
||||
name: X-API-Key
|
||||
type: apiKey
|
||||
swagger: "2.0"
|
||||
|
||||
Reference in New Issue
Block a user