EndpointsPosts
Set comment vote
PUT
/v2/posts/{post_id}/comments/{comment_id}/voteSets, changes, or removes the caller's vote and returns the updated comment score.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Path Parameters
post_id*Post Id
Post ID.
Match
^post_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$comment_id*Comment Id
Comment ID.
Match
^cmt_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Request Body
application/json