From: Swaraj Kumar Date: Fri, 18 Oct 2024 05:04:52 +0000 (+0530) Subject: Swagger file:tags for TM X-Git-Tag: 3.0.0~83 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=2a8fb7ce7075b1fc6f44d189251f16b497f0d7a4;p=aiml-fw%2Fawmf%2Ftm.git Swagger file:tags for TM Change-Id: Ic82825219bc919249ce976bd848b65b504c6e50e Signed-off-by: Swaraj Kumar --- 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