PATCH
github_notifications_mark_thread_read.py
Requires
repo, read:user.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Mark one notification thread as read — how an agent takes a handled item off its own queue.
from charter.packs import github
result = await github.notifications_mark_thread_read.ainvoke({"threadId": ...})
repo, read:user.| Field | Type | Description |
|---|---|---|
threadId * | integer | The unique identifier of the notification thread. |
Was this page helpful?