docs/TransactionalEmailsApi.md in sib-api-v3-sdk-9.0.0 vs docs/TransactionalEmailsApi.md in sib-api-v3-sdk-9.1.0

- old
+ new

@@ -518,11 +518,11 @@ end api_instance = SibApiV3Sdk::TransactionalEmailsApi.new opts = { - limit: 50, # Integer | Number limitation for the result returned + limit: 2500, # Integer | Number limitation for the result returned offset: 0, # Integer | Beginning point in the list to retrieve from. start_date: 'start_date_example', # String | Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate end_date: 'end_date_example', # String | Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate days: 789, # Integer | Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' email: 'email_example', # String | Filter the report for a specific email addresses @@ -544,10 +544,10 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **limit** | **Integer**| Number limitation for the result returned | [optional] [default to 50] + **limit** | **Integer**| Number limitation for the result returned | [optional] [default to 2500] **offset** | **Integer**| Beginning point in the list to retrieve from. | [optional] [default to 0] **start_date** | **String**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate | [optional] **end_date** | **String**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate | [optional] **days** | **Integer**| Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' | [optional] **email** | **String**| Filter the report for a specific email addresses | [optional]