@shortcut/client
    Preparing search index...

    Interface CreateIterationParams

    interface CreateIterationParams {
        description?: string;
        end_date: string;
        follower_ids?: string[];
        name: string;
        start_date: string;
        team_ids?: string[];
    }
    Index

    Properties

    description?: string

    The description of the Iteration.

    100000

    end_date: string

    The date this Iteration ends (ISO 8601 date format, e.g. '2024-01-15').

    1

    follower_ids?: string[]

    An array of UUIDs for any Members you want to add as Followers.

    name: string

    The name of this Iteration.

    1

    256

    start_date: string

    The date this Iteration begins (ISO 8601 date format, e.g. '2024-01-01').

    1

    team_ids?: string[]

    An array of UUIDs for any Teams you want to associate with the Iteration.