Body Parameters
The request body is a multipart HTTP request with one part being the document content to
upload and the second part being the following JSON structure for document
properties:
{
"properties": {
"property_name": "property_value",
"property_name": "property_value"
}
}The description for the above syntax is as follows.
| 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 |