Add Entity Reaction
Entity Endpoints
Add Entity Reaction
Add or update a reaction on an entity
Add Entity Reaction
Requires the
entities bundle. A project without the entities bundle returns 403 database/tables-not-available. See Bundles.reactionCounts map is updated accordingly.
Authentication required.
Path Parameters
string
required
The UUID of the entity to react to.
Body Parameters
string
required
The type of reaction to add. One of:
upvote, downvote, like, love, wow, sad, angry, funny.string
Override which user the reaction is attributed to. Service or master key only. Useful for backfilling reactions from an external system.
Response
Returns the updated Entity object with the newreactionCounts map.
The entity owner receives an in-app notification when someone reacts to their entity. Milestone notifications are also sent at reaction count thresholds (e.g., 10, 50, 100 reactions).
Error Responses
Missing User — 400
Missing User — 400
userId override is provided.Not Found — 404
Not Found — 404

