First feature version 0.1.0 #102

Merged
niggl merged 39 commits from dev into main 2021-01-15 19:31:43 +00:00
Showing only changes of commit 99852f591e - Show all commits

View File

@ -71,7 +71,7 @@ export class CreateUser {
enabled?: boolean = true; enabled?: boolean = true;
/** /**
* The new user's groups' id(s). * The new user's groups' ids.
* You can provide either one groupId or an array of groupIDs. * You can provide either one groupId or an array of groupIDs.
*/ */
@IsOptional() @IsOptional()