@@ -84,12 +84,13 @@ export default class SmartActions {
* @param {object} data, to update the data, `data` should contains the `id` field.
* @param {string} apiEndPoint
* @param {function} isSavingSpecific
* @param {function} readSpecificSucceeded
* @param {function} saveSpecificSucceeded
* @param {function} failedSpecific
* @param {function} [onSuccessCallback = (newData) => {}] CallBack called if the update was successful besides calling the saveSpecificSucceeded action
* @returns {function} Function that takes the `dispatch` function of redux as argument.