@acorex/connectivity 20.6.0-next.23 → 20.6.0-next.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -208,6 +208,9 @@ class AXCFileStorageApiService extends AXPFileStorageService {
208
208
  if (request.path !== undefined) {
209
209
  updateData.path = request.path;
210
210
  }
211
+ if (request.name !== undefined) {
212
+ updateData.name = request.name;
213
+ }
211
214
  if (request.isPrimary !== undefined) {
212
215
  updateData.isPrimary = request.isPrimary;
213
216
  }