List reactions on a review
Returns the reacting users' display names, grouped by reaction kind (up/down), for the specified review.
Authorizations
Personal access token authentication. Send via Authorization header: Authorization: Token vulcan_xxx. Tokens are SHA-256 hashed server-side (never stored in plaintext). Scopes: read (GET), write (mutations), admin (everything). Create tokens via Settings → API Tokens in the web UI.
Responses
Reactions list
Add a reaction (up/down) to a comment review
Toggles a thumbs-up or thumbs-down reaction. If the user already reacted with the same kind, the reaction is removed.
Authorizations
Personal access token authentication. Send via Authorization header: Authorization: Token vulcan_xxx. Tokens are SHA-256 hashed server-side (never stored in plaintext). Scopes: read (GET), write (mutations), admin (everything). Create tokens via Settings → API Tokens in the web UI.
Request Body
Responses
Reaction created