docs/PromotionsStacksUpdateResponseBody.md in voucherify-5.0.0 vs docs/PromotionsStacksUpdateResponseBody.md in voucherify-6.0.0

- old
+ new

@@ -2,15 +2,15 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **name** | **String** | Promotion stack name. | | -| **tiers** | [**PromotionStackBaseTiers**](PromotionStackBaseTiers.md) | | | -| **id** | **String** | Unique promotion stack ID. | | -| **created_at** | **Time** | Timestamp representing the date and time when the promotion stack was created in ISO 8601 format. | | -| **updated_at** | **Time** | Timestamp representing the date and time when the promotion stack was updated in ISO 8601 format. | | -| **campaign_id** | **String** | Promotion stack's parent campaign's unique ID. | | -| **object** | **String** | The type of object represented by JSON. | [default to 'promotion_stack'] | -| **category_id** | **String** | Promotion stack category ID. | | -| **categories** | [**Array<PromotionStackBase>**](PromotionStackBase.md) | Details about the category assigned to the promotion stack. | | +| **name** | **String** | Promotion stack name. | [optional] | +| **tiers** | [**PromotionsStacksUpdateResponseBodyTiers**](PromotionsStacksUpdateResponseBodyTiers.md) | | [optional] | +| **id** | **String** | Unique promotion stack ID. | [optional] | +| **created_at** | **Time** | Timestamp representing the date and time when the promotion stack was created. The value is shown in the ISO 8601 format. | [optional] | +| **updated_at** | **Time** | Timestamp representing the date and time when the promotion stack was updated. The value is shown in the ISO 8601 format. | [optional] | +| **campaign_id** | **String** | Promotion stack's parent campaign's unique ID. | [optional] | +| **object** | **String** | The type of the object represented by JSON. | [optional][default to 'promotion_stack'] | +| **category_id** | **String** | Promotion stack category ID. | [optional] | +| **categories** | [**Array<PromotionStackBase>**](PromotionStackBase.md) | Details about the category assigned to the promotion stack. | [optional] |