Skip to content

Commit

Permalink
use correct path for basic calls (#175)
Browse files Browse the repository at this point in the history
* use correct path for basic calls

* also fixing the basic delete support
  • Loading branch information
bradrf committed Aug 27, 2024
1 parent 2f17033 commit ebd4f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/resources/CallRecordings.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const TelnyxResource = require('../TelnyxResource');
const telnyxMethod = TelnyxResource.method;

module.exports = TelnyxResource.extend({
path: 'call_recordings',
includeBasic: ['list','retrieve','delete'],
path: 'recordings',
includeBasic: ['list', 'retrieve', 'del'],

GetRecordings: telnyxMethod({
method: 'GET',
Expand Down

0 comments on commit ebd4f02

Please sign in to comment.