mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Fix bad externUid type in users (#3508)
This commit is contained in:
parent
e15097c508
commit
5fea6bbd6f
@ -148,7 +148,7 @@ export type CreateUserOptions = {
|
||||
canCreateGroup?: boolean;
|
||||
colorSchemeId?: number;
|
||||
email?: string;
|
||||
externUid?: number;
|
||||
externUid?: string;
|
||||
external?: boolean;
|
||||
extraSharedRunnersMinutesLimit?: number;
|
||||
forceRandomPassword?: boolean;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user