Publish entity
Publish an entity for ingest into the Entities API. Entities created with this method are "owned" by the originator: other sources, such as the UI, may not edit or delete these entities. The server validates entities at API call time and returns an error if the entity is invalid.
An entity ID must be provided when calling this endpoint. If the entity referenced by the entity ID does not exist then it will be created. Otherwise the entity will be updated. An entity will only be updated if its provenance.sourceUpdateTime is greater than the provenance.sourceUpdateTime of the existing entity.
Headers
Bearer authentication
Request body
Response
The request was valid and accepted.
Changes
Changed in 1 of the 2 revisions of this API.2
- ○
added the new optional request property
signal/receivedSignalStrengthDbmnew-optional-request-property
- ○
added the optional property
signal/receivedSignalStrengthDbmto the response with the200statusresponse-optional-property-added
- ○