You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a request to the endpoint. Mine is a POST request with "Accept: application/json" and the following parameters in the body as a x-www-form-urlencoded:
Exact URL where the bug happened
https://lishogi.org/api/challenge/open
Steps to reproduce the bug
Make a request to the endpoint. Mine is a POST request with "Accept: application/json" and the following parameters in the body as a x-www-form-urlencoded:
What did you expect to happen?
The documentation specifies an output where "urlSente" and "urlGote" are on the same level as other challenge parameters.
What happened instead?
This is the output I get:
Most of the parameters, except for "urlSente" and "urlGote", are bundled in an "challenge" object.
(As an aside, I notice the "rated" parameter is not taken into account)
The text was updated successfully, but these errors were encountered: