Needed for console
parent
41d22c8ccb
commit
8b74f463f4
|
@ -80,6 +80,7 @@ export const schemaUserBaseBodyParams = User.pick({
|
||||||
darkBrandColor: true,
|
darkBrandColor: true,
|
||||||
allowDynamicBooking: true,
|
allowDynamicBooking: true,
|
||||||
away: true,
|
away: true,
|
||||||
|
role: true,
|
||||||
// @note: disallowing avatar changes via API for now. We can add it later if needed. User should upload image via UI.
|
// @note: disallowing avatar changes via API for now. We can add it later if needed. User should upload image via UI.
|
||||||
// avatar: true,
|
// avatar: true,
|
||||||
}).partial();
|
}).partial();
|
||||||
|
|
Loading…
Reference in New Issue