mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Fix argument typo: contenxt -> content typo (#3257)
This commit is contained in:
parent
0f7d718770
commit
06379ce6d1
@ -128,7 +128,7 @@ export type AllUsersOptions = {
|
||||
export type CreateUserOptions = {
|
||||
admin?: boolean;
|
||||
auditor?: boolean;
|
||||
avatar?: { contenxt: Blob; filepath?: string };
|
||||
avatar?: { content: Blob; filepath?: string };
|
||||
bio?: string;
|
||||
canCreateGroup?: boolean;
|
||||
colorSchemeId?: number;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user