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
@@ -24883,6 +24883,7 @@ components:
24883
24883
verified_phone_number:
24884
24884
type: string
24885
24885
format: phone
24886
+
nullable: true
24886
24887
readOnly: true
24887
24888
description: |
24888
24889
The phone number verified for this Profile with the **Phone Number Verify** ([POST /profile/phone-number/verify](/docs/api/profile/#phone-number-verify)) command.
@@ -25741,6 +25742,7 @@ components:
25741
25742
verified_phone_number:
25742
25743
type: string
25743
25744
format: phone
25745
+
nullable: true
25744
25746
readOnly: true
25745
25747
description: |
25746
25748
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