Tsarr Documentation - v1.11.0
    Preparing search index...

    Type Alias PostSystemTasksData

    type PostSystemTasksData = {
        body?: never;
        path?: never;
        query: { taskid: string };
        url: "/system/tasks";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query: { taskid: string }

    Type Declaration

    • taskid: string

      Task id of the task to run

    url: "/system/tasks"