Skip to main content

Interface: GqlApiKeyUpdateInput

Defined in: type/GqlApiKeyUpdateInput.ts:5

Input object for GqlApiKeyUpdateInput

Properties

active?

optional active?: boolean

Defined in: type/GqlApiKeyUpdateInput.ts:9

Whether the API key is active


channelId?

optional channelId?: number

Defined in: type/GqlApiKeyUpdateInput.ts:13

Channel ID associated with this API key, if not provided, the default channel will be used


name?

optional name?: string

Defined in: type/GqlApiKeyUpdateInput.ts:7

Name for the API key


roles?

optional roles?: GqlApiKeyRoleInput[]

Defined in: type/GqlApiKeyUpdateInput.ts:11

Roles assigned to this API key