VisualAppeal / Matomo-PHP-API

PHP wrapper for the Matomo API.
MIT License
95 stars 33 forks source link

SitesManager.updateSite - missing few parameters #29

Closed Sky-Cat closed 9 years ago

Sky-Cat commented 9 years ago

The functions updateSite lacks two parameters: idSite, settings = ''.

See: http://developer.piwik.org/api-reference/reporting-api#SitesManager

Piwik-PHP-API: 1.2.0 Piwik: 2.14.2

thelfensdrfer commented 9 years ago

idSite is always appended (https://github.com/VisualAppeal/Piwik-PHP-API/blob/master/src/Piwik.php#L425) but settings is missing. I will fix it tomorrow.