|
Hello. I have a program that used such API requests: It worked well before. But recently, these requests have stopped working. "error": "Ordering by -started is not allowed" returns. |
Answered by
anoek
Sep 25, 2023
Replies: 1 comment 1 reply
|
We had to lock down that endpoint a bit as it was being abused by some miscreants. Will work for you instead of |
1 reply
Answer selected by
pe5ha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We had to lock down that endpoint a bit as it was being abused by some miscreants.
Will
https://online-go.com/api/v1/players512029/games?ordering=-id&ended__isnull=false&page=1&page_size=100work for you instead of
-started? It should provide the same ordering but it's a bit easier on the database.