Updating an entity
#
Submitting the requestUpdating an entity in Architect is done by sending a PUT
request to the entity path with the body parameters that represent field values we want updated.
Updating a todo
Example response
#
EffectsUpdating an entity dispatches an event {{entity_name}}_updated
to which you can subscribe with {insert link to webhook subscribe}