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

Commit

Permalink
feat(pcc): add terminate and confirmTermination methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisay committed Apr 20, 2018
1 parent 42943a5 commit 9e7bf34
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 9 deletions.
10 changes: 10 additions & 0 deletions dist/ovh-api-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -5031,6 +5031,16 @@ angular.module("ovh-api-services").service("OvhApiDedicatedCloudV6", ["$resource
url: "/dedicatedCloud/:serviceName/serviceInfos",
method: "GET",
cache: cache
},
terminate: {
url: "/dedicatedCloud/:serviceName/terminate",
method: "POST",
interceptor: interceptor
},
confirmTermination: {
url: "/dedicatedCloud/:serviceName/confirmTermination",
method: "POST",
interceptor: interceptor
}
});

Expand Down
Loading

0 comments on commit 9e7bf34

Please sign in to comment.