From 2a8fb7ce7075b1fc6f44d189251f16b497f0d7a4 Mon Sep 17 00:00:00 2001 From: Swaraj Kumar Date: Fri, 18 Oct 2024 10:34:52 +0530 Subject: [PATCH] Swagger file:tags for TM Change-Id: Ic82825219bc919249ce976bd848b65b504c6e50e Signed-off-by: Swaraj Kumar --- API_docs/training-manager.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/API_docs/training-manager.yaml b/API_docs/training-manager.yaml index 324da58..3258c5c 100644 --- a/API_docs/training-manager.yaml +++ b/API_docs/training-manager.yaml @@ -12,4 +12,12 @@ schemes: consumes: - "application/json" produces: - - "application/json" \ No newline at end of file + - "application/json" + +tags: + - name: Feature Group + description: Feature group related operations + - name: Pipeline + description: Pipeline related operations + - name: Training Job + description: Training Job related operations \ No newline at end of file -- 2.16.6