bruce-models 0.4.4 → 0.4.5

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.
@@ -3105,7 +3105,7 @@
3105
3105
  if (!data.Name) {
3106
3106
  data.Name = data.ID;
3107
3107
  }
3108
- return [4 /*yield*/, api.POST("entitytype", data, exports.Api.PrepReqParams())];
3108
+ return [4 /*yield*/, api.POST("entitytype/" + data.ID, data, exports.Api.PrepReqParams())];
3109
3109
  case 1:
3110
3110
  data = _a.sent();
3111
3111
  api.Cache.Remove(GetCacheKey(data.ID));