docs/TransactionalEmailsApi.md in sib-api-v3-sdk-7.3.0 vs docs/TransactionalEmailsApi.md in sib-api-v3-sdk-7.4.0

- old
+ new

@@ -339,11 +339,11 @@ api_instance = SibApiV3Sdk::TransactionalEmailsApi.new opts = { 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: 56, # Integer | Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' + days: 789, # Integer | Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' tag: 'tag_example' # String | Tag of the emails } begin #Get your transactional email activity aggregated over a period of time @@ -458,11 +458,11 @@ opts = { limit: 50, # 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: 56, # Integer | Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' + 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 event: 'event_example', # String | Filter the report for a specific event type tags: 'tags_example', # String | Filter the report for tags (serialized and urlencoded array) message_id: 'message_id_example', # String | Filter on a specific message id template_id: 789, # Integer | Filter on a specific template id @@ -536,10 +536,10 @@ opts = { limit: 10, # Integer | Number of documents returned per page offset: 0, # Integer | Index of the first document on the page start_date: 'start_date_example', # String | Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD) end_date: 'end_date_example', # String | Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD) - days: 56, # Integer | Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' + days: 789, # Integer | Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' tag: 'tag_example', # String | Tag of the emails sort: 'desc' # String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed } begin