Articles
Set reaction on article
Creates or updates the caller’s reaction for the article. One reaction per actor (authenticated user, or guest fingerprint) is kept, so submitting like after dislike switches it. Reactions are rejected with 403 when the article, its category, or its sub-category disables reactions.
POST
Authorizations
Path Parameters
Pattern:
^[a-fA-F0-9]{24}$Example:
"{{objectId}}"
Body
application/json
Reaction to record
Available options:
like, dislike Captcha token. Required when the caller is treated as a guest and the tenant has requireCaptchaForGuestEngagement enabled.
Stable client-generated guest identifier. Used to build the guest fingerprint together with IP and user agent when the caller is unauthenticated.
Response
OK

