Skip to content

Commit 40c5d47

Browse files
authored
fix(specs): delete user token processing time (#3525)
1 parent 924f1fa commit 40c5d47

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ jobs:
621621
env:
622622
GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }}
623623

624-
- name: Push generation to algolia documentation
624+
- name: Push generation to the Algolia docs
625625
run: yarn workspace scripts pushToAlgoliaDoc
626626
env:
627627
GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }}

specs/insights/paths/deleteUserToken.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ delete:
55
summary: Delete user token
66
description: |
77
Deletes all events related to the specified user token from events metrics and analytics.
8+
The deletion is asynchronous, and processed within 48 hours.
89
To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
910
parameters:
1011
- name: userToken

0 commit comments

Comments
 (0)