@shortcut/client
    Preparing search index...

    Interface CreateObjective

    interface CreateObjective {
        categories?: CreateCategoryParams[];
        completed_at_override?: string;
        description?: string;
        name: string;
        started_at_override?: string;
        state?: "in progress" | "to do" | "done";
    }
    Index

    Properties

    categories?: CreateCategoryParams[]

    An array of IDs of Categories attached to the Objective.

    completed_at_override?: string

    A manual override for the time/date the Objective was completed.

    date-time

    description?: string

    The Objective's description.

    100000

    name: string

    The name of the Objective.

    1

    256

    started_at_override?: string

    A manual override for the time/date the Objective was started.

    date-time

    state?: "in progress" | "to do" | "done"

    The workflow state that the Objective is in.