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

    Type Alias GetApiV1MetadataprofileByIdData

    type GetApiV1MetadataprofileByIdData = {
        body?: never;
        path: { id: number };
        query?: never;
        url: "/api/v1/metadataprofile/{id}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { id: number }
    query?: never
    url: "/api/v1/metadataprofile/{id}"