You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support new Recommend Items to Item Segment endpoint
- Series API improvements:
- Add Series endpoint creates associated Item for the Series automatically (based on the cascadeCreate parameter)
- Breaking change: Remove From Series no longer requires the time parameter
- Removed deprecated Groups endpoints
Copy file name to clipboardExpand all lines: src/main/java/com/recombee/api_client/api_requests/AddItemProperty.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
importcom.recombee.api_client.util.HTTPMethod;
13
13
14
14
/**
15
-
* Adding an item property is somehow equivalent to adding a column to the table of items. The items may be characterized by various properties of different types.
15
+
* Adding an item property is somewhat equivalent to adding a column to the table of items. The items may be characterized by various properties of different types.
0 commit comments