Body Parameters

Define the JSON structure for the request body as follows.
{
  "properties": {
    "property_name": "property_value",
    "property_name": "property_value"
  }
}
Name Description Type Required
properties Key/value pair of property name and values to set on the item. Dictionary of string [key] and string [value] Required
property_name Name of property to set on the item. String Required
property_value Value of property to set on the item. String Required