@@ -140,15 +140,15 @@ def update(
140140
141141 name: Display name of the user.
142142
143- phone_number: The [E.164](https://www.twilio.com/docs/glossary/what-e164) phone number of the
143+ phone_number: The [E.164](https://www.twilio.com/docs/glossary/what-e164) phone number of the
144144 user (required for SMS channels).
145145
146146 preferences: Inline set preferences for a recipient, where the key is the preference set id.
147147
148- timezone: The timezone of the user. Must be a valid
149- [tz database time zone string](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
150- Used for
151- [recurring schedules](/concepts/schedules#scheduling-workflows-with-recurring-schedules-for-recipients).
148+ timezone: The timezone of the user. Must be a
149+ valid [tz database time zone string](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
150+ Used
151+ for [recurring schedules](/concepts/schedules#scheduling-workflows-with-recurring-schedules-for-recipients).
152152
153153 extra_headers: Send extra headers
154154
@@ -891,15 +891,15 @@ async def update(
891891
892892 name: Display name of the user.
893893
894- phone_number: The [E.164](https://www.twilio.com/docs/glossary/what-e164) phone number of the
894+ phone_number: The [E.164](https://www.twilio.com/docs/glossary/what-e164) phone number of the
895895 user (required for SMS channels).
896896
897897 preferences: Inline set preferences for a recipient, where the key is the preference set id.
898898
899- timezone: The timezone of the user. Must be a valid
900- [tz database time zone string](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
901- Used for
902- [recurring schedules](/concepts/schedules#scheduling-workflows-with-recurring-schedules-for-recipients).
899+ timezone: The timezone of the user. Must be a
900+ valid [tz database time zone string](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
901+ Used
902+ for [recurring schedules](/concepts/schedules#scheduling-workflows-with-recurring-schedules-for-recipients).
903903
904904 extra_headers: Send extra headers
905905
0 commit comments