Method: GatherContent::Api::Item#apply_template

Defined in:
lib/gather_content/api/item.rb

#apply_template(template_id) ⇒ Object



28
29
30
# File 'lib/gather_content/api/item.rb', line 28

def apply_template(template_id)
  post_save({ "template_id" => template_id }, "#{path}/apply_template")
end