mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +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
3 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue