Beignet API reference
    Preparing search index...

    Interface UploadRequestLimits

    Request body limits for upload route actions.

    interface UploadRequestLimits {
        jsonMaxBytes?: number;
        multipartMaxBytes?: number;
    }
    Index
    jsonMaxBytes?: number

    Maximum JSON body size for prepare and complete actions.

    262144
    
    multipartMaxBytes?: number

    Maximum multipart body size for server-handled upload actions when Content-Length is present. File constraints still enforce per-file limits.

    26214400