Skip to content

Commit 2a7efba

Browse files
committed
Removed "reset_tracking" endpoint, which was removed in WC 3.6
woocommerce/woocommerce#22899
1 parent 9b25a26 commit 2a7efba

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

source/includes/wp-api-v2/_system-status-tools.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -355,24 +355,6 @@ woocommerce.get("system_status/tools").parsed_response
355355
]
356356
}
357357
},
358-
{
359-
"id": "reset_tracking",
360-
"name": "Reset usage tracking settings",
361-
"action": "Reset usage tracking settings",
362-
"description": "This will reset your usage tracking settings, causing it to show the opt-in banner again and not sending any data.",
363-
"_links": {
364-
"self": [
365-
{
366-
"href": "https://example.com/wp-json/wc/v2/system_status/tools/reset_tracking"
367-
}
368-
],
369-
"collection": [
370-
{
371-
"href": "https://example.com/wp-json/wc/v2/system_status/tools"
372-
}
373-
]
374-
}
375-
},
376358
{
377359
"id": "regenerate_thumbnails",
378360
"name": "Regenerate shop thumbnails",

source/includes/wp-api-v3/_system-status-tools.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -355,24 +355,6 @@ woocommerce.get("system_status/tools").parsed_response
355355
]
356356
}
357357
},
358-
{
359-
"id": "reset_tracking",
360-
"name": "Reset usage tracking settings",
361-
"action": "Reset usage tracking settings",
362-
"description": "This will reset your usage tracking settings, causing it to show the opt-in banner again and not sending any data.",
363-
"_links": {
364-
"self": [
365-
{
366-
"href": "https://example.com/wp-json/wc/v3/system_status/tools/reset_tracking"
367-
}
368-
],
369-
"collection": [
370-
{
371-
"href": "https://example.com/wp-json/wc/v3/system_status/tools"
372-
}
373-
]
374-
}
375-
},
376358
{
377359
"id": "regenerate_thumbnails",
378360
"name": "Regenerate shop thumbnails",

0 commit comments

Comments
 (0)