post https://{account}.piwik.pro/api/tag/v1//tags//copy
This action results in asynchronous operation. See more: Asynchronous operations
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
This action results in asynchronous operation. See more: Asynchronous operations
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
21curl --request POST \
--url https://example.piwik.pro/api/tag/v1/app_id/tags/tag_id/copy \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--data '
{
"data": {
"type": "tag",
"attributes": {
"with_triggers": true
},
"relationships": {
"target_app": {
"data": {
"type": "app"
}
}
}
}
}
'
xxxxxxxxxx
14{
"data": {
"id": "fd6d2ebf-5944-4f2d-bda8-7e74f1585c1a",
"type": "tag",
"relationships": {
"operation": {
"data": {
"id": "bb8f1843-165e-462c-86f5-05a0391f82c1",
"type": "operation"
}
}
}
}
}