Skip to content

Commit

Permalink
fix(specs): delete user token processing time (#3525)
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Aug 14, 2024
1 parent 924f1fa commit 40c5d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }}

- name: Push generation to algolia documentation
- name: Push generation to the Algolia docs
run: yarn workspace scripts pushToAlgoliaDoc
env:
GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }}
1 change: 1 addition & 0 deletions specs/insights/paths/deleteUserToken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ delete:
summary: Delete user token
description: |
Deletes all events related to the specified user token from events metrics and analytics.
The deletion is asynchronous, and processed within 48 hours.
To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
parameters:
- name: userToken
Expand Down

0 comments on commit 40c5d47

Please sign in to comment.