Downvote a joke

POST /thumbsdown

Body

  • id string Required

    The jokeId to be downvoted

Responses

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