From: Swaraj Kumar Date: Fri, 18 Oct 2024 05:03:02 +0000 (+0530) Subject: Swagger file for TM X-Git-Tag: 3.0.0~84 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=d69ba8ac12f3fec1b1b70d263b3487a0048fb08d;p=aiml-fw%2Fawmf%2Ftm.git Swagger file for TM Change-Id: I4163603477b215d4c70afd3da367800390cbc279 Signed-off-by: Swaraj Kumar --- diff --git a/API_docs/training-manager.yaml b/API_docs/training-manager.yaml new file mode 100644 index 0000000..324da58 --- /dev/null +++ b/API_docs/training-manager.yaml @@ -0,0 +1,15 @@ +swagger: "2.0" +info: + description: "This file contains all REST endpoints exposed by Training Manager." + version: "1.0.0" + title: "Training Manager API" + +host: "localhost:5000" +basePath: "/" +schemes: + - "http" + +consumes: + - "application/json" +produces: + - "application/json" \ No newline at end of file