103 104 105 106 107
# File 'lib/discourse_api/api/topics.rb', line 103 def topic_set_user_notification_level(topic_id, params) params = API.params(params) .required(:notification_level) post("/t/#{topic_id}/notifications", params) end