@stigg/node-server-sdk - v4.22.1

    Type Alias UpdateApiKeyInput

    Input for updating an API key

    type UpdateApiKeyInput = {
        description?: InputMaybe<Scalars["String"]>;
        displayName?: InputMaybe<Scalars["String"]>;
        expireAt?: InputMaybe<Scalars["DateTime"]>;
        id: Scalars["UUID"];
    }
    Index

    Properties

    description?: InputMaybe<Scalars["String"]>

    Updated description for the API key

    displayName?: InputMaybe<Scalars["String"]>

    Updated display name for the API key

    Updated expiration date for the API key

    Unique identifier for the entity

    MMNEPVFCICPMFPCPTTAAATR