Vonage / vonage-node-sdk

Vonage API client for Node.js. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Apache License 2.0
375 stars 178 forks source link

fix(video): updated endpoints for adding/removing streams from Archive #922

Closed conshus closed 3 months ago

conshus commented 3 months ago

adds "s" to endpoints to match https://developer.vonage.com/en/api/video#patch-v2-project-application_id-archive-archive_id-streams

Description

adds "s" to endpoints to match https://developer.vonage.com/en/api/video#patch-v2-project-application_id-archive-archive_id-streams

Motivation and Context

Right now, the current endpoints return 404.

Testing Details

Example Output or Screenshots (if appropriate)

Types of changes

Checklist

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.61%. Comparing base (fbe1c27) to head (6e04c6b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 3.x #922 +/- ## ======================================= Coverage 84.61% 84.61% ======================================= Files 122 122 Lines 1775 1775 Branches 363 363 ======================================= Hits 1502 1502 Misses 273 273 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.