Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 2.79 KB

File metadata and controls

15 lines (12 loc) · 2.79 KB

PatchSubscriberRequestDto

Fields

Field Type Required Description Example
firstName JsonNullable<String> First name of the subscriber John
lastName JsonNullable<String> Last name of the subscriber Doe
email JsonNullable<String> Email address of the subscriber john.doe@example.com
phone JsonNullable<String> Phone number of the subscriber +1234567890
avatar JsonNullable<String> Avatar URL or identifier https://example.com/avatar.jpg
locale JsonNullable<String> Locale of the subscriber en-US
timezone JsonNullable<String> Timezone of the subscriber America/New_York
data Map<String, Object> Additional custom data associated with the subscriber