forum-threads

Leaves a vote for a thread.

This endpoint will leave a vote for a thread.

post/forum-threads/{threadID}/vote

Path parameters

threadIDinteger required

ID of the forum thread.

Response

Successful GET Forum-Threads Vote JSON response.

object required

Example response

{
  "data": {
    "voteAction": 0
  }
}

Changes