@stigg/js-client-sdk - v3.93.0

    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"];
        scopes?: InputMaybe<ApiKeyScopeInput[]>;
    }
    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

    Input for defining API key scope permissions, valid only for scoped keys

    MMNEPVFCICPMFPCPTTAAATR