Skip to content
Settings

EntityUpdatePayload

Schema definition for EntityUpdatePayload

EntityUpdatePayload

dataanyrequired
Entity payload data.
entityIdstringrequired
ID of the entity.
transitionstring
Transition to use for update.

This schema defines the structure and validation rules for EntityUpdatePayload.

  • data (any, required): Entity payload data.
  • entityId (string, required): ID of the entity.
  • transition (string): Transition to use for update.

See other schemas in the entity category.