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

Commit

Permalink
feat(voicemail): add voicemailNumbers route
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisay committed Sep 26, 2017
1 parent 49f5b37 commit 5b53571
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dist/ovh-api-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -15691,6 +15691,10 @@ angular.module("ovh-api-services").service("OvhApiTelephonyVoicemailLexi", ["$re
method: "POST",
url: "/telephony/:billingAccount/voicemail/:serviceName/settings/changePassword",
interceptor: interceptor
},
getNumbersSettings: {
method: "GET",
url: "/telephony/:billingAccount/voicemail/:serviceName/settings/voicemailNumbers"
}
});

Expand Down
Loading

0 comments on commit 5b53571

Please sign in to comment.