You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24921,6 +24921,7 @@ components:
24921
24921
verified_phone_number:
24922
24922
type: string
24923
24923
format: phone
24924
+
nullable: true
24924
24925
readOnly: true
24925
24926
description: |
24926
24927
The phone number verified for this Profile with the **Phone Number Verify** ([POST /profile/phone-number/verify](/docs/api/profile/#phone-number-verify)) command.
@@ -25779,6 +25780,7 @@ components:
25779
25780
verified_phone_number:
25780
25781
type: string
25781
25782
format: phone
25783
+
nullable: true
25782
25784
readOnly: true
25783
25785
description: |
25784
25786
The phone number verified for this User Profile with the **Phone Number Verify** ([POST /profile/phone-number/verify](/docs/api/profile/#phone-number-verify)) command.
0 commit comments