editDocument

abstract suspend fun editDocument(id: String, requestBody: EditDocumentBody): DataProviderResponse<String>

Edit the document with id - will modify the provided fields in the requestBody

Return

A DataProviderResponse containing the documentId of the edited document