docs/CouponApi.md in ultracart_api-3.1.12 vs docs/CouponApi.md in ultracart_api-3.1.13

- old
+ new

@@ -730,11 +730,11 @@ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00' api_instance = UltracartClient::CouponApi.new_using_api_key(simple_key, false, false) -coupons_request = UltracartClient::CouponsRequest.new # CouponsRequest | Coupons to insert (maximum 20) +coupons_request = UltracartClient::CouponsRequest.new # CouponsRequest | Coupons to insert (maximum 50) opts = { _expand: '_expand_example', # String | The object expansion to perform on the result. See documentation for examples _placeholders: true # BOOLEAN | Whether or not placeholder values should be returned in the result. Useful for UIs that consume this REST API. } @@ -750,10 +750,10 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **coupons_request** | [**CouponsRequest**](CouponsRequest.md)| Coupons to insert (maximum 20) | + **coupons_request** | [**CouponsRequest**](CouponsRequest.md)| Coupons to insert (maximum 50) | **_expand** | **String**| The object expansion to perform on the result. See documentation for examples | [optional] **_placeholders** | **BOOLEAN**| Whether or not placeholder values should be returned in the result. Useful for UIs that consume this REST API. | [optional] ### Return type