docs/UpdateEmailCampaignRecipients.md in sib-api-v3-sdk-9.0.0 vs docs/UpdateEmailCampaignRecipients.md in sib-api-v3-sdk-9.1.0
- old
+ new
@@ -2,8 +2,9 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**exclusion_list_ids** | **Array<Integer>** | List ids which have to be excluded from a campaign | [optional]
-**list_ids** | **Array<Integer>** | Lists Ids to send the campaign to. REQUIRED if already not present in campaign and scheduledAt is not empty | [optional]
+**list_ids** | **Array<Integer>** | Lists Ids to send the campaign to. Campaign should only be updated with listIds if listIds were used to create it. REQUIRED if already not present in campaign and scheduledAt is not empty | [optional]
+**segment_ids** | **Array<Integer>** | Mandatory if listIds are not used. Campaign should only be updated with segmentIds if segmentIds were used to create it. Segment ids to send the campaign to. | [optional]