Type Alias DataFileBatchPostRequest

Specifies a list of data file/folder POST operations in a single batch.

type DataFileBatchPostRequest = {
    post: BatchPostItem[];
}
Index

Properties

Properties

post

The list of POST operations.