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.
@@ -3194,7 +3194,7 @@ var EntityType;
3194
3194
  if (!data.Name) {
3195
3195
  data.Name = data.ID;
3196
3196
  }
3197
- return [4 /*yield*/, api.POST("entitytype", data, Api.PrepReqParams())];
3197
+ return [4 /*yield*/, api.POST("entitytype/" + data.ID, data, Api.PrepReqParams())];
3198
3198
  case 1:
3199
3199
  data = _a.sent();
3200
3200
  api.Cache.Remove(GetCacheKey(data.ID));