docs/SnippetResponse.md in fastly-5.3.0 vs docs/SnippetResponse.md in fastly-5.3.1
- old
+ new
@@ -3,10 +3,10 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | The name for the snippet. | [optional] |
-| **dynamic** | **Integer** | Sets the snippet version. | [optional] |
+| **dynamic** | **String** | Sets the snippet version. | [optional] |
| **type** | **String** | The location in generated VCL where the snippet should be placed. | [optional] |
| **content** | **String** | The VCL code that specifies exactly what the snippet does. | [optional] |
| **priority** | **String** | Priority determines execution order. Lower numbers execute first. | [optional][default to '100'] |
| **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
| **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |