Method: Fastly::SnippetApi#update_snippet
- Defined in:
- lib/fastly/api/snippet_api.rb
#update_snippet(opts = {}) ⇒ SnippetResponse
Update a versioned snippet Update a specific snippet for a particular service and version.
418 419 420 421 |
# File 'lib/fastly/api/snippet_api.rb', line 418 def update_snippet(opts = {}) data, _status_code, _headers = update_snippet_with_http_info(opts) data end |