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

Commit

Permalink
feat(telephony.spare): add compatibleReplacement action
Browse files Browse the repository at this point in the history
Co-authored-by: Stephanie Moallic <[email protected]>
  • Loading branch information
antleblanc and Stephanie Moallic committed Aug 16, 2019
1 parent 818668f commit 67e546c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/telephony/spare/telephony-spare.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ angular.module('ovh-api-services').service('OvhApiTelephonySpareV6', ($resource,
method: 'POST',
url: '/order/telephony/spare/new',
},
queryCompatibleReplacement: {
method: 'GET',
url: '/telephony/spare/:spare/compatibleReplacement',
isArray: true,
},
});

spareResource.resetAllCache = function () {
Expand Down

0 comments on commit 67e546c

Please sign in to comment.