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

Commit

Permalink
fix(cdn domains): fix POST action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisay authored and antleblanc committed Jun 25, 2018
1 parent 6abbfae commit 22517ab
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
7 changes: 7 additions & 0 deletions dist/ovh-api-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,13 @@ angular.module("ovh-api-services").service("OvhApiCdnDedicatedDomainsV6", ["$res
serviceName: "@serviceName",
domain: "@domain"
}, {
add: {
method: "POST",
url: "/cdn/dedicated/:serviceName/domains",
params: {
domain: "@domain"
}
},
flush: {
method: "POST",
url: "/cdn/dedicated/:serviceName/domains/:domain/flush"
Expand Down
Loading

0 comments on commit 22517ab

Please sign in to comment.