@makehq/sdk
    Preparing search index...

    Type Alias CreateKeyBody

    Parameters for creating a new key.

    type CreateKeyBody = {
        name: string;
        parameters: Record<string, JSONValue>;
        teamId: number;
        typeName: string;
    }
    Index

    Properties

    name: string

    Name for the new key

    parameters: Record<string, JSONValue>

    Key-specific configuration parameters

    teamId: number

    ID of the team where the key will be created

    typeName: string

    Type of the key to create