mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-04 09:42:53 +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": {
|
"name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"serviceID": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"tunnelAddress": {
|
"tunnelAddress": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
@ -1064,6 +1064,9 @@
|
|||||||
"name": {
|
"name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"serviceID": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"tunnelAddress": {
|
"tunnelAddress": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
@ -262,6 +262,8 @@ definitions:
|
|||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
|
serviceID:
|
||||||
|
type: string
|
||||||
tunnelAddress:
|
tunnelAddress:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user