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
@@ -24903,6 +24903,7 @@ components:
24903
24903
verified_phone_number:
24904
24904
type: string
24905
24905
format: phone
24906
+
nullable: true
24906
24907
readOnly: true
24907
24908
description: |
24908
24909
The phone number verified for this Profile with the **Phone Number Verify** ([POST /profile/phone-number/verify](/docs/api/profile/#phone-number-verify)) command.
@@ -25761,6 +25762,7 @@ components:
25761
25762
verified_phone_number:
25762
25763
type: string
25763
25764
format: phone
25765
+
nullable: true
25764
25766
readOnly: true
25765
25767
description: |
25766
25768
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