Method: Mints::User#update_story
- Defined in:
- lib/user.rb
#update_story(id, data, options = nil) ⇒ Object
129 130 131 |
# File 'lib/user.rb', line 129 def update_story(id, data, = nil) return @client.update__content__stories(id, data, ) end |