You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*VclApi* | [**get_custom_vcl**](docs/VclApi.md#get_custom_vcl) | **GET** /service/{service_id}/version/{version_id}/vcl/{vcl_name} | Get a custom VCL file
452
+
*VclApi* | [**get_custom_vcl_boilerplate**](docs/VclApi.md#get_custom_vcl_boilerplate) | **GET** /service/{service_id}/version/{version_id}/boilerplate | Get boilerplate VCL
453
+
*VclApi* | [**get_custom_vcl_generated**](docs/VclApi.md#get_custom_vcl_generated) | **GET** /service/{service_id}/version/{version_id}/generated_vcl | Get the generated VCL for a service
454
+
*VclApi* | [**get_custom_vcl_generated_highlighted**](docs/VclApi.md#get_custom_vcl_generated_highlighted) | **GET** /service/{service_id}/version/{version_id}/generated_vcl/content | Get the generated VCL with syntax highlighting
455
+
*VclApi* | [**get_custom_vcl_highlighted**](docs/VclApi.md#get_custom_vcl_highlighted) | **GET** /service/{service_id}/version/{version_id}/vcl/{vcl_name}/content | Get a custom VCL file with syntax highlighting
*VclApi* | [**lint_vcl_default**](docs/VclApi.md#lint_vcl_default) | **POST** /vcl_lint | Lint (validate) VCL using a default set of flags.
458
+
*VclApi* | [**lint_vcl_for_service**](docs/VclApi.md#lint_vcl_for_service) | **POST** /service/{service_id}/lint | Lint (validate) VCL using flags set for the service.
*VclApi* | [**set_custom_vcl_main**](docs/VclApi.md#set_custom_vcl_main) | **PUT** /service/{service_id}/version/{version_id}/vcl/{vcl_name}/main | Set a custom VCL file as main
*VclDiffApi* | [**vcl_diff_service_versions**](docs/VclDiffApi.md#vcl_diff_service_versions) | **GET** /service/{service_id}/vcl/diff/from/{from_version_id}/to/{to_version_id} | Get a comparison of the VCL changes between two service versions
450
463
*VersionApi* | [**activate_service_version**](docs/VersionApi.md#activate_service_version) | **PUT** /service/{service_id}/version/{version_id}/activate | Activate a service version
451
464
*VersionApi* | [**clone_service_version**](docs/VersionApi.md#clone_service_version) | **PUT** /service/{service_id}/version/{version_id}/clone | Clone a service version
@@ -496,6 +509,7 @@ The fastly-rust API client currently does not support the following endpoints:
**title** | Option<**String**> | A descriptor for the response of the entire batch |
8
+
**_type** | Option<**String**> | If an error is present in any of the requests, this field will describe that error |
9
+
**errors** | Option<[**Vec<crate::models::BatchErrors>**](BatchErrors.md)> | Per-key errors which failed to parse, validate, or otherwise transmit |
10
+
11
+
[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**key** | Option<**String**> | The key that the error corresponds to. This field will be empty if the object or one of its fields was unable to be parsed. |
8
+
**index** | Option<**i32**> | The line number of the payload on which the error occurred (starting from 0 for the first line). |
9
+
**code** | Option<**String**> | The HTTP response code for the request, or a 400 if the request was not able to be completed. |
10
+
**reason** | Option<**String**> | A descriptor of this particular item's error. |
11
+
12
+
[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/ServiceVersionDetail.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Name | Type | Description | Notes
27
27
**response_objects** | Option<[**Vec<crate::models::ResponseObjectResponse>**](ResponseObjectResponse.md)> | List of response objects for this service. |
0 commit comments