From b00ba8c2eb375a7905ee1ad0e556c525441f1834 Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 20 May 2021 23:09:18 +0530 Subject: [PATCH] Fix top fund urls --- reference/Kuvera.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/reference/Kuvera.yaml b/reference/Kuvera.yaml index ce5f9eb..97fe01c 100644 --- a/reference/Kuvera.yaml +++ b/reference/Kuvera.yaml @@ -33,9 +33,8 @@ paths: items: $ref: '#/components/schemas/Mutual-Fund' operationId: fund_scheme_list - description: |+ + 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: @@ -127,7 +126,7 @@ paths: - description operationId: amc_list description: Get a list of AMCs - /v3/funds/tags/top_bought.json: + /api/v3/funds/tags/top_bought.json: get: summary: Top Bought Funds responses: @@ -143,7 +142,8 @@ paths: description: List of top bought Mutual Funds tags: - Top Funds - /v3/funds/tags/top_sold.json: + parameters: [] + /api/v3/funds/tags/top_sold.json: get: summary: Top Sold Funds responses: @@ -159,6 +159,7 @@ paths: description: List of top sold Mutual Funds tags: - Top Funds + parameters: [] /v3/funds/tags/top_watchlist.json: get: summary: Top Watched Funds