Articles
Set reaction on comment
Creates or updates the caller’s reaction for an approved comment. One reaction per actor (authenticated user, or guest fingerprint) is kept, so submitting like after dislike switches it. Rejected with 403 when the parent 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

