-
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. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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=100
work for you instead of
-started
? It should provide the same ordering but it's a bit easier on the database.