docs/RewardsAssignmentsUpdateResponseBody.md in voucherify-5.0.0 vs docs/RewardsAssignmentsUpdateResponseBody.md in voucherify-6.0.0
- old
+ new
@@ -2,14 +2,14 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **id** | **String** | Unique reward assignment ID, assigned by Voucherify. | |
-| **reward_id** | **String** | Associated reward ID. | |
-| **created_at** | **Time** | Timestamp representing the date and time when the reward assignment was created in ISO 8601 format. | |
-| **updated_at** | **Time** | Timestamp representing the date and time when the reward assignment was updated in ISO 8601 format. | |
-| **object** | **String** | The type of object represented by the JSON. This object stores information about the reward assignment. | [default to 'reward_assignment'] |
-| **related_object_id** | **String** | Related object ID to which the reward was assigned. | |
-| **related_object_type** | **String** | Related object type to which the reward was assigned. | [default to 'campaign'] |
-| **parameters** | [**RewardAssignmentParametersParameters**](RewardAssignmentParametersParameters.md) | | [optional] |
+| **id** | **String** | Unique reward assignment ID, assigned by Voucherify. | [optional] |
+| **reward_id** | **String** | Associated reward ID. | [optional] |
+| **created_at** | **Time** | Timestamp representing the date and time when the reward assignment was created. The value is shown in the ISO 8601 format. | [optional] |
+| **updated_at** | **Time** | Timestamp representing the date and time when the reward assignment was updated. The value is shown in the ISO 8601 format. | [optional] |
+| **object** | **String** | The type of the object represented by the JSON. This object stores information about the reward assignment. | [optional][default to 'reward_assignment'] |
+| **related_object_id** | **String** | Related object ID to which the reward was assigned. | [optional] |
+| **related_object_type** | **String** | Related object type to which the reward was assigned. | [optional][default to 'campaign'] |
+| **parameters** | [**RewardsAssignmentsUpdateResponseBodyParameters**](RewardsAssignmentsUpdateResponseBodyParameters.md) | | [optional] |