Skip to main content

gqlApiKeyUpdate

Updates an existing GraphQL API key.

Errors: GQL_API_KEY_UPDATE_ERROR, GQL_API_KEY_NOT_FOUND_ERROR if API key doesn't exist.

AUTH: Role=[apikey.OWNER,apikey.EDITOR]

gqlApiKeyUpdate(
id: String!
input: GqlApiKeyUpdateInput!
): GqlApiKey!

Arguments

gqlApiKeyUpdate.id ● String! non-null scalar

Unique identifier of the GraphQL API key to update.

gqlApiKeyUpdate.input ● GqlApiKeyUpdateInput! non-null input

Updated GraphQL API key configuration data.

Type

GqlApiKey object

Represents a GraphQL API key with encrypted key storage