@makehq/sdk
    Preparing search index...

    Type Alias UpdateKeyBody

    Parameters for updating a key.

    type UpdateKeyBody = {
        name?: string;
        parameters?: Record<string, JSONValue>;
    }
    Index

    Properties

    Properties

    name?: string

    New name for the key

    parameters?: Record<string, JSONValue>

    Updated key-specific configuration parameters