Skip to content

Add a reaction (up/down) to a comment review

POST
/reviews/{reviewId}/reactions

Toggles a thumbs-up or thumbs-down reaction. If the user already reacted with the same kind, the reaction is removed.

Authorizations

tokenAuth

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.

Type
HTTP (token)

Request Body

application/json
JSON
{
  
"kind": "up"
}

Responses

Reaction created

application/json
JSON
{
  
"reactions": {
  
  
"up": 4,
  
  
"down": 1,
  
  
"mine": "up"
  
}
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Part of the MITRE Security Automation Framework (SAF)