Method: Mints::User#update_story_template
- Defined in:
- lib/user.rb
#update_story_template(id, data, options = nil) ⇒ Object
150 151 152 |
# File 'lib/user.rb', line 150 def update_story_template(id, data, = nil) return @client.update__content__story_templates(id, data, ) end |