Upvote a joke

POST /thumbsup

Body

  • id string Required

    The jokeId to be upvoted

Responses

POST /thumbsup
curl \
 -X POST https://virtserver.swaggerhub.com/dougsillars/joke_api_0001/0.001/thumbsup \
 -H "Content-Type: application/json" \
 -d '{"id":4}'
Request example
{
  "id": 4
}
Request examples
{
  "id": 4
}