You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
UpdateMyCustomerParams
Parameters for the customerUpdateMe API endpoint
export interface UpdateMyCustomerParams {
actions: MyCustomerUpdateAction[];
version: string | number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
actions | Required | MyCustomerUpdateAction[] | Operations to be performed on the customer |
version | Required | string | number | Version of the user data |