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

Commit

Permalink
fix: api for terminate enterprise cloud database
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesh Kumar committed Oct 3, 2019
1 parent 99c9492 commit 89581d2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ angular.module('ovh-api-services').service('OvhApiCloudDBEnterpriseClusterV6', (
method: 'POST',
interceptor,
},
terminate: {
url: '/cloudDB/enterprise/cluster/:clusterId/terminate',
method: 'POST',
interceptor,
},
});

enterpriseCloudResource.resetAllCache = function () {
Expand Down

0 comments on commit 89581d2

Please sign in to comment.