Downvote a joke
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
}