Skip to content

Instantly share code, notes, and snippets.

@0-sv
Created October 6, 2025 12:40
Show Gist options
  • Save 0-sv/9bcf98c13a30c2297d33dc2d6d6c0394 to your computer and use it in GitHub Desktop.
Save 0-sv/9bcf98c13a30c2297d33dc2d6d6c0394 to your computer and use it in GitHub Desktop.
GitHub ghost notifications
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