Clarified comments

ref #90
This commit is contained in:
Nicolai Ort 2021-01-15 18:23:30 +01:00
parent b89525746d
commit 99852f591e
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export class CreateUser {
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.
*/
@IsOptional()