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

Commit

Permalink
fix(support): add 'hadBody: false' to 'close' call
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericEspiau authored and antleblanc committed Jul 25, 2019
1 parent da67d11 commit 829f2c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/support/support.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ angular.module("ovh-api-services").service("OvhApiSupportV6", function ($resourc
url: "/support/tickets/:id/create"
},
close: {
hasBody: false,
method: "POST",
url: "/support/tickets/:id/close"
},
Expand Down

0 comments on commit 829f2c4

Please sign in to comment.