Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 407c390

Browse files
Agrim JainAgrim Jain
Agrim Jain
authored and
Agrim Jain
committed
Merge branch 'master' into Agrim/DAPI-458/fix--js-api-docs
2 parents 1104a41 + 92f1f4b commit 407c390

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

config/v3/get_settings/receive.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,28 @@
192192
],
193193
"sensitive": 1
194194
},
195+
"phone_number_verification": {
196+
"description": "The status of the Phone Number Verification.",
197+
"type": "object",
198+
"additionalProperties": false,
199+
"required": [
200+
"verified"
201+
],
202+
"properties": {
203+
"next_attempt": {
204+
"description": "(Optional) Indicates the timestamp for the next verification attempt",
205+
"type": "integer"
206+
},
207+
"verified": {
208+
"description": "Indicates the verification status of the client's phone number.",
209+
"type": "integer",
210+
"enum": [
211+
0,
212+
1
213+
]
214+
}
215+
}
216+
},
195217
"place_of_birth": {
196218
"description": "Place of birth, 2-letter country code.",
197219
"type": [

0 commit comments

Comments
 (0)