patch https://{account}.piwik.pro/api/tracker/v1/settings/app/global
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
204No Content
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
204No Content
xxxxxxxxxx
24curl --request PATCH \
--url https://example.piwik.pro/api/tracker/v1/settings/app/global \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--data '
{
"data": {
"type": "tracker/settings/app/global",
"id": "global",
"attributes": {
"anonymize_visitor_ip_level": 0,
"site_search_query_params": [
"q",
"query",
"s",
"search",
"searchword",
"keyword"
],
"visitor_geolocation_based_on_anonymized_ip": false
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: