From 7feec5bda8f7350d85b9d9f39ac12813693dea98 Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 20 May 2021 23:04:27 +0530 Subject: [PATCH] Add Main and Index tags --- reference/Kuvera.yaml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/reference/Kuvera.yaml b/reference/Kuvera.yaml index c9ecee0..ce5f9eb 100644 --- a/reference/Kuvera.yaml +++ b/reference/Kuvera.yaml @@ -33,11 +33,16 @@ paths: items: $ref: '#/components/schemas/Mutual-Fund' operationId: fund_scheme_list - description: Get a list of Mutual Funds in Compressed Format + description: |+ + Get a list of Mutual Funds in Compressed Format. While it looks like this is not documented, it is documented using `additionalProperties` (OpenAPI v3.0) which doesn't render correctly. + + tags: + - Main /api/v3/funds/amc_list.json: get: summary: List all AMCs - tags: [] + tags: + - Main responses: '200': description: OK @@ -173,7 +178,8 @@ paths: /api/v3/funds/index_nav/NIFTY50.json: get: summary: NIFTY 50 Historical Value - tags: [] + tags: + - Index Data responses: '200': description: OK @@ -202,7 +208,8 @@ paths: /mf/api/v4/fund_categories.json: get: summary: Get Fund Category Returns - tags: [] + tags: + - Main responses: '200': description: OK @@ -268,7 +275,8 @@ paths: '/mf/api/v4/fund_schemes/{codes}.json': get: summary: Mutual Fund Plan Details - tags: [] + tags: + - Main responses: '200': description: OK