• Link a task to a template

    Needs namespaces[namespaceId].tasks-put-task-_link-template permission

    Parameters

    • taskOrId: string | Task

      Task or Task's id

    • templateOrId: string | Template

      Template or Template's id

    • Optional namespaces: string[]

    Returns Promise<{
        content: FullTask;
        status: {
            code: number;
            message: string;
        };
    }>

    Updated task's info

Generated using TypeDoc