Is there any documentation of the REST API Beyond the documentation here:
https://docs.flarum.org/rest-api/
This only contains 4 endpoints, token, list discussion, create discussion, and create user. It also has no definition of any parameters.
I know there are parameters because I see them being sent when I use the network tab in the browser and I see many more endpoints than those 4.
I see the documentation for the "API" but that seems to be the entire class base of the PHP and Javascript code. This is not what I am looking for. I'm looking for something like a Swagger doc just letting me know what endpoints are exposed and what the parameters are that I can send to them.
Thanks!