@shortcut/client
    Preparing search index...

    Interface UpdateTask

    interface UpdateTask {
        after_id?: number;
        before_id?: number;
        complete?: boolean;
        description?: string;
        owner_ids?: string[];
    }
    Index

    Properties

    after_id?: number

    Move task after this task ID.

    int64

    before_id?: number

    Move task before this task ID.

    int64

    complete?: boolean

    A true/false boolean indicating whether the task is complete.

    description?: string

    The Task's description.

    1

    2048

    owner_ids?: string[]

    An array of UUIDs of the owners of this story.