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

    Type Alias PostSystemJobsData

    type PostSystemJobsData = {
        body?: never;
        path?: never;
        query: { id: number; action: string };
        url: "/system/jobs";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query: { id: number; action: string }

    Type Declaration

    • id: number

      Job ID act onto

    • action: string

      Action to perform from ["force_start", "move_top", "move_bottom"]

    url: "/system/jobs"