StunlockStudios / battlerite-docs

Documentation and Guides
11 stars 1 forks source link

filter[gameMode] Misleading #2

Closed hpopp closed 6 years ago

hpopp commented 6 years ago

In the query parameters table, the filter[gameMode] description is misleading.

Filter by gameMode Usage: filter[gameMode]=casual,ranked,…

Both casual and ranked return 404 responses. Using a value of 1733162751 works, but currently every match on the API uses that mode, so it doesn't actually filter anything.

jaloisi834 commented 6 years ago

Thanks for bringing this to our attention. We have decided to remove the gameMode and teamName filters from that section until they are working properly to avoid confusion.

onethirtyfive commented 6 years ago

:+1: to getting this working. Project I'm working on is a non-starter without filtering by gameMode. Thank you!