diff --git a/api/external/response_exports.html b/api/external/response_exports.html
index a5c5bbb..4bf2182 100644
--- a/api/external/response_exports.html
+++ b/api/external/response_exports.html
@@ -114,7 +114,7 @@
Response ExportsSupported criteria: |
- include_fields (boolean, list of strings) – Defaults to false. If true, export will include all member fields in the account. If list of strings, export will include all member fields by shortcut_name that exist in the account.
- mailing_ids (array of integers) - Defaults to empty list. If no mailing_ids are specified, the last 50 mailings ordered by send_started (most recently sent mailings) will be included in the export. The maximum number of mailing_ids supported is 50.
-- from_date (datetime) - Defaults to none. Exports response data starting from the date specified, and cannot be farther back than the previous 18 months. If paired with to_date, the export will be rejected if the total time period is greater than 90 days.
+- from_date (datetime) - Defaults to none. Exports response data starting from the date specified, and cannot be farther back than the previous 18 months. If paired with to_date, the export will be rejected if the total time period is greater than 90 days. If mailing_ids are provided, the time period is not restricted.
- to_date (datetime) - Defaults to none. Limits the response data exported up to the specified date. If paired with from_date, the export will be rejected if the total time period is greater than 90 days.
|