@shortcut/client
    Preparing search index...

    Interface BulkUpdateStoryChecklistItemsParams1

    interface BulkUpdateStoryChecklistItemsParams1 {
        completed?: boolean;
        description?: string;
        id: number;
        set_position?: SetPosition;
    }
    Index

    Properties

    completed?: boolean

    True/false boolean indicating whether the Checklist Item is completed. Defaults to false.

    description?: string

    The Checklist Item description.

    1

    2048

    id: number

    The id of the Checklist Item to update.

    int64

    set_position?: SetPosition

    One of "first", "last", "before", or "after". This can be used to move the Checklist Item to the first or last position in the Story's checklist, or before or after a given Checklist Item.