docs/CustomerProfileAudienceRequestItem.md in talon_one-6.0.0 vs docs/CustomerProfileAudienceRequestItem.md in talon_one-7.0.0

- old
+ new

@@ -2,10 +2,10 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**action** | **String** | Defines the action to perform: - `add`: Adds the customer profile to the audience. If the customer profile does not exist, it will be created. - `delete`: Removes the customer profile from the audience. | +**action** | **String** | Defines the action to perform: - `add`: Adds the customer profile to the audience. **Note**: If the customer profile does not exist, it will be created. The profile will not be visible in any Application until a session or profile update is received for that profile. - `delete`: Removes the customer profile from the audience. | **profile_integration_id** | **String** | The ID of this customer profile in the third-party integration. | **audience_id** | **Integer** | The ID of the audience. You get it via the `id` property when [creating an audience](#operation/createAudienceV2). | ## Code Sample