feat: 📝 Document Delete entity

This commit is contained in:
Jesse Wierzbinski 2024-08-13 15:59:25 +02:00
parent 6db5aee6cd
commit 4b773e114a
No known key found for this signature in database
6 changed files with 56 additions and 7 deletions

View file

@ -88,7 +88,7 @@ Dislikes are a way for users to show disapproval for a note, like YouTube's "dis
## Undoing Likes and Dislikes
To undo a like or dislike, an [Undo](/entities/undo) entity should be used. The `object` property of the Undo entity should link to the Like or Dislike entity to be removed.
To undo a like or dislike, a [Delete](/entities/deletes) entity should be used. The `deleted` property of the Delete entity should link to the Like or Dislike entity to be removed.
## User Collections