Cumulocity Web SDK - v1023.81.3
    Preparing search index...

    Interface IUploadParamsOverride

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

    Properties

    bodyFileProperty?: string
    headers?: Record<string, string>
    listUrl?: string
    queryParams?: Record<string, string | boolean>
    requestBody?: Record<string, unknown>