Swagger file for TM 38/13638/1
authorSwaraj Kumar <swaraj.kumar@samsung.com>
Fri, 18 Oct 2024 05:03:02 +0000 (10:33 +0530)
committerSwaraj Kumar <swaraj.kumar@samsung.com>
Fri, 18 Oct 2024 05:03:02 +0000 (10:33 +0530)
Change-Id: I4163603477b215d4c70afd3da367800390cbc279
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
API_docs/training-manager.yaml [new file with mode: 0644]

diff --git a/API_docs/training-manager.yaml b/API_docs/training-manager.yaml
new file mode 100644 (file)
index 0000000..324da58
--- /dev/null
@@ -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