patch https://{account}.piwik.pro/api/users/v2/me
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
13curl --request PATCH \
--url https://example.piwik.pro/api/users/v2/me \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--data '
{
"data": {
"attributes": {
"language": "en-US"
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: