From a9dbe5230dba1dad6e45cb20ae9b775c03b3e9f4 Mon Sep 17 00:00:00 2001 From: Harsh Tomar Date: Tue, 3 Jan 2023 15:16:22 +0530 Subject: [PATCH] Commented Analytics Endpoint --- static/api/v2.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/static/api/v2.yaml b/static/api/v2.yaml index f79e140a8..e04b1b7be 100644 --- a/static/api/v2.yaml +++ b/static/api/v2.yaml @@ -785,19 +785,19 @@ paths: in: path required: true description: ID of the session - /analytics/stats: - get: - summary: Fetch statistics of an organization - description: Returns complete statistics of an organization for the given time period. - operationId: GetOverallStats - tags: - - Analytics - parameters: - - $ref: '#/components/parameters/startDate' - - $ref: '#/components/parameters/endDate' - responses: - '200': - $ref: '#/components/responses/GetOverallStats' + # /analytics/stats: + # get: + # summary: Fetch statistics of an organization + # description: Returns complete statistics of an organization for the given time period. + # operationId: GetOverallStats + # tags: + # - Analytics + # parameters: + # - $ref: '#/components/parameters/startDate' + # - $ref: '#/components/parameters/endDate' + # responses: + # '200': + # $ref: '#/components/responses/GetOverallStats' /webhooks: summary: Represents webhooks for organization description: Represents webhooks for organization @@ -3622,7 +3622,7 @@ tags: - name: Webhooks - name: Active session - name: Live streams - - name: Analytics + # - name: Analytics - name: Organizations externalDocs: url: 'https://docs.dyte.io'