@contio/partner-sdk - v1.10.0
    Preparing search index...

    Interface UpdateBacklogItemRequest

    interface UpdateBacklogItemRequest {
        description?: string;
        item_type?: BacklogItemType;
        presenters?: string[];
        talking_points?: string;
        time_allocation_minutes?: number;
        title?: string;
    }
    Index
    description?: string
    item_type?: BacklogItemType
    presenters?: string[]
    talking_points?: string

    Private talking points for this backlog item.

    time_allocation_minutes?: number
    title?: string