Skip to content

Commit 6f1b4f2

Browse files
localai-botmudler
andauthored
feat(swagger): update swagger (#3343)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <[email protected]>
1 parent 93658fc commit 6f1b4f2

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

swagger/docs.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,9 @@ const docTemplate = `{
10711071
"name": {
10721072
"type": "string"
10731073
},
1074+
"serviceID": {
1075+
"type": "string"
1076+
},
10741077
"tunnelAddress": {
10751078
"type": "string"
10761079
}

swagger/swagger.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,9 @@
10641064
"name": {
10651065
"type": "string"
10661066
},
1067+
"serviceID": {
1068+
"type": "string"
1069+
},
10671070
"tunnelAddress": {
10681071
"type": "string"
10691072
}

swagger/swagger.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ definitions:
262262
type: string
263263
name:
264264
type: string
265+
serviceID:
266+
type: string
265267
tunnelAddress:
266268
type: string
267269
type: object

0 commit comments

Comments
 (0)