Skip to content

Commit b4ecf24

Browse files
committed
Mark verified_phone_number as nullable
1 parent c86afd0 commit b4ecf24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24883,6 +24883,7 @@ components:
2488324883
verified_phone_number:
2488424884
type: string
2488524885
format: phone
24886+
nullable: true
2488624887
readOnly: true
2488724888
description: |
2488824889
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:
2574125742
verified_phone_number:
2574225743
type: string
2574325744
format: phone
25745+
nullable: true
2574425746
readOnly: true
2574525747
description: |
2574625748
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

Comments
 (0)