@shortcut/client
    Preparing search index...

    Interface UpdateStoryChecklistItemParams

    interface UpdateStoryChecklistItemParams {
        completed?: boolean;
        description?: string;
        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

    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.