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

Commit

Permalink
feat(migration): add endpoint to retrieve subservices to delete
Browse files Browse the repository at this point in the history
ref: XDSL-5202
  • Loading branch information
Steffy29 authored and antleblanc committed Nov 26, 2018
1 parent 84f75fc commit 4659dbe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pack/xdsl/pack-xdsl.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ angular.module("ovh-api-services").service("OvhApiPackXdslV6", function ($resour
resiliationFollowUp: {
method: "GET",
url: "/pack/xdsl/:packName/resiliationFollowUp"
},
servicesToDelete: {
method: "POST",
isArray: true,
url: "/pack/xdsl/:packName/migration/servicesToDelete",
params: {
packName: "@packName"
}
}
}
);
Expand Down

0 comments on commit 4659dbe

Please sign in to comment.