docs/MultipleCustomerProfileIntegrationRequestItem.md in talon_one-2.5.1 vs docs/MultipleCustomerProfileIntegrationRequestItem.md in talon_one-3.0.0

- old
+ new

@@ -2,11 +2,11 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**attributes** | [**Object**](.md) | Arbitrary properties associated with this item | [optional] -**integration_id** | **String** | The custom identifier for this profile, must be unique within the account. To get the `integrationId` of the profile from a `sessionId`, use the [Update customer session](/integration-api/#operation/updateCustomerSessionV2). | +**attributes** | [**Object**](.md) | Arbitrary properties associated with this item. | [optional] +**integration_id** | **String** | The identifier of this profile, set by your integration layer. It must be unique within the account. To get the `integrationId` of the profile from a `sessionId`, use the [Update customer session](https://docs.talon.one/integration-api#operation/updateCustomerSessionV2). | ## Code Sample ```ruby require 'TalonOne'