Method: Mints::User#update_content_template

Defined in:
lib/user.rb

#update_content_template(id, data, options = nil) ⇒ Object



213
214
215
# File 'lib/user.rb', line 213

def update_content_template(id, data, options = nil)
  return @client.update__content__templates(id, data, options)
end