Method: Shotstack::EditApi#put_template
- Defined in:
- lib/shotstack/api/edit_api.rb
#put_template(id, template, opts = {}) ⇒ TemplateResponse
Update Template Update an existing template by template id. **Base URL:** api.shotstack.io/version
560 561 562 563 |
# File 'lib/shotstack/api/edit_api.rb', line 560 def put_template(id, template, opts = {}) data, _status_code, _headers = put_template_with_http_info(id, template, opts) data end |