class Github::Client::Activity::Notifications
def create(*args)
- Api: - public
Options Hash:
(**params)-
:ignored(Boolean) -- -
:subscribed(Boolean) --
Parameters:
-
params(Hash) --
Other tags:
- See: https://developer.github.com/v3/activity/notifications/#set-a-thread-subscription -
def create(*args) arguments(args, required: [:thread_id]) put_request("/notifications/threads/#{arguments.thread_id}/subscription", arguments.params) end