UpdateApiKeyBody

Request body for updating an ApiKey.

Definition

TypeScript
interface UpdateApiKeyBody {
  name?: string | undefined;
}

Fields

FieldTypeNotes
namestring | undefinedoptional — New human-readable label for the key.