Cumulocity Web SDK - v1021.62.8
    Preparing search index...

    Interface IUploadParamsOverride

    interface IUploadParamsOverride {
        bodyFileProperty: string;
        headers: Record<string, string>;
        listUrl: string;
        requestBody: Record<string, unknown>;
    }
    Index

    Properties

    bodyFileProperty: string
    headers: Record<string, string>
    listUrl: string
    requestBody: Record<string, unknown>