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
"content": "{\n\"message\": \"Account found by user id\", \n\"data\": {\n\"id\": ObjectId(\"5bff8b9f3274cf001bc71048\"),\n\"firstName\": \"Theo\",\n\"lastName\":\"Klein\",\n\"pronoun\":\"he/him\",\n\"email\":\"theo@klein.com\",\n\"dietaryRestrictions\":[\"Halal\"],\n\"phoneNumber\":19173737889,\n\"shirtSize\":\"S\",\n\"birthDate\":Date(\"10/30/1997\")\n }\n }",
173
+
"content": "{\n\"message\": \"Account found by user id\", \n\"data\": {\n\"id\": ObjectId(\"5bff8b9f3274cf001bc71048\"),\n\"firstName\": \"Theo\",\n\"lastName\":\"Klein\",\n\"pronoun\":\"he/him\",\n\"email\":\"theo@klein.com\",\n\"dietaryRestrictions\":[\"Halal\"],\n\"phoneNumber\":1234567890,\n\"shirtSize\":\"S\",\n\"birthDate\":Date(\"10/30/1997\")\n }\n }",
174
174
"type": "object"
175
175
}]
176
176
},
@@ -312,7 +312,7 @@
312
312
},
313
313
"examples": [{
314
314
"title": "Success-Response: ",
315
-
"content": "{\n\"message\": \"Account found by user email\", \n\"data\": {\n\t\"id\": ObjectId(\"5bff8b9f3274cf001bc71048\"),\n\t\"firstName\": \"Theo\",\n\"lastName\":\"Klein\",\n\"pronoun\":\"he/him\",\n\"email\":\"theo@klein.com\",\n\"dietaryRestrictions\":[\"Halal\"],\n\"phoneNumber\":19173737889,\n\t\"shirtSize\":\"S\",\n\"birthDate\":Date(\"10/30/1997\")\n }\n }",
315
+
"content": "{\n\"message\": \"Account found by user email\", \n\"data\": {\n\t\"id\": ObjectId(\"5bff8b9f3274cf001bc71048\"),\n\t\"firstName\": \"Theo\",\n\"lastName\":\"Klein\",\n\"pronoun\":\"he/him\",\n\"email\":\"theo@klein.com\",\n\"dietaryRestrictions\":[\"Halal\"],\n\"phoneNumber\":1234567890,\n\t\"shirtSize\":\"S\",\n\"birthDate\":Date(\"10/30/1997\")\n }\n }",
0 commit comments