addDocumentsToFolder
abstract suspend fun addDocumentsToFolder(folderId: String, documentIdsToAdd: List<String>): DataProviderResponse<ModifyFolderContentsResponse>
Add documents to a folder
Return
a DataProviderResponse containing the number documents added
Parameters
documentIdsToAdd
The ids of the documents to add
abstract suspend fun addDocumentsToFolder(modifyContentsPayload: ModifyFolderContentsPayload): DataProviderResponse<ModifyFolderContentsResponse>
Add documents to a folder
Return
a DataProviderResponse containing the number documents added
Parameters
modifyContentsPayload
Model containing the ids of the documents to add