Skip to content

Commit

Permalink
feat(swagger): update swagger (#3343)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <[email protected]>
  • Loading branch information
localai-bot and mudler authored Aug 20, 2024
1 parent 93658fc commit 6f1b4f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions swagger/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,9 @@ const docTemplate = `{
"name": {
"type": "string"
},
"serviceID": {
"type": "string"
},
"tunnelAddress": {
"type": "string"
}
Expand Down
3 changes: 3 additions & 0 deletions swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,9 @@
"name": {
"type": "string"
},
"serviceID": {
"type": "string"
},
"tunnelAddress": {
"type": "string"
}
Expand Down
2 changes: 2 additions & 0 deletions swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ definitions:
type: string
name:
type: string
serviceID:
type: string
tunnelAddress:
type: string
type: object
Expand Down

0 comments on commit 6f1b4f2

Please sign in to comment.