Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 2.13 KB

patchsubscriberrequestdto.md

File metadata and controls

15 lines (12 loc) · 2.13 KB

PatchSubscriberRequestDto

Fields

Field Type Required Description
first_name OptionalNullable[str] First name of the subscriber
last_name OptionalNullable[str] Last name of the subscriber
email OptionalNullable[str] Email address of the subscriber
phone OptionalNullable[str] Phone number of the subscriber
avatar OptionalNullable[str] Avatar URL or identifier
timezone OptionalNullable[str] Timezone of the subscriber
locale OptionalNullable[str] Locale of the subscriber
data OptionalNullable[models.Data] Additional custom data for the subscriber