Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
feat(xdsl.modem): add reconfigure voip call for modem (#215)
Browse files Browse the repository at this point in the history
ref: UXCT-186
  • Loading branch information
Steffy29 authored and antleblanc committed Aug 9, 2019
1 parent b084314 commit 24c4237
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/xdsl/modem/xdsl-modem.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ angular.module('ovh-api-services').service('OvhApiXdslModemV6', ($resource, OvhA
method: 'PUT',
interceptor,
},
reconfigureVoip: {
method: 'POST',
url: '/xdsl/:xdslId/modem/reconfigureVoip',
interceptor,
}
});
});

0 comments on commit 24c4237

Please sign in to comment.