Created
October 6, 2025 12:40
-
-
Save 0-sv/9bcf98c13a30c2297d33dc2d6d6c0394 to your computer and use it in GitHub Desktop.
GitHub ghost notifications
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo 'edit last_read_at to current date pls!' | |
| curl -X PUT \ | |
| -H "Accept: application/vnd.github.v3+json" \ | |
| -H "Authorization: token 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" \ | |
| https://api.github.com/notifications \ | |
| -d '{"last_read_at":"2025-10-06T00:00:00Z"}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment