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

Commit

Permalink
fix(domain.configurations): add correct response type for put method (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
marie-j authored and antleblanc committed Apr 16, 2019
1 parent 5042bb1 commit fb4c2c1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ angular.module("ovh-api-services").service("OvhApiDomainConfigurationsObfuscated
},
put: {
method: "PUT",
interceptor: interceptor
interceptor: interceptor,
isArray: true
},
refresh: {
method: "POST",
Expand Down

0 comments on commit fb4c2c1

Please sign in to comment.