mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
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:
parent
93658fc5fd
commit
6f1b4f29a8
@ -1071,6 +1071,9 @@ const docTemplate = `{
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"serviceID": {
|
||||
"type": "string"
|
||||
},
|
||||
"tunnelAddress": {
|
||||
"type": "string"
|
||||
}
|
||||
|
@ -1064,6 +1064,9 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"serviceID": {
|
||||
"type": "string"
|
||||
},
|
||||
"tunnelAddress": {
|
||||
"type": "string"
|
||||
}
|
||||
|
@ -262,6 +262,8 @@ definitions:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
serviceID:
|
||||
type: string
|
||||
tunnelAddress:
|
||||
type: string
|
||||
type: object
|
||||
|
Loading…
Reference in New Issue
Block a user