Mayson Monorepo Documentation
    Preparing search index...
    interface ValueListItemCreateParams {
        value: string;
        value_list: string;
        expand?: string[];
    }
    Index

    Properties

    value: string

    The value of the item (whose type must match the type of the parent value list).

    value_list: string

    The identifier of the value list which the created item will be added to.

    expand?: string[]

    Specifies which fields in the response should be expanded.