Method: Bl::Commands::Space#update_notification
- Defined in:
- lib/bl/commands/space.rb
#update_notification(content) ⇒ Object
37 38 39 40 41 |
# File 'lib/bl/commands/space.rb', line 37 def update_notification(content) res = client.put('space/notification', content: content) puts 'space notification updated' print_space_notification(res) end |