Swagger file for mme 57/13657/1
authorSwaraj Kumar <swaraj.kumar@samsung.com>
Fri, 18 Oct 2024 06:08:11 +0000 (11:38 +0530)
committerSwaraj Kumar <swaraj.kumar@samsung.com>
Fri, 18 Oct 2024 06:08:11 +0000 (11:38 +0530)
Change-Id: I957d23abbdd236f867c9af5465a97d0ea4658897
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
API_docs/mme.yaml [new file with mode: 0644]

diff --git a/API_docs/mme.yaml b/API_docs/mme.yaml
new file mode 100644 (file)
index 0000000..99ebc7b
--- /dev/null
@@ -0,0 +1,13 @@
+openapi: 3.0.0
+info:
+  title: Model Management API
+  description: API for managing machine learning models (register, retrieve, update, delete, upload, and download).
+  version: 1.1.0
+
+servers:
+  - url: http://localhost:8080
+    description: Local development server
+
+tags:
+  - name: Model Management
+    description: Endpoints for managing models
\ No newline at end of file