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

    Type Alias GetApiV1RenameData

    type GetApiV1RenameData = {
        body?: never;
        path?: never;
        query?: { authorId?: number; bookId?: number };
        url: "/api/v1/rename";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: { authorId?: number; bookId?: number }
    url: "/api/v1/rename"