Skip to content

Commit 516412f

Browse files
authored
Merge pull request #809 from zliang-akamai/zhiwei/phone-nullable
Mark `verified_phone_number` as `nullable`
2 parents cb65ed7 + b4ecf24 commit 516412f

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
@@ -24903,6 +24903,7 @@ components:
2490324903
verified_phone_number:
2490424904
type: string
2490524905
format: phone
24906+
nullable: true
2490624907
readOnly: true
2490724908
description: |
2490824909
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:
2576125762
verified_phone_number:
2576225763
type: string
2576325764
format: phone
25765+
nullable: true
2576425766
readOnly: true
2576525767
description: |
2576625768
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)