lib/fastly/api/vcl_api.rb in fastly-8.0.1 vs lib/fastly/api/vcl_api.rb in fastly-8.1.0

- old
+ new

@@ -257,20 +257,20 @@ end return data, status_code, headers end # Get boilerplate VCL - # Return boilerplate VCL with the service's TTL from the [settings](/reference/api/vcl-services/settings/). + # Return boilerplate VCL with the service's TTL from the [settings](https://www.fastly.com/documentation/reference/api/vcl-services/settings/). # @option opts [String] :service_id Alphanumeric string identifying the service. (required) # @option opts [Integer] :version_id Integer identifying a service version. (required) # @return [String] def get_custom_vcl_boilerplate(opts = {}) data, _status_code, _headers = get_custom_vcl_boilerplate_with_http_info(opts) data end # Get boilerplate VCL - # Return boilerplate VCL with the service&#39;s TTL from the [settings](/reference/api/vcl-services/settings/). + # Return boilerplate VCL with the service&#39;s TTL from the [settings](https://www.fastly.com/documentation/reference/api/vcl-services/settings/). # @option opts [String] :service_id Alphanumeric string identifying the service. (required) # @option opts [Integer] :version_id Integer identifying a service version. (required) # @return [Array<(String, Integer, Hash)>] String data, response status code and response headers def get_custom_vcl_boilerplate_with_http_info(opts = {}) if @api_client.config.debugging