v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Comment Votes

Add a comment vote

Adds a comment vote.

post/comment-votes/{comment}

Path parameters

commentstring required

Comment ID

Headers

organizationstring required

The URL of the end-user web application

Request body

direction'UPVOTE' | 'NOVOTE' | 'DOWNVOTE' required

Indicates if the vote is up, down, or neutral

Example request

{
  "direction": "UPVOTE"
}

Response

Added a comment vote.