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

    Type Alias SyncMaindataPostData

    type SyncMaindataPostData = {
        body: { rid?: number };
        path?: never;
        query?: never;
        url: "/sync/maindata";
    }
    Index

    Properties

    Properties

    body: { rid?: number }

    Type Declaration

    • Optionalrid?: number

      Response ID. If not provided, rid=0 will be assumed. If the given rid is different from the one of last server reply, full_update will be true (see the server reply details for more info)

    path?: never
    query?: never
    url: "/sync/maindata"