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

Commit

Permalink
feat(otb.service): retrieve available release channels (#292)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephanie Moallic <[email protected]>
  • Loading branch information
Steffy29 authored Jun 1, 2020
1 parent 033025e commit 3206339
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/overTheBox/overTheBox.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ angular.module('ovh-api-services').service('OvhApiOverTheBoxV6', ($resource, Ovh
url: '/overTheBox/:serviceName/device/logs ',
isArray: false,
},
getAvailableReleaseChannels: {
method: 'GET',
url: '/overTheBox/:serviceName/availableReleaseChannels',
isArray: true,
},
});

return overTheBox;
Expand Down

0 comments on commit 3206339

Please sign in to comment.