From 6f1b4f29a8a888e63c664ab8b6b3d7b27a7728f2 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:54:04 +0200 Subject: [PATCH] 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> --- swagger/docs.go | 3 +++ swagger/swagger.json | 3 +++ swagger/swagger.yaml | 2 ++ 3 files changed, 8 insertions(+) diff --git a/swagger/docs.go b/swagger/docs.go index 4d89a926bfa..44ae10ad051 100644 --- a/swagger/docs.go +++ b/swagger/docs.go @@ -1071,6 +1071,9 @@ const docTemplate = `{ "name": { "type": "string" }, + "serviceID": { + "type": "string" + }, "tunnelAddress": { "type": "string" } diff --git a/swagger/swagger.json b/swagger/swagger.json index ef038c4c9e4..6edfebbdf2c 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -1064,6 +1064,9 @@ "name": { "type": "string" }, + "serviceID": { + "type": "string" + }, "tunnelAddress": { "type": "string" } diff --git a/swagger/swagger.yaml b/swagger/swagger.yaml index 34d3d64f9e3..c953b0afd50 100644 --- a/swagger/swagger.yaml +++ b/swagger/swagger.yaml @@ -262,6 +262,8 @@ definitions: type: string name: type: string + serviceID: + type: string tunnelAddress: type: string type: object