Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit c016a85

Browse files
committed
Update user settings api
1 parent ef7e6bc commit c016a85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apiary.apib

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,6 +1415,8 @@ Register a new user.
14151415
"company": "company1",
14161416
"country": "Indonesia",
14171417
"representedCountry": "Indonesia",
1418+
"phone": "555555",
1419+
"timeZone": "US/Central",
14181420
"age": "18 - 25",
14191421
"gender": "Male",
14201422
"ethnicBackground": "Asian or Pacific Islander",
@@ -1427,7 +1429,9 @@ Register a new user.
14271429
"clubsOrOrganizations": "None",
14281430
"school": "Harvard University",
14291431
"gpa": 3.5,
1430-
"gpaScale": 5
1432+
"gpaScale": 5,
1433+
"isStudent": "Yes",
1434+
"isProfessional": "No"
14311435
}
14321436
}
14331437

0 commit comments

Comments
 (0)