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

    Type Alias PutApiV1IndexerByIdData

    type PutApiV1IndexerByIdData = {
        body?: Lidarr.IndexerResource;
        path: { id: number };
        query?: { forceSave?: boolean };
        url: "/api/v1/indexer/{id}";
    }
    Index

    Properties

    Properties

    path: { id: number }
    query?: { forceSave?: boolean }
    url: "/api/v1/indexer/{id}"