@makehq/sdk

    Type Alias UpdateDataStructureBody

    Parameters for updating a data structure.

    type UpdateDataStructureBody = {
        name?: string;
        spec?: DataStructureField[];
        strict?: boolean;
    }
    Index

    Properties

    Properties

    name?: string

    New name for the data structure

    Updated field specifications

    strict?: boolean

    Whether to enforce strict validation of the structure

    MMNEPVFCICPMFPCPTTAAATR