Skip to main content

Mutation: createApiKey

Return token. Requires access to resource GRAPHQL_API_KEYS

createApiKey(
apiKey: ApiKeyCreate!
aircraftList: [AircraftNid!]
): CreateApiKeyOutput!

Arguments

createApiKey.apiKey ● ApiKeyCreate! non-null input

Possible violation list: TOO_SHORT_ERROR,TOO_LONG_ERROR,NOT_EQUAL_LENGTH_ERROR,INVALID_CHARACTERS_ERROR

createApiKey.aircraftList ● [AircraftNid!] list scalar

Type

CreateApiKeyOutput union