Skip to content

Commit 4f5128d

Browse files
committed
Added Validation status to address book entries
1 parent 03fc258 commit 4f5128d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apiary.apib

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ Note: Do html redirect to the password reset successful page and kill the active
320320
"addressBook": [{
321321
"phonenumber": "+2348077788899",
322322
"email": "[email protected]",
323+
"validated": false,
323324
"address": {
324325
"line1": "address line 1",
325326
"line2": "address line 2",
@@ -336,6 +337,7 @@ Note: Do html redirect to the password reset successful page and kill the active
336337
"addressBook": [{
337338
"phonenumber": "+2348077788899",
338339
"email": "[email protected]",
340+
"validated": false,
339341
"address": {
340342
"line1": "address line 1",
341343
"line2": "address line 2",
@@ -407,7 +409,8 @@ Note: Do html redirect to the password reset successful page and kill the active
407409
"lastname": "Doe",
408410
"addressBook": [{
409411
"phonenumber": "+2348077788899",
410-
"email": "[email protected]"
412+
"email": "[email protected]",
413+
"validated": false
411414
}]
412415
}
413416
}

0 commit comments

Comments
 (0)