docs/Report.md in ultracart_api-4.0.168 vs docs/Report.md in ultracart_api-4.0.169

- old
+ new

@@ -12,10 +12,11 @@ | **merchant_id** | **String** | | [optional] | | **name** | **String** | | [optional] | | **pages** | [**Array<ReportPage>**](ReportPage.md) | | [optional] | | **report_oid** | **Integer** | Object identifier for this report. | [optional] | | **security_level** | **String** | Security level to execute report under | [optional] | +| **settings** | **String** | A JSON representation of the settings for this report | [optional] | ## Example ```ruby require 'ultracart_api' @@ -28,9 +29,10 @@ filters: null, merchant_id: null, name: null, pages: null, report_oid: null, - security_level: null + security_level: null, + settings: null ) ```