Interface: GqlApiKeyUpdateInput
Defined in: type/GqlApiKeyUpdateInput.ts:5
Input object for GqlApiKeyUpdateInput
Properties
active?
optionalactive?:boolean
Defined in: type/GqlApiKeyUpdateInput.ts:9
Whether the API key is active
channelId?
optionalchannelId?:number
Defined in: type/GqlApiKeyUpdateInput.ts:13
Channel ID associated with this API key, if not provided, the default channel will be used
name?
optionalname?:string
Defined in: type/GqlApiKeyUpdateInput.ts:7
Name for the API key
roles?
optionalroles?:GqlApiKeyRoleInput[]
Defined in: type/GqlApiKeyUpdateInput.ts:11
Roles assigned to this API key