Fix a bad copy paste#7
Conversation
The previous documentation was wrong there. My test case : ```shell ❯ curl -X POST 'https://top.gg/api/bots/187636089073172481/stats' -H "Content-Type: application/json" -d '{"server_count":14122,"shards":[],"shard_count":14}' -H "Authorization: TOKEN" {} ```
@paris-ci {
"voted": 1
}instead of just (nothing): |
|
Was that just changed ? I didn't see that response when testing. |
@paris-ci as i said |
|
I don't understand what you mean. |
|
This doesn't make sense to me. Instead of changing the example response, we should be changing the example request in this case |
|
Oh my bad I read the problem wrong. I think we should just remove the example response since this was a POST request and there isn't supposed to be a response that should be read/relied on in the first place |
|
Fixed with #38 |
The previous documentation was wrong there.
My test case :