OS1 Services
...
Entity
How to use Entities?

How to: Update Entity

0min

For information about prerequisites, see How to use Entities?.

To update an Entity, call the Update Entity endpoint and specify the entityId in the path parameter.

To update an entity with a conditional update, specify the JEXL syntax with conditional expression. To learn the integration, see the Update Entity with Conditional Updates section.

To enable the single API for statetransitions and attribute updates in an entity instance, specify the stateTransition object in the request. To learn about the integration, see the Update Attribute Updates and State Transitions in a Single API section.

To update an entity in batch with a conditional update, specify the JEXL syntax with conditional expression. To learn the integration, see the Update Entity in batch with Conditional Updates section.