PlaceAVote / pav-api

This repository contains the Placeavote API.
0 stars 0 forks source link

Calling /comments/{comment_id}/reply without a valid comment returns 201 #81

Closed SudoPlz closed 8 years ago

SudoPlz commented 8 years ago

I tried calling https://apidev.placeavote.com/comments/{comment_id}/reply without replacing the {comment_id} at all, just leaving it as it is, but I provided a correct billId to the body of the request.

The result was a 201, when there should be an error since I don't provide the endpoint with a valid comment id.