Appearance
DoCurious API Reference / types / UpdateUserData
Interface: UpdateUserData
Defined in: types/user.types.ts:355
Partial payload for the user profile update API endpoint. Only included fields are modified; omitted fields remain unchanged.
Properties
displayName?
optionaldisplayName:string
Defined in: types/user.types.ts:356
interests?
optionalinterests:string[]
Defined in: types/user.types.ts:358
profile?
optionalprofile:Partial<UserProfile>
Defined in: types/user.types.ts:357