patch https://{account}.piwik.pro/api/tracker/v2/settings/app/
It edits tracker settings of an app.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
204No Content
It edits tracker settings of an app.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
204No Content
xxxxxxxxxx
11curl --request PATCH \
--url https://example.piwik.pro/api/tracker/v2/settings/app/app_id \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--data '
{
"data": {
"type": "tracker/settings/app"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: