This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch pr90 in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git
commit 628105dfd76b87dcacf8b1dc1e3d66e34aaba641 Author: tonymmm1 <t...@mail.magnatox.com> AuthorDate: Mon Jul 22 18:31:03 2024 -0500 fix url values --- cloudstack/QuotaService.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudstack/QuotaService.go b/cloudstack/QuotaService.go index bc910a8..ee35453 100644 --- a/cloudstack/QuotaService.go +++ b/cloudstack/QuotaService.go @@ -1401,7 +1401,7 @@ type QuotaTariffUpdateResponse struct { } func (s *QuotaService) QuotaUpdate() (*QuotaUpdateResponse, error) { - resp, err := s.cs.newRequest("quotaUpdate") + resp, err := s.cs.newRequest("quotaUpdate", nil) if err != nil { return nil, err }