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 returnProperties and includedProperties parameters of ListItems and ListUsers. Send User-Agent HTTP header. Use POST for recomm requests. Use artificial default value for parameters in order to allow sending null value.
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.
6
9
7
10
"""
8
11
9
-
def__init__(self,property_name, type):
12
+
def__init__(self,property_name, type):
10
13
"""
11
14
Required parameters:
12
15
@param property_name: Name of the item property to be created. Currently, the following names are reserved:`id`, `itemid`, case insensitively. Also, the length of the property name must not exceed 63 characters.
0 commit comments