User self-management feature/100-me_endpoints #103

Merged
niggl merged 9 commits from feature/100-me_endpoints into dev 2021-01-15 21:57:24 +00:00
Showing only changes of commit a334adffc6 - Show all commits

View File

@ -76,6 +76,7 @@ export class UpdateUser {
* Should the user be enabled? * Should the user be enabled?
*/ */
@IsBoolean() @IsBoolean()
@IsOptional()
enabled: boolean = true; enabled: boolean = true;
/** /**