Without this change, a call of telnyx.callRecordings.list() will result in a 404: Resource not found since it'll attempt this request: { method: 'GET', path: '/v2/call_recordings/recordings' }.
Additionally, the inclusion for basic DELETE support wasn't correct (was misnamed).
Without this change, a call of
telnyx.callRecordings.list()
will result in a404: Resource not found
since it'll attempt this request:{ method: 'GET', path: '/v2/call_recordings/recordings' }
.Additionally, the inclusion for basic
DELETE
support wasn't correct (was misnamed).