Skip to content

Commit

Permalink
Mark light analytics operations as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelyzol committed May 28, 2024
1 parent aedacd1 commit 09f0df0
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions oas_apivideo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -11871,6 +11873,7 @@ paths:
status: 429
security:
- apiKey: []
deprecated: true
x-client-action: getVideosPlays
x-group-parameters: true
x-client-paginated: true
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -12391,6 +12396,7 @@ paths:
status: 429
security:
- apiKey: []
deprecated: true
x-client-action: getLiveStreamsPlays
x-group-parameters: true
x-client-paginated: true
Expand Down

0 comments on commit 09f0df0

Please sign in to comment.