Update
Perform a partial update of an Object identified by {communicationId}or optionally a unique property value as specified by the idProperty query param. {communicationId} refers to the internal object ID by default, and the idProperty query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.
Path parameters
Query parameters
The name of a property whose values are unique for this object type
Request body
Example request
{
"properties": {
"property_checkbox": "false",
"property_date": "1572480000000",
"property_dropdown": "choice_b",
"property_multiple_checkboxes": "chocolate;strawberry",
"property_number": "17",
"property_radio": "option_1",
"property_string": "value"
}
}Response
successful operation
Example response
{
"archived": false,
"createdAt": "2019-10-30T03:30:17.883Z",
"id": "512",
"properties": {
"property_checkbox": "false",
"property_date": "1572480000000",
"property_dropdown": "choice_b",
"property_multiple_checkboxes": "chocolate;strawberry",
"property_number": "17",
"property_radio": "option_1",
"property_string": "value"
},
"updatedAt": "2019-12-07T16:50:06.678Z"
}Changes
Changed in 7 of the 55 revisions of this API.29
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
the endpoint scheme security
app_cookiewas removed from the APIapi-security-removed
- ○
the endpoint scheme security
hapikeywas removed from the APIapi-security-removed
- ○
the endpoint scheme security
internal_cookiewas removed from the APIapi-security-removed
- ○
the endpoint scheme security
private_appswas removed from the APIapi-security-removed
- ○
the endpoint scheme security
shhkeywas removed from the APIapi-security-removed
- ○
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○