Skip to content

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?

optional displayName: string

Defined in: types/user.types.ts:356


interests?

optional interests: string[]

Defined in: types/user.types.ts:358


profile?

optional profile: Partial<UserProfile>

Defined in: types/user.types.ts:357

DoCurious Platform Documentation