Method: Mints::User#create_story_template

Defined in:
lib/user.rb

#create_story_template(data, options = nil) ⇒ Object



146
147
148
# File 'lib/user.rb', line 146

def create_story_template(data, options = nil)
  return @client.create__content__story_templates(data, options)
end