Override entity
Only fields marked with overridable can be overridden. Please refer to our documentation to see the comprehensive list of fields that can be overridden. The entity in the request body should only have a value set on the field specified in the field path parameter. Field paths are rooted in the base entity object and must be represented using lower_snake_case. Do not include "entity" in the field path.
Note that overrides are applied in an eventually consistent manner. If multiple overrides are created concurrently for the same field path, the last writer wins.
Path parameters
The unique ID of the entity to override
fieldPath to override
Headers
Bearer authentication
Request body
Response
The Entities API accepts the override.
Changes
Changed in 1 of the 2 revisions of this API.2
- ○
added the new optional request property
entity/signal/receivedSignalStrengthDbmnew-optional-request-property
- ○
added the optional property
signal/receivedSignalStrengthDbmto the response with the200statusresponse-optional-property-added
- ○