Search code examples
githubgithub-api

GitHub API: Update user notification settings


Is it possible to update GitHub user notification settings using the GitHub API?

I am most interested in updating the 'participating' notification settings, in the context of GitHub Enterprise.

enter image description here

Nothing in the Users or Notifications API documentation suggests this is possible.


Solution

  • All I can see is the Set a repository subscription, but it applies to a given repository, not to the global user settings for Watching events.

    So it appears those specific settings are not exposed through an API call (nothing in the User API for instance)