From f7e6f21a28b09109d2bed4f39177e34c0e7cee5a Mon Sep 17 00:00:00 2001 From: Swaraj Kumar Date: Fri, 18 Oct 2024 11:38:11 +0530 Subject: [PATCH] Swagger file for mme Change-Id: I957d23abbdd236f867c9af5465a97d0ea4658897 Signed-off-by: Swaraj Kumar --- API_docs/mme.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 API_docs/mme.yaml diff --git a/API_docs/mme.yaml b/API_docs/mme.yaml new file mode 100644 index 0000000..99ebc7b --- /dev/null +++ b/API_docs/mme.yaml @@ -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 -- 2.16.6