From 09f0df0192f1e08429ca7ca3018150a937fee48f Mon Sep 17 00:00:00 2001 From: szekelyzol Date: Wed, 29 May 2024 01:00:30 +0200 Subject: [PATCH] Mark light analytics operations as deprecated --- oas_apivideo.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/oas_apivideo.yaml b/oas_apivideo.yaml index 461b6462..8a5f25ab 100644 --- a/oas_apivideo.yaml +++ b/oas_apivideo.yaml @@ -11565,8 +11565,10 @@ paths: tags: - Analytics summary: Get play events for video - description: Retrieve filtered analytics about the number of plays for your - videos in a project. + description: | + Retrieve filtered analytics about the number of plays for your videos in a project. + + This endpoint will be deprecated with the release of Analytics v2.0. operationId: GET_analytics-videos-plays parameters: - name: from @@ -11871,6 +11873,7 @@ paths: status: 429 security: - apiKey: [] + deprecated: true x-client-action: getVideosPlays x-group-parameters: true x-client-paginated: true @@ -12087,8 +12090,10 @@ paths: tags: - Analytics summary: Get play events for live stream - description: Retrieve filtered analytics about the number of plays for your - live streams in a project. + description: | + Retrieve filtered analytics about the number of plays for your live streams in a project. + + This endpoint will be deprecated with the release of Analytics v2.0. operationId: GET_analytics-live-streams-plays parameters: - name: from @@ -12391,6 +12396,7 @@ paths: status: 429 security: - apiKey: [] + deprecated: true x-client-action: getLiveStreamsPlays x-group-parameters: true x-client-paginated: true