feat(swagger): update swagger (#3343)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
This commit is contained in:
LocalAI [bot] 2024-08-20 22:54:04 +02:00 committed by GitHub
parent 93658fc5fd
commit 6f1b4f29a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 0 deletions

View File

@ -1071,6 +1071,9 @@ const docTemplate = `{
"name": {
"type": "string"
},
"serviceID": {
"type": "string"
},
"tunnelAddress": {
"type": "string"
}

View File

@ -1064,6 +1064,9 @@
"name": {
"type": "string"
},
"serviceID": {
"type": "string"
},
"tunnelAddress": {
"type": "string"
}

View File

@ -262,6 +262,8 @@ definitions:
type: string
name:
type: string
serviceID:
type: string
tunnelAddress:
type: string
type: object